Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_debugfs.h407 lpfc_debug_dump_wq(struct lpfc_hba *phba, int qtype, int wqidx) in lpfc_debug_dump_wq() argument
412 if (qtype == DUMP_FCP) { in lpfc_debug_dump_wq()
415 } else if (qtype == DUMP_NVME) { in lpfc_debug_dump_wq()
418 } else if (qtype == DUMP_MBX) { in lpfc_debug_dump_wq()
421 } else if (qtype == DUMP_ELS) { in lpfc_debug_dump_wq()
424 } else if (qtype == DUMP_NVMELS) { in lpfc_debug_dump_wq()
430 if (qtype == DUMP_FCP || qtype == DUMP_NVME) in lpfc_debug_dump_wq()
450 lpfc_debug_dump_cq(struct lpfc_hba *phba, int qtype, int wqidx) in lpfc_debug_dump_cq() argument
458 if (qtype == DUMP_FCP) { in lpfc_debug_dump_cq()
462 } else if (qtype == DUMP_NVME) { in lpfc_debug_dump_cq()
[all …]
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/
Ddpni.c613 enum dpni_queue_type qtype, in dpni_get_buffer_layout() argument
626 cmd_params->qtype = qtype; in dpni_get_buffer_layout()
661 enum dpni_queue_type qtype, in dpni_set_buffer_layout() argument
672 cmd_params->qtype = qtype; in dpni_set_buffer_layout()
764 enum dpni_queue_type qtype, in dpni_get_qdid() argument
777 cmd_params->qtype = qtype; in dpni_get_qdid()
1340 enum dpni_queue_type qtype, in dpni_set_queue() argument
1354 cmd_params->qtype = qtype; in dpni_set_queue()
1388 enum dpni_queue_type qtype, in dpni_get_queue() argument
1404 cmd_params->qtype = qtype; in dpni_get_queue()
[all …]
Ddpni-cmd.h217 u8 qtype; member
235 u8 qtype; member
265 u8 qtype; member
430 u8 qtype; member
462 u8 qtype; member
481 u8 qtype; member
496 u8 qtype; member
Ddpni.h348 enum dpni_queue_type qtype,
354 enum dpni_queue_type qtype,
386 enum dpni_queue_type qtype,
734 enum dpni_queue_type qtype,
743 enum dpni_queue_type qtype,
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
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()
627 enum ath9k_rx_qtype qtype, in ath_edma_get_buffers() argument
631 struct ath_rx_edma *rx_edma = &sc->rx.rx_edma[qtype]; in ath_edma_get_buffers()
660 ath_rx_edma_buf_link(sc, qtype); in ath_edma_get_buffers()
[all …]
Dar9003_mac.h114 enum ath9k_rx_qtype qtype);
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()
Dath9k.h587 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
Dxmit.c1758 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype) in ath_txq_setup() argument
1795 if (qtype == ATH9K_TX_QUEUE_UAPSD) in ath_txq_setup()
1801 axq_qnum = ath9k_hw_setuptxqueue(ah, qtype, &qi); in ath_txq_setup()
/Linux-v4.19/drivers/usb/host/
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()
/Linux-v4.19/fs/xfs/
Dxfs_trans_dquot.c563 enum quota_type qtype; in xfs_quota_warn() local
566 qtype = PRJQUOTA; in xfs_quota_warn()
568 qtype = USRQUOTA; in xfs_quota_warn()
570 qtype = GRPQUOTA; in xfs_quota_warn()
572 quota_send_warning(make_kqid(&init_user_ns, qtype, in xfs_quota_warn()
/Linux-v4.19/fs/reiserfs/
Dsuper.c1256 int qtype = c == 'u' ? USRQUOTA : GRPQUOTA; in reiserfs_parse_options() local
1259 (!*arg != !REISERFS_SB(s)->s_qf_names[qtype])) { in reiserfs_parse_options()
1267 if (REISERFS_SB(s)->s_qf_names[qtype] in reiserfs_parse_options()
1268 && strcmp(REISERFS_SB(s)->s_qf_names[qtype], in reiserfs_parse_options()
1273 QTYPE2NAME(qtype)); in reiserfs_parse_options()
1282 qf_names[qtype] = kstrdup(arg, GFP_KERNEL); in reiserfs_parse_options()
1283 if (!qf_names[qtype]) { in reiserfs_parse_options()
1290 if (qtype == USRQUOTA) in reiserfs_parse_options()
1295 if (qf_names[qtype] != in reiserfs_parse_options()
1296 REISERFS_SB(s)->s_qf_names[qtype]) in reiserfs_parse_options()
[all …]
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_controlq.h80 enum ice_ctl_q qtype; member
Dice_main.c813 const char *qtype; in __ice_clean_ctrlq() local
823 qtype = "Admin"; in __ice_clean_ctrlq()
840 "%s Receive Queue VF Error detected\n", qtype); in __ice_clean_ctrlq()
844 qtype); in __ice_clean_ctrlq()
849 qtype); in __ice_clean_ctrlq()
862 "%s Send Queue VF Error detected\n", qtype); in __ice_clean_ctrlq()
866 qtype); in __ice_clean_ctrlq()
871 qtype); in __ice_clean_ctrlq()
893 "%s Receive Queue event error %d\n", qtype, in __ice_clean_ctrlq()
909 qtype, opcode); in __ice_clean_ctrlq()
Dice_controlq.c637 cq->qtype = q_type; in ice_init_ctrlq()
/Linux-v4.19/fs/f2fs/
Dsuper.c249 static int f2fs_set_qf_name(struct super_block *sb, int qtype, in f2fs_set_qf_name() argument
256 if (sb_any_quota_loaded(sb) && !F2FS_OPTION(sbi).s_qf_names[qtype]) { in f2fs_set_qf_name()
274 if (F2FS_OPTION(sbi).s_qf_names[qtype]) { in f2fs_set_qf_name()
275 if (strcmp(F2FS_OPTION(sbi).s_qf_names[qtype], qname) == 0) in f2fs_set_qf_name()
280 QTYPE2NAME(qtype)); in f2fs_set_qf_name()
288 F2FS_OPTION(sbi).s_qf_names[qtype] = qname; in f2fs_set_qf_name()
296 static int f2fs_clear_qf_name(struct super_block *sb, int qtype) in f2fs_clear_qf_name() argument
300 if (sb_any_quota_loaded(sb) && F2FS_OPTION(sbi).s_qf_names[qtype]) { in f2fs_clear_qf_name()
305 kfree(F2FS_OPTION(sbi).s_qf_names[qtype]); in f2fs_clear_qf_name()
306 F2FS_OPTION(sbi).s_qf_names[qtype] = NULL; in f2fs_clear_qf_name()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h374 enum t4_bar2_qtype qtype,
Dt4vf_hw.c759 enum t4_bar2_qtype qtype, in t4vf_bar2_sge_qregs() argument
779 qpp_shift = (qtype == T4_BAR2_QTYPE_EGRESS in t4vf_bar2_sge_qregs()
Dsge.c2179 enum t4_bar2_qtype qtype, in bar2_address() argument
2185 ret = t4vf_bar2_sge_qregs(adapter, qid, qtype, in bar2_address()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h419 enum cxgb4_bar2_qtype qtype,
/Linux-v4.19/fs/ocfs2/
Dfile.c1135 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()
/Linux-v4.19/fs/ext4/
Dsuper.c1530 static int set_qf_name(struct super_block *sb, int qtype, substring_t *args) in set_qf_name() argument
1537 !sbi->s_qf_names[qtype]) { in set_qf_name()
1554 if (sbi->s_qf_names[qtype]) { in set_qf_name()
1555 if (strcmp(sbi->s_qf_names[qtype], qname) == 0) in set_qf_name()
1560 QTYPE2NAME(qtype)); in set_qf_name()
1568 sbi->s_qf_names[qtype] = qname; in set_qf_name()
1576 static int clear_qf_name(struct super_block *sb, int qtype) in clear_qf_name() argument
1582 sbi->s_qf_names[qtype]) { in clear_qf_name()
1587 kfree(sbi->s_qf_names[qtype]); in clear_qf_name()
1588 sbi->s_qf_names[qtype] = NULL; in clear_qf_name()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c284 enum i40e_queue_type qtype; in i40e_config_irq_link_list() local
321 qtype = next_q % I40E_VIRTCHNL_SUPPORTED_QTYPES; in i40e_config_irq_link_list()
323 reg = ((qtype << I40E_VPINT_LNKLSTN_FIRSTQ_TYPE_SHIFT) | pf_queue_id); in i40e_config_irq_link_list()
328 switch (qtype) { in i40e_config_irq_link_list()
344 qtype = next_q % I40E_VIRTCHNL_SUPPORTED_QTYPES; in i40e_config_irq_link_list()
350 qtype = 0; in i40e_config_irq_link_list()
355 (qtype << I40E_QINT_RQCTL_NEXTQ_TYPE_SHIFT) | in i40e_config_irq_link_list()
/Linux-v4.19/fs/gfs2/
Dquota.c1392 enum quota_type qtype = (qc_flags & GFS2_QCF_USER) ? in gfs2_quota_init() local
1394 struct kqid qc_id = make_kqid(&init_user_ns, qtype, in gfs2_quota_init()
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Diw_cxgb4.h1112 enum cxgb4_bar2_qtype qtype,

12