/Linux-v5.4/drivers/scsi/lpfc/ |
D | lpfc_debugfs.h | 412 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/ |
D | dpni.c | 613 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 …]
|
D | dpni-cmd.h | 221 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
|
D | dpni.h | 351 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/ |
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() 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 …]
|
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()
|
D | ath9k.h | 580 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
|
/Linux-v5.4/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_if.h | 334 u8 qtype; member 1533 u8 qtype; member
|
/Linux-v5.4/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.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cudbg_lib.h | 241 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()
|
D | cudbg_entity.h | 335 u32 qtype; member
|
D | cxgb4_uld.h | 422 enum cxgb4_bar2_qtype qtype,
|
/Linux-v5.4/fs/xfs/ |
D | xfs_trans_dquot.c | 552 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/ |
D | super.c | 1250 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/ |
D | ice_controlq.h | 81 enum ice_ctl_q qtype; member
|
D | ice_main.c | 967 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/ |
D | super.c | 290 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/ |
D | t4vf_common.h | 374 enum t4_bar2_qtype qtype,
|
D | t4vf_hw.c | 769 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/ |
D | file.c | 1125 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/ |
D | i40e_virtchnl_pf.c | 290 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/ |
D | super.c | 1585 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/ |
D | quota.c | 1389 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()
|