Home
last modified time | relevance | path

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

12

/Linux-v5.10/drivers/scsi/lpfc/
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 …]
/Linux-v5.10/drivers/net/ethernet/freescale/dpaa2/
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 …]
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
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,
/Linux-v5.10/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()
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 …]
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()
/Linux-v5.10/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_lif.c2986 int qtype; in ionic_lif_queue_identify() local
2992 for (qtype = 0; qtype < ARRAY_SIZE(ionic_qtype_versions); qtype++) { in ionic_lif_queue_identify()
2993 struct ionic_qtype_info *qti = &lif->qtype_info[qtype]; in ionic_lif_queue_identify()
2996 switch (qtype) { in ionic_lif_queue_identify()
3009 ionic_dev_cmd_queue_identify(idev, lif->lif_type, qtype, in ionic_lif_queue_identify()
3010 ionic_qtype_versions[qtype]); in ionic_lif_queue_identify()
3025 dev_err(ionic->dev, "qtype %d not supported\n", qtype); in ionic_lif_queue_identify()
3032 qtype, err); in ionic_lif_queue_identify()
3037 qtype, qti->version); in ionic_lif_queue_identify()
3039 qtype, qti->supported); in ionic_lif_queue_identify()
[all …]
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()
Dionic_dev.h309 u16 lif_type, u8 qtype, u8 qver);
/Linux-v5.10/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.10/drivers/net/ethernet/chelsio/cxgb4/
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()
Dcudbg_entity.h338 u32 qtype; member
Dcxgb4_uld.h536 enum cxgb4_bar2_qtype qtype,
/Linux-v5.10/fs/xfs/
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()
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()
/Linux-v5.10/fs/reiserfs/
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 …]
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_controlq.h85 enum ice_ctl_q qtype; member
Dice_main.c1191 const char *qtype; in __ice_clean_ctrlq() local
1201 qtype = "Admin"; in __ice_clean_ctrlq()
1205 qtype = "Mailbox"; in __ice_clean_ctrlq()
1221 qtype); in __ice_clean_ctrlq()
1224 qtype); in __ice_clean_ctrlq()
1228 qtype); in __ice_clean_ctrlq()
1241 qtype); in __ice_clean_ctrlq()
1244 qtype); in __ice_clean_ctrlq()
1248 qtype); in __ice_clean_ctrlq()
1268 dev_err(dev, "%s Receive Queue event error %s\n", qtype, in __ice_clean_ctrlq()
[all …]
/Linux-v5.10/fs/f2fs/
Dsuper.c318 static int f2fs_set_qf_name(struct super_block *sb, int qtype, in f2fs_set_qf_name() argument
325 if (sb_any_quota_loaded(sb) && !F2FS_OPTION(sbi).s_qf_names[qtype]) { in f2fs_set_qf_name()
339 if (F2FS_OPTION(sbi).s_qf_names[qtype]) { in f2fs_set_qf_name()
340 if (strcmp(F2FS_OPTION(sbi).s_qf_names[qtype], qname) == 0) in f2fs_set_qf_name()
344 QTYPE2NAME(qtype)); in f2fs_set_qf_name()
351 F2FS_OPTION(sbi).s_qf_names[qtype] = qname; in f2fs_set_qf_name()
359 static int f2fs_clear_qf_name(struct super_block *sb, int qtype) in f2fs_clear_qf_name() argument
363 if (sb_any_quota_loaded(sb) && F2FS_OPTION(sbi).s_qf_names[qtype]) { in f2fs_clear_qf_name()
367 kfree(F2FS_OPTION(sbi).s_qf_names[qtype]); in f2fs_clear_qf_name()
368 F2FS_OPTION(sbi).s_qf_names[qtype] = NULL; in f2fs_clear_qf_name()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h375 enum t4_bar2_qtype qtype,
/Linux-v5.10/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.10/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.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_debugfs.c1211 unsigned long *bmap, char *qtype) in print_nix_qctx_qsize() argument
1220 seq_printf(filp, "%s context count : %d\n", qtype, qsize); in print_nix_qctx_qsize()
1222 qtype, buf); in print_nix_qctx_qsize()

12