Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_debugfs.h412 lpfc_debug_dump_wq(struct lpfc_hba *phba, int qtype, int wqidx) in lpfc_debug_dump_wq() argument
417 if (qtype == DUMP_IO) { in lpfc_debug_dump_wq()
420 } else if (qtype == DUMP_MBX) { in lpfc_debug_dump_wq()
423 } else if (qtype == DUMP_ELS) { in lpfc_debug_dump_wq()
426 } else if (qtype == DUMP_NVMELS) { in lpfc_debug_dump_wq()
432 if (qtype == DUMP_IO) in lpfc_debug_dump_wq()
452 lpfc_debug_dump_cq(struct lpfc_hba *phba, int qtype, int wqidx) in lpfc_debug_dump_cq() argument
461 if (qtype == DUMP_IO) { in lpfc_debug_dump_cq()
465 } else if (qtype == DUMP_MBX) { in lpfc_debug_dump_cq()
469 } else if (qtype == DUMP_ELS) { in lpfc_debug_dump_cq()
[all …]
/Linux-v5.4/drivers/net/ethernet/freescale/dpaa2/
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()
1376 enum dpni_queue_type qtype, in dpni_set_queue() argument
1390 cmd_params->qtype = qtype; in dpni_set_queue()
1424 enum dpni_queue_type qtype, in dpni_get_queue() argument
1440 cmd_params->qtype = qtype; in dpni_get_queue()
[all …]
Ddpni-cmd.h221 u8 qtype; member
239 u8 qtype; member
269 u8 qtype; member
434 u8 qtype; member
466 u8 qtype; member
485 u8 qtype; member
500 u8 qtype; member
Ddpni.h351 enum dpni_queue_type qtype,
357 enum dpni_queue_type qtype,
389 enum dpni_queue_type qtype,
821 enum dpni_queue_type qtype,
830 enum dpni_queue_type qtype,
/Linux-v5.4/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.h580 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
/Linux-v5.4/drivers/net/ethernet/pensando/ionic/
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()
Dionic_if.h334 u8 qtype; member
1533 u8 qtype; member
/Linux-v5.4/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-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_lib.h241 entry->qtype = type; in cudbg_fill_qdesc_txq()
253 entry->qtype = type; in cudbg_fill_qdesc_rxq()
265 entry->qtype = type; in cudbg_fill_qdesc_flq()
Dcudbg_entity.h335 u32 qtype; member
Dcxgb4_uld.h422 enum cxgb4_bar2_qtype qtype,
/Linux-v5.4/fs/xfs/
Dxfs_trans_dquot.c552 enum quota_type qtype; in xfs_quota_warn() local
555 qtype = PRJQUOTA; in xfs_quota_warn()
557 qtype = USRQUOTA; in xfs_quota_warn()
559 qtype = GRPQUOTA; in xfs_quota_warn()
561 quota_send_warning(make_kqid(&init_user_ns, qtype, in xfs_quota_warn()
/Linux-v5.4/fs/reiserfs/
Dsuper.c1250 int qtype = c == 'u' ? USRQUOTA : GRPQUOTA; in reiserfs_parse_options() local
1253 (!*arg != !REISERFS_SB(s)->s_qf_names[qtype])) { in reiserfs_parse_options()
1261 if (REISERFS_SB(s)->s_qf_names[qtype] in reiserfs_parse_options()
1262 && strcmp(REISERFS_SB(s)->s_qf_names[qtype], in reiserfs_parse_options()
1267 QTYPE2NAME(qtype)); in reiserfs_parse_options()
1276 qf_names[qtype] = kstrdup(arg, GFP_KERNEL); in reiserfs_parse_options()
1277 if (!qf_names[qtype]) { in reiserfs_parse_options()
1284 if (qtype == USRQUOTA) in reiserfs_parse_options()
1289 if (qf_names[qtype] != in reiserfs_parse_options()
1290 REISERFS_SB(s)->s_qf_names[qtype]) in reiserfs_parse_options()
[all …]
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_controlq.h81 enum ice_ctl_q qtype; member
Dice_main.c967 const char *qtype; in __ice_clean_ctrlq() local
977 qtype = "Admin"; in __ice_clean_ctrlq()
981 qtype = "Mailbox"; in __ice_clean_ctrlq()
998 "%s Receive Queue VF Error detected\n", qtype); in __ice_clean_ctrlq()
1002 qtype); in __ice_clean_ctrlq()
1007 qtype); in __ice_clean_ctrlq()
1020 "%s Send Queue VF Error detected\n", qtype); in __ice_clean_ctrlq()
1024 qtype); in __ice_clean_ctrlq()
1029 qtype); in __ice_clean_ctrlq()
1051 "%s Receive Queue event error %d\n", qtype, in __ice_clean_ctrlq()
[all …]
/Linux-v5.4/fs/f2fs/
Dsuper.c290 static int f2fs_set_qf_name(struct super_block *sb, int qtype, in f2fs_set_qf_name() argument
297 if (sb_any_quota_loaded(sb) && !F2FS_OPTION(sbi).s_qf_names[qtype]) { in f2fs_set_qf_name()
311 if (F2FS_OPTION(sbi).s_qf_names[qtype]) { in f2fs_set_qf_name()
312 if (strcmp(F2FS_OPTION(sbi).s_qf_names[qtype], qname) == 0) in f2fs_set_qf_name()
316 QTYPE2NAME(qtype)); in f2fs_set_qf_name()
323 F2FS_OPTION(sbi).s_qf_names[qtype] = qname; in f2fs_set_qf_name()
331 static int f2fs_clear_qf_name(struct super_block *sb, int qtype) in f2fs_clear_qf_name() argument
335 if (sb_any_quota_loaded(sb) && F2FS_OPTION(sbi).s_qf_names[qtype]) { in f2fs_clear_qf_name()
339 kvfree(F2FS_OPTION(sbi).s_qf_names[qtype]); in f2fs_clear_qf_name()
340 F2FS_OPTION(sbi).s_qf_names[qtype] = NULL; in f2fs_clear_qf_name()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h374 enum t4_bar2_qtype qtype,
Dt4vf_hw.c769 enum t4_bar2_qtype qtype, in t4vf_bar2_sge_qregs() argument
789 qpp_shift = (qtype == T4_BAR2_QTYPE_EGRESS in t4vf_bar2_sge_qregs()
/Linux-v5.4/fs/ocfs2/
Dfile.c1125 int qtype; in ocfs2_setattr() local
1286 for (qtype = 0; qtype < OCFS2_MAXQUOTAS; qtype++) in ocfs2_setattr()
1287 dqput(transfer_to[qtype]); in ocfs2_setattr()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c290 enum i40e_queue_type qtype; in i40e_config_irq_link_list() local
327 qtype = next_q % I40E_VIRTCHNL_SUPPORTED_QTYPES; in i40e_config_irq_link_list()
329 reg = ((qtype << I40E_VPINT_LNKLSTN_FIRSTQ_TYPE_SHIFT) | pf_queue_id); in i40e_config_irq_link_list()
334 switch (qtype) { in i40e_config_irq_link_list()
350 qtype = next_q % I40E_VIRTCHNL_SUPPORTED_QTYPES; in i40e_config_irq_link_list()
356 qtype = 0; in i40e_config_irq_link_list()
361 (qtype << I40E_QINT_RQCTL_NEXTQ_TYPE_SHIFT) | in i40e_config_irq_link_list()
/Linux-v5.4/fs/ext4/
Dsuper.c1585 static int set_qf_name(struct super_block *sb, int qtype, substring_t *args) in set_qf_name() argument
1588 char *qname, *old_qname = get_qf_name(sb, sbi, qtype); in set_qf_name()
1614 QTYPE2NAME(qtype)); in set_qf_name()
1622 rcu_assign_pointer(sbi->s_qf_names[qtype], qname); in set_qf_name()
1630 static int clear_qf_name(struct super_block *sb, int qtype) in clear_qf_name() argument
1634 char *old_qname = get_qf_name(sb, sbi, qtype); in clear_qf_name()
1641 rcu_assign_pointer(sbi->s_qf_names[qtype], NULL); in clear_qf_name()
/Linux-v5.4/fs/gfs2/
Dquota.c1389 enum quota_type qtype = (qc_flags & GFS2_QCF_USER) ? in gfs2_quota_init() local
1391 struct kqid qc_id = make_kqid(&init_user_ns, qtype, in gfs2_quota_init()

12