| /Linux-v5.15/drivers/scsi/lpfc/ |
| D | lpfc_debugfs.h | 420 lpfc_debug_dump_wq(struct lpfc_hba *phba, int qtype, int wqidx) in lpfc_debug_dump_wq() argument 425 if (qtype == DUMP_IO) { in lpfc_debug_dump_wq() 428 } else if (qtype == DUMP_MBX) { in lpfc_debug_dump_wq() 431 } else if (qtype == DUMP_ELS) { in lpfc_debug_dump_wq() 434 } else if (qtype == DUMP_NVMELS) { in lpfc_debug_dump_wq() 440 if (qtype == DUMP_IO) in lpfc_debug_dump_wq() 460 lpfc_debug_dump_cq(struct lpfc_hba *phba, int qtype, int wqidx) in lpfc_debug_dump_cq() argument 469 if (qtype == DUMP_IO) { in lpfc_debug_dump_cq() 473 } else if (qtype == DUMP_MBX) { in lpfc_debug_dump_cq() 477 } else if (qtype == DUMP_ELS) { in lpfc_debug_dump_cq() [all …]
|
| /Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/ |
| D | dpni.c | 616 enum dpni_queue_type qtype, in dpni_get_buffer_layout() argument 629 cmd_params->qtype = qtype; in dpni_get_buffer_layout() 664 enum dpni_queue_type qtype, in dpni_set_buffer_layout() argument 675 cmd_params->qtype = qtype; in dpni_set_buffer_layout() 767 enum dpni_queue_type qtype, in dpni_get_qdid() argument 780 cmd_params->qtype = qtype; in dpni_get_qdid() 1469 enum dpni_queue_type qtype, in dpni_set_congestion_notification() argument 1482 cmd_params->qtype = qtype; in dpni_set_congestion_notification() 1518 enum dpni_queue_type qtype, in dpni_set_queue() argument 1532 cmd_params->qtype = qtype; in dpni_set_queue() [all …]
|
| D | dpni-cmd.h | 235 u8 qtype; member 253 u8 qtype; member 283 u8 qtype; member 448 u8 qtype; member 480 u8 qtype; member 499 u8 qtype; member 514 u8 qtype; member 621 u8 qtype; member
|
| D | dpni.h | 351 enum dpni_queue_type qtype, 357 enum dpni_queue_type qtype, 389 enum dpni_queue_type qtype, 828 enum dpni_queue_type qtype, 837 enum dpni_queue_type qtype, 919 enum dpni_queue_type qtype,
|
| D | dpsw-cmd.h | 442 u8 qtype; member
|
| D | dpsw.c | 1179 enum dpsw_queue_type qtype, in dpsw_ctrl_if_set_queue() argument 1191 cmd_params->qtype = qtype; in dpsw_ctrl_if_set_queue()
|
| /Linux-v5.15/drivers/net/wireless/ath/ath9k/ |
| D | recv.c | 111 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 …]
|
| D | ar9003_mac.h | 114 enum ath9k_rx_qtype qtype);
|
| D | ar9003_mac.c | 471 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.15/drivers/usb/host/ |
| D | uhci-debug.c | 171 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.15/drivers/net/ethernet/pensando/ionic/ |
| D | ionic_regs.h | 131 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()
|
| D | ionic_lif.c | 1049 u8 qtype; in ionic_lif_add_hwstamp_rxfilt() local 1056 qtype = lif->hwstamp_rxq->q.type; in ionic_lif_add_hwstamp_rxfilt() 1057 ctx.cmd.rx_filter_add.qtype = qtype; in ionic_lif_add_hwstamp_rxfilt() 3448 int qtype; in ionic_lif_queue_identify() local 3454 for (qtype = 0; qtype < ARRAY_SIZE(ionic_qtype_versions); qtype++) { in ionic_lif_queue_identify() 3455 struct ionic_qtype_info *qti = &lif->qtype_info[qtype]; in ionic_lif_queue_identify() 3458 switch (qtype) { in ionic_lif_queue_identify() 3471 ionic_dev_cmd_queue_identify(idev, lif->lif_type, qtype, in ionic_lif_queue_identify() 3472 ionic_qtype_versions[qtype]); in ionic_lif_queue_identify() 3487 dev_err(ionic->dev, "qtype %d not supported\n", qtype); in ionic_lif_queue_identify() [all …]
|
| D | ionic_dev.h | 327 u16 lif_type, u8 qtype, u8 qver);
|
| D | ionic_dev.c | 454 u16 lif_type, u8 qtype, u8 qver) in ionic_dev_cmd_queue_identify() argument 459 .q_identify.type = qtype, in ionic_dev_cmd_queue_identify()
|
| /Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cudbg_lib.h | 245 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()
|
| D | cudbg_entity.h | 335 u32 qtype; member
|
| /Linux-v5.15/fs/xfs/ |
| D | xfs_trans_dquot.c | 540 enum quota_type qtype; in xfs_quota_warn() local 544 qtype = PRJQUOTA; in xfs_quota_warn() 547 qtype = USRQUOTA; in xfs_quota_warn() 550 qtype = GRPQUOTA; in xfs_quota_warn() 556 quota_send_warning(make_kqid(&init_user_ns, qtype, dqp->q_id), in xfs_quota_warn()
|
| D | xfs_dquot.c | 300 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() 351 xfs_qm_init_dquot_blk(tp, mp, dqp->q_id, qtype, bp); in xfs_dquot_disk_alloc() 398 xfs_dqtype_t qtype = xfs_dquot_type(dqp); in xfs_dquot_disk_read() local 399 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_read() 405 if (!xfs_this_quota_on(mp, qtype)) { in xfs_dquot_disk_read()
|
| /Linux-v5.15/fs/reiserfs/ |
| D | super.c | 1251 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.15/drivers/net/ethernet/intel/ice/ |
| D | ice_controlq.h | 87 enum ice_ctl_q qtype; member
|
| D | ice_main.c | 1239 const char *qtype; in __ice_clean_ctrlq() local 1249 qtype = "Admin"; in __ice_clean_ctrlq() 1253 qtype = "Sideband"; in __ice_clean_ctrlq() 1257 qtype = "Mailbox"; in __ice_clean_ctrlq() 1277 qtype); in __ice_clean_ctrlq() 1280 qtype); in __ice_clean_ctrlq() 1284 qtype); in __ice_clean_ctrlq() 1297 qtype); in __ice_clean_ctrlq() 1300 qtype); in __ice_clean_ctrlq() 1304 qtype); in __ice_clean_ctrlq() [all …]
|
| /Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4vf/ |
| D | t4vf_common.h | 375 enum t4_bar2_qtype qtype,
|
| /Linux-v5.15/fs/f2fs/ |
| D | super.c | 356 static int f2fs_set_qf_name(struct super_block *sb, int qtype, in f2fs_set_qf_name() argument 363 if (sb_any_quota_loaded(sb) && !F2FS_OPTION(sbi).s_qf_names[qtype]) { in f2fs_set_qf_name() 377 if (F2FS_OPTION(sbi).s_qf_names[qtype]) { in f2fs_set_qf_name() 378 if (strcmp(F2FS_OPTION(sbi).s_qf_names[qtype], qname) == 0) in f2fs_set_qf_name() 382 QTYPE2NAME(qtype)); in f2fs_set_qf_name() 389 F2FS_OPTION(sbi).s_qf_names[qtype] = qname; in f2fs_set_qf_name() 397 static int f2fs_clear_qf_name(struct super_block *sb, int qtype) in f2fs_clear_qf_name() argument 401 if (sb_any_quota_loaded(sb) && F2FS_OPTION(sbi).s_qf_names[qtype]) { in f2fs_clear_qf_name() 405 kfree(F2FS_OPTION(sbi).s_qf_names[qtype]); in f2fs_clear_qf_name() 406 F2FS_OPTION(sbi).s_qf_names[qtype] = NULL; in f2fs_clear_qf_name()
|
| /Linux-v5.15/drivers/scsi/elx/libefc_sli/ |
| D | sli4.c | 499 __sli_queue_init(struct sli4 *sli4, struct sli4_queue *q, u32 qtype, in __sli_queue_init() argument 514 efc_log_err(sli4, "%s allocation failed\n", SLI4_QNAME[qtype]); in __sli_queue_init() 522 q->type = qtype; in __sli_queue_init() 735 sli_get_queue_entry_size(struct sli4 *sli4, u32 qtype) in sli_get_queue_entry_size() argument 739 switch (qtype) { in sli_get_queue_entry_size() 756 efc_log_info(sli4, "unknown queue type %d\n", qtype); in sli_get_queue_entry_size() 763 sli_queue_alloc(struct sli4 *sli4, u32 qtype, in sli_queue_alloc() argument 771 size = sli_get_queue_entry_size(sli4, qtype); in sli_queue_alloc() 776 if (__sli_queue_init(sli4, q, qtype, size, n_entries, align)) in sli_queue_alloc() 779 switch (qtype) { in sli_queue_alloc() [all …]
|
| /Linux-v5.15/fs/ocfs2/ |
| D | file.c | 1124 int qtype; in ocfs2_setattr() local 1289 for (qtype = 0; qtype < OCFS2_MAXQUOTAS; qtype++) in ocfs2_setattr() 1290 dqput(transfer_to[qtype]); in ocfs2_setattr()
|