Home
last modified time | relevance | path

Searched refs:qtype (Results 1 - 25 of 94) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A 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 in lpfc_debug_dump_cq()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h420 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 in lpfc_debug_dump_cq()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H A 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
H A Ddpni.c606 * @qtype: Type of queue to retrieve configuration for
614 enum dpni_queue_type qtype, in dpni_get_buffer_layout()
627 cmd_params->qtype = qtype; in dpni_get_buffer_layout()
652 * @qtype: Type of queue this configuration applies to
662 enum dpni_queue_type qtype, in dpni_set_buffer_layout()
673 cmd_params->qtype = qtype; in dpni_set_buffer_layout()
756 * @qtype: Type of queue to receive QDID for
765 enum dpni_queue_type qtype, in dpni_get_qdid()
611 dpni_get_buffer_layout(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_queue_type qtype, struct dpni_buffer_layout *layout) dpni_get_buffer_layout() argument
659 dpni_set_buffer_layout(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_queue_type qtype, const struct dpni_buffer_layout *layout) dpni_set_buffer_layout() argument
762 dpni_get_qdid(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_queue_type qtype, u16 *qdid) dpni_get_qdid() argument
1370 dpni_set_congestion_notification( struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_queue_type qtype, u8 tc_id, const struct dpni_congestion_notification_cfg *cfg) dpni_set_congestion_notification() argument
1420 dpni_set_queue(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_queue_type qtype, u8 tc, u8 index, u8 options, const struct dpni_queue *queue) dpni_set_queue() argument
1468 dpni_get_queue(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_queue_type qtype, u8 tc, u8 index, struct dpni_queue *queue, struct dpni_queue_id *qid) dpni_get_queue() argument
1571 dpni_set_taildrop(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_congestion_point cg_point, enum dpni_queue_type qtype, u8 tc, u8 index, struct dpni_taildrop *taildrop) dpni_set_taildrop() argument
1615 dpni_get_taildrop(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_congestion_point cg_point, enum dpni_queue_type qtype, u8 tc, u8 index, struct dpni_taildrop *taildrop) dpni_get_taildrop() argument
[all...]
H A 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,
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni-cmd.h242 u8 qtype; member
260 u8 qtype; member
290 u8 qtype; member
455 u8 qtype; member
487 u8 qtype; member
506 u8 qtype; member
521 u8 qtype; member
628 u8 qtype; member
H A Ddpni.c612 * @qtype: Type of queue to retrieve configuration for
620 enum dpni_queue_type qtype, in dpni_get_buffer_layout()
633 cmd_params->qtype = qtype; in dpni_get_buffer_layout()
658 * @qtype: Type of queue this configuration applies to
668 enum dpni_queue_type qtype, in dpni_set_buffer_layout()
679 cmd_params->qtype = qtype; in dpni_set_buffer_layout()
762 * @qtype: Type of queue to receive QDID for
771 enum dpni_queue_type qtype, in dpni_get_qdid()
617 dpni_get_buffer_layout(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_queue_type qtype, struct dpni_buffer_layout *layout) dpni_get_buffer_layout() argument
665 dpni_set_buffer_layout(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_queue_type qtype, const struct dpni_buffer_layout *layout) dpni_set_buffer_layout() argument
768 dpni_get_qdid(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_queue_type qtype, u16 *qdid) dpni_get_qdid() argument
1469 dpni_set_congestion_notification( struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_queue_type qtype, u8 tc_id, const struct dpni_congestion_notification_cfg *cfg) dpni_set_congestion_notification() argument
1519 dpni_set_queue(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_queue_type qtype, u8 tc, u8 index, u8 options, const struct dpni_queue *queue) dpni_set_queue() argument
1567 dpni_get_queue(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_queue_type qtype, u8 tc, u8 index, struct dpni_queue *queue, struct dpni_queue_id *qid) dpni_get_queue() argument
1670 dpni_set_taildrop(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_congestion_point cg_point, enum dpni_queue_type qtype, u8 tc, u8 index, struct dpni_taildrop *taildrop) dpni_set_taildrop() argument
1714 dpni_get_taildrop(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_congestion_point cg_point, enum dpni_queue_type qtype, u8 tc, u8 index, struct dpni_taildrop *taildrop) dpni_get_taildrop() argument
[all...]
H A Ddpni.h360 enum dpni_queue_type qtype,
366 enum dpni_queue_type qtype,
398 enum dpni_queue_type qtype,
837 enum dpni_queue_type qtype,
846 enum dpni_queue_type qtype,
928 enum dpni_queue_type qtype,
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Drecv.c111 enum ath9k_rx_qtype qtype) in ath_rx_edma_buf_link()
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()
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()
162 rx_edma = &sc->rx.rx_edma[qtype]; in ath_rx_remove_buffer()
628 enum ath9k_rx_qtype qtype, in ath_edma_get_buffers()
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()
110 ath_rx_edma_buf_link(struct ath_softc *sc, enum ath9k_rx_qtype qtype) ath_rx_edma_buf_link() argument
138 ath_rx_addbuffer_edma(struct ath_softc *sc, enum ath9k_rx_qtype qtype) ath_rx_addbuffer_edma() argument
155 ath_rx_remove_buffer(struct ath_softc *sc, enum ath9k_rx_qtype qtype) ath_rx_remove_buffer() argument
627 ath_edma_get_buffers(struct ath_softc *sc, enum ath9k_rx_qtype qtype, struct ath_rx_status *rs, struct ath_rxbuf **dest) ath_edma_get_buffers() argument
680 ath_edma_get_next_rx_buf(struct ath_softc *sc, struct ath_rx_status *rs, enum ath9k_rx_qtype qtype) ath_edma_get_next_rx_buf() argument
1070 enum ath9k_rx_qtype qtype; ath_rx_tasklet() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Drecv.c111 enum ath9k_rx_qtype qtype) in ath_rx_edma_buf_link()
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()
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()
162 rx_edma = &sc->rx.rx_edma[qtype]; in ath_rx_remove_buffer()
628 enum ath9k_rx_qtype qtype, in ath_edma_get_buffers()
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()
110 ath_rx_edma_buf_link(struct ath_softc *sc, enum ath9k_rx_qtype qtype) ath_rx_edma_buf_link() argument
138 ath_rx_addbuffer_edma(struct ath_softc *sc, enum ath9k_rx_qtype qtype) ath_rx_addbuffer_edma() argument
155 ath_rx_remove_buffer(struct ath_softc *sc, enum ath9k_rx_qtype qtype) ath_rx_remove_buffer() argument
627 ath_edma_get_buffers(struct ath_softc *sc, enum ath9k_rx_qtype qtype, struct ath_rx_status *rs, struct ath_rxbuf **dest) ath_edma_get_buffers() argument
680 ath_edma_get_next_rx_buf(struct ath_softc *sc, struct ath_rx_status *rs, enum ath9k_rx_qtype qtype) ath_edma_get_next_rx_buf() argument
1070 enum ath9k_rx_qtype qtype; ath_rx_tasklet() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A 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()
H A Dionic_lif.c265 dev_dbg(dev, "q_enable.index %d q_enable.qtype %d\n", in ionic_qcq_enable()
323 dev_dbg(lif->ionic->dev, "q_disable.index %d q_disable.qtype %d\n", in ionic_qcq_disable()
3001 int qtype; in ionic_lif_queue_identify() local
3007 for (qtype = 0; qtype < ARRAY_SIZE(ionic_qtype_versions); qtype++) { in ionic_lif_queue_identify()
3008 struct ionic_qtype_info *qti = &lif->qtype_info[qtype]; in ionic_lif_queue_identify()
3011 switch (qtype) { in ionic_lif_queue_identify()
3024 ionic_dev_cmd_queue_identify(idev, lif->lif_type, qtype, in ionic_lif_queue_identify()
3025 ionic_qtype_versions[qtype]); in ionic_lif_queue_identify()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A 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()
/kernel/linux/linux-5.10/drivers/usb/host/
H A 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()
/kernel/linux/linux-6.6/drivers/usb/host/
H A 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()
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/
H A Derdma_cq.c113 u8 opcode, syndrome, qtype; in erdma_poll_one_cqe() local
141 qtype = FIELD_GET(ERDMA_CQE_HDR_QTYPE_MASK, cqe_hdr); in erdma_poll_one_cqe()
145 if (qtype == ERDMA_CQE_QTYPE_SQ) { in erdma_poll_one_cqe()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A 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()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trans_dquot.c553 enum quota_type qtype; in xfs_quota_warn() local
557 qtype = PRJQUOTA; in xfs_quota_warn()
560 qtype = USRQUOTA; in xfs_quota_warn()
563 qtype = GRPQUOTA; in xfs_quota_warn()
569 quota_send_warning(make_kqid(&init_user_ns, qtype, dqp->q_id), in xfs_quota_warn()
H A 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()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trans_dquot.c540 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()
H A Dxfs_dquot.c296 xfs_dqtype_t qtype = xfs_dquot_type(dqp); in xfs_dquot_disk_alloc() local
297 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_alloc()
311 if (!xfs_this_quota_on(dqp->q_mount, qtype)) { in xfs_dquot_disk_alloc()
356 xfs_qm_init_dquot_blk(tp, mp, dqp->q_id, qtype, bp); in xfs_dquot_disk_alloc()
412 xfs_dqtype_t qtype = xfs_dquot_type(dqp); in xfs_dquot_disk_read() local
413 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_read()
419 if (!xfs_this_quota_on(mp, qtype)) { in xfs_dquot_disk_read()
/kernel/linux/linux-5.10/fs/reiserfs/
H A 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] in reiserfs_parse_options()
[all...]
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dsuper.c1249 int qtype = c == 'u' ? USRQUOTA : GRPQUOTA; in reiserfs_parse_options() local
1252 (!*arg != !REISERFS_SB(s)->s_qf_names[qtype])) { in reiserfs_parse_options()
1259 if (qf_names[qtype] != in reiserfs_parse_options()
1260 REISERFS_SB(s)->s_qf_names[qtype]) in reiserfs_parse_options()
1261 kfree(qf_names[qtype]); in reiserfs_parse_options()
1262 qf_names[qtype] = NULL; in reiserfs_parse_options()
1264 if (REISERFS_SB(s)->s_qf_names[qtype] in reiserfs_parse_options()
1265 && strcmp(REISERFS_SB(s)->s_qf_names[qtype], in reiserfs_parse_options()
1270 QTYPE2NAME(qtype)); in reiserfs_parse_options()
1279 qf_names[qtype] in reiserfs_parse_options()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_controlq.h85 enum ice_ctl_q qtype; member

Completed in 30 milliseconds

1234