Home
last modified time | relevance | path

Searched refs:qtype (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h411 lpfc_debug_dump_wq(struct lpfc_hba *phba, int qtype, int wqidx) in lpfc_debug_dump_wq() argument
416 if (qtype == DUMP_IO) { in lpfc_debug_dump_wq()
419 } else if (qtype == DUMP_MBX) { in lpfc_debug_dump_wq()
422 } else if (qtype == DUMP_ELS) { in lpfc_debug_dump_wq()
425 } else if (qtype == DUMP_NVMELS) { in lpfc_debug_dump_wq()
431 if (qtype == DUMP_IO) in lpfc_debug_dump_wq()
451 lpfc_debug_dump_cq(struct lpfc_hba *phba, int qtype, int wqidx) in lpfc_debug_dump_cq() argument
460 if (qtype == DUMP_IO) { in lpfc_debug_dump_cq()
464 } else if (qtype == DUMP_MBX) { in lpfc_debug_dump_cq()
468 } else if (qtype == DUMP_ELS) { in lpfc_debug_dump_cq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.c614 enum dpni_queue_type qtype, in dpni_get_buffer_layout() argument
627 cmd_params->qtype = qtype; in dpni_get_buffer_layout()
662 enum dpni_queue_type qtype, in dpni_set_buffer_layout() argument
673 cmd_params->qtype = qtype; in dpni_set_buffer_layout()
765 enum dpni_queue_type qtype, in dpni_get_qdid() argument
778 cmd_params->qtype = qtype; in dpni_get_qdid()
1374 enum dpni_queue_type qtype, in dpni_set_congestion_notification() argument
1387 cmd_params->qtype = qtype; in dpni_set_congestion_notification()
1423 enum dpni_queue_type qtype, in dpni_set_queue() argument
1437 cmd_params->qtype = qtype; in dpni_set_queue()
[all …]
H A Ddpni-cmd.h231 u8 qtype; member
249 u8 qtype; member
279 u8 qtype; member
444 u8 qtype; member
476 u8 qtype; member
495 u8 qtype; member
510 u8 qtype; member
617 u8 qtype; member
H A Ddpni.h356 enum dpni_queue_type qtype,
362 enum dpni_queue_type qtype,
394 enum dpni_queue_type qtype,
851 enum dpni_queue_type qtype,
860 enum dpni_queue_type qtype,
942 enum dpni_queue_type qtype,
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Drecv.c111 enum ath9k_rx_qtype qtype) in ath_rx_edma_buf_link() argument
118 rx_edma = &sc->rx.rx_edma[qtype]; in ath_rx_edma_buf_link()
132 ath9k_hw_addrxbuf_edma(ah, bf->bf_buf_addr, qtype); in ath_rx_edma_buf_link()
139 enum ath9k_rx_qtype qtype) in ath_rx_addbuffer_edma() argument
150 if (!ath_rx_edma_buf_link(sc, qtype)) in ath_rx_addbuffer_edma()
156 enum ath9k_rx_qtype qtype) in ath_rx_remove_buffer() argument
162 rx_edma = &sc->rx.rx_edma[qtype]; in ath_rx_remove_buffer()
628 enum ath9k_rx_qtype qtype, in ath_edma_get_buffers() argument
632 struct ath_rx_edma *rx_edma = &sc->rx.rx_edma[qtype]; in ath_edma_get_buffers()
661 ath_rx_edma_buf_link(sc, qtype); in ath_edma_get_buffers()
[all …]
H A Dar9003_mac.h114 enum ath9k_rx_qtype qtype);
H A Dar9003_mac.c471 enum ath9k_rx_qtype qtype) in ath9k_hw_addrxbuf_edma() argument
473 if (qtype == ATH9K_RX_QUEUE_HP) in ath9k_hw_addrxbuf_edma()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Duhci-debug.c171 char *qtype; in uhci_show_qh() local
174 case USB_ENDPOINT_XFER_ISOC: qtype = "ISO"; break; in uhci_show_qh()
175 case USB_ENDPOINT_XFER_INT: qtype = "INT"; break; in uhci_show_qh()
176 case USB_ENDPOINT_XFER_BULK: qtype = "BLK"; break; in uhci_show_qh()
177 case USB_ENDPOINT_XFER_CONTROL: qtype = "CTL"; break; in uhci_show_qh()
178 default: qtype = "Skel" ; break; in uhci_show_qh()
182 space, "", qh, qtype, in uhci_show_qh()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic_regs.h131 static inline void ionic_dbell_ring(u64 __iomem *db_page, int qtype, u64 val) in ionic_dbell_ring() argument
133 writeq(val, &db_page[qtype]); in ionic_dbell_ring()
H A Dionic_lif.c2997 int qtype; in ionic_lif_queue_identify() local
3003 for (qtype = 0; qtype < ARRAY_SIZE(ionic_qtype_versions); qtype++) { in ionic_lif_queue_identify()
3004 struct ionic_qtype_info *qti = &lif->qtype_info[qtype]; in ionic_lif_queue_identify()
3007 switch (qtype) { in ionic_lif_queue_identify()
3020 ionic_dev_cmd_queue_identify(idev, lif->lif_type, qtype, in ionic_lif_queue_identify()
3021 ionic_qtype_versions[qtype]); in ionic_lif_queue_identify()
3036 dev_err(ionic->dev, "qtype %d not supported\n", qtype); in ionic_lif_queue_identify()
3043 qtype, err); in ionic_lif_queue_identify()
3048 qtype, qti->version); in ionic_lif_queue_identify()
3050 qtype, qti->supported); in ionic_lif_queue_identify()
[all …]
H A Dionic_dev.c390 u16 lif_type, u8 qtype, u8 qver) in ionic_dev_cmd_queue_identify() argument
395 .q_identify.type = qtype, in ionic_dev_cmd_queue_identify()
H A Dionic_dev.h309 u16 lif_type, u8 qtype, u8 qver);
/OK3568_Linux_fs/u-boot/net/
H A Ddns.c44 enum dns_query_type qtype = DNS_A_RECORD; in dns_send() local
82 *p++ = (unsigned char) qtype; /* Query Type */ in dns_send()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_trans_dquot.c552 enum quota_type qtype; in xfs_quota_warn() local
556 qtype = PRJQUOTA; in xfs_quota_warn()
559 qtype = USRQUOTA; in xfs_quota_warn()
562 qtype = GRPQUOTA; in xfs_quota_warn()
568 quota_send_warning(make_kqid(&init_user_ns, qtype, dqp->q_id), in xfs_quota_warn()
H A Dxfs_dquot.c300 xfs_dqtype_t qtype = xfs_dquot_type(dqp); in xfs_dquot_disk_alloc() local
301 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_alloc()
308 if (!xfs_this_quota_on(dqp->q_mount, qtype)) { in xfs_dquot_disk_alloc()
345 xfs_qm_init_dquot_blk(tp, mp, dqp->q_id, qtype, bp); in xfs_dquot_disk_alloc()
392 xfs_dqtype_t qtype = xfs_dquot_type(dqp); in xfs_dquot_disk_read() local
393 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_read()
399 if (!xfs_this_quota_on(mp, qtype)) { in xfs_dquot_disk_read()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.h245 entry->qtype = type; in cudbg_fill_qdesc_txq()
257 entry->qtype = type; in cudbg_fill_qdesc_rxq()
269 entry->qtype = type; in cudbg_fill_qdesc_flq()
H A Dcudbg_entity.h338 u32 qtype; member
H A Dcxgb4_uld.h539 enum cxgb4_bar2_qtype qtype,
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dsuper.c1251 int qtype = c == 'u' ? USRQUOTA : GRPQUOTA; in reiserfs_parse_options() local
1254 (!*arg != !REISERFS_SB(s)->s_qf_names[qtype])) { in reiserfs_parse_options()
1261 if (qf_names[qtype] != in reiserfs_parse_options()
1262 REISERFS_SB(s)->s_qf_names[qtype]) in reiserfs_parse_options()
1263 kfree(qf_names[qtype]); in reiserfs_parse_options()
1264 qf_names[qtype] = NULL; in reiserfs_parse_options()
1266 if (REISERFS_SB(s)->s_qf_names[qtype] in reiserfs_parse_options()
1267 && strcmp(REISERFS_SB(s)->s_qf_names[qtype], in reiserfs_parse_options()
1272 QTYPE2NAME(qtype)); in reiserfs_parse_options()
1281 qf_names[qtype] = kstrdup(arg, GFP_KERNEL); in reiserfs_parse_options()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_controlq.h85 enum ice_ctl_q qtype; member
H A Dice_main.c1199 const char *qtype; in __ice_clean_ctrlq() local
1209 qtype = "Admin"; in __ice_clean_ctrlq()
1213 qtype = "Mailbox"; in __ice_clean_ctrlq()
1229 qtype); in __ice_clean_ctrlq()
1232 qtype); in __ice_clean_ctrlq()
1236 qtype); in __ice_clean_ctrlq()
1249 qtype); in __ice_clean_ctrlq()
1252 qtype); in __ice_clean_ctrlq()
1256 qtype); in __ice_clean_ctrlq()
1276 dev_err(dev, "%s Receive Queue event error %s\n", qtype, in __ice_clean_ctrlq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h375 enum t4_bar2_qtype qtype,
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c395 static int f2fs_set_qf_name(struct super_block *sb, int qtype, in f2fs_set_qf_name() argument
402 if (sb_any_quota_loaded(sb) && !F2FS_OPTION(sbi).s_qf_names[qtype]) { in f2fs_set_qf_name()
416 if (F2FS_OPTION(sbi).s_qf_names[qtype]) { in f2fs_set_qf_name()
417 if (strcmp(F2FS_OPTION(sbi).s_qf_names[qtype], qname) == 0) in f2fs_set_qf_name()
421 QTYPE2NAME(qtype)); in f2fs_set_qf_name()
428 F2FS_OPTION(sbi).s_qf_names[qtype] = qname; in f2fs_set_qf_name()
436 static int f2fs_clear_qf_name(struct super_block *sb, int qtype) in f2fs_clear_qf_name() argument
440 if (sb_any_quota_loaded(sb) && F2FS_OPTION(sbi).s_qf_names[qtype]) { in f2fs_clear_qf_name()
444 kfree(F2FS_OPTION(sbi).s_qf_names[qtype]); in f2fs_clear_qf_name()
445 F2FS_OPTION(sbi).s_qf_names[qtype] = NULL; in f2fs_clear_qf_name()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dfile.c1129 int qtype; in ocfs2_setattr() local
1294 for (qtype = 0; qtype < OCFS2_MAXQUOTAS; qtype++) in ocfs2_setattr()
1295 dqput(transfer_to[qtype]); in ocfs2_setattr()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c296 enum i40e_queue_type qtype; in i40e_config_irq_link_list() local
333 qtype = next_q % I40E_VIRTCHNL_SUPPORTED_QTYPES; in i40e_config_irq_link_list()
335 reg = ((qtype << I40E_VPINT_LNKLSTN_FIRSTQ_TYPE_SHIFT) | pf_queue_id); in i40e_config_irq_link_list()
340 switch (qtype) { in i40e_config_irq_link_list()
356 qtype = next_q % I40E_VIRTCHNL_SUPPORTED_QTYPES; in i40e_config_irq_link_list()
362 qtype = 0; in i40e_config_irq_link_list()
367 (qtype << I40E_QINT_RQCTL_NEXTQ_TYPE_SHIFT) | in i40e_config_irq_link_list()

12