/Linux-v5.4/drivers/crypto/ |
D | n2_core.c | 55 u8 q_type; member 79 if (q->q_type == HV_NCS_QTYPE_MAU) { in spu_next_offset() 1602 static void *new_queue(unsigned long q_type) in new_queue() argument 1604 return kmem_cache_zalloc(queue_cache[q_type - 1], GFP_KERNEL); in new_queue() 1607 static void free_queue(void *p, unsigned long q_type) in free_queue() argument 1609 kmem_cache_free(queue_cache[q_type - 1], p); in free_queue() 1649 unsigned long q_type = qr->type; in spu_queue_register_workfn() local 1652 hv_ret = sun4v_ncs_qconf(q_type, __pa(p->q), in spu_queue_register_workfn() 1660 static int spu_queue_register(struct spu_queue *p, unsigned long q_type) in spu_queue_register() argument 1663 struct spu_qreg qr = { .queue = p, .type = q_type }; in spu_queue_register() [all …]
|
/Linux-v5.4/drivers/net/ethernet/huawei/hinic/ |
D | hinic_hw_cmdq.h | 109 u32 q_type; member 171 enum hinic_set_arm_qtype q_type, u32 q_id);
|
D | hinic_hw_cmdq.c | 511 enum hinic_set_arm_qtype q_type, u32 q_id) in hinic_set_arm_bit() argument 519 arm_bit.q_type = q_type; in hinic_set_arm_bit() 737 enum hinic_cmdq_type q_type, void __iomem *db_area) in init_cmdq() argument 742 cmdq->cmdq_type = q_type; in init_cmdq()
|
/Linux-v5.4/drivers/net/ethernet/intel/ice/ |
D | ice_controlq.c | 591 static enum ice_status ice_init_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type) in ice_init_ctrlq() argument 596 switch (q_type) { in ice_init_ctrlq() 608 cq->qtype = q_type; in ice_init_ctrlq() 710 static void ice_shutdown_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type) in ice_shutdown_ctrlq() argument 714 switch (q_type) { in ice_shutdown_ctrlq()
|
D | ice_main.c | 961 static int __ice_clean_ctrlq(struct ice_pf *pf, enum ice_ctl_q q_type) in __ice_clean_ctrlq() argument 974 switch (q_type) { in __ice_clean_ctrlq() 985 q_type); in __ice_clean_ctrlq()
|
/Linux-v5.4/drivers/net/ethernet/freescale/dpaa2/ |
D | dpni.h | 880 enum dpni_queue_type q_type, 889 enum dpni_queue_type q_type,
|
/Linux-v5.4/drivers/infiniband/hw/i40iw/ |
D | i40iw_puda.h | 59 u8 q_type; member
|
D | i40iw_uk.c | 756 u32 wqe_idx, q_type, array_idx = 0; in i40iw_cq_poll_completion() local 773 q_type = (u8)RS_64(qword3, I40IW_CQ_SQ); in i40iw_cq_poll_completion() 804 if (q_type == I40IW_CQE_QTYPE_RQ) { in i40iw_cq_poll_completion()
|
D | i40iw_puda.c | 257 info->q_type = (u8)RS_64(qword3, I40IW_CQ_SQ); in i40iw_puda_poll_info() 264 if (info->q_type == I40IW_CQE_QTYPE_RQ) { in i40iw_puda_poll_info() 318 if (info.q_type == I40IW_CQE_QTYPE_RQ) { in i40iw_puda_poll_completion()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | pci.c | 178 enum mlxsw_pci_queue_type q_type) in mlxsw_pci_queue_type_group_get() argument 180 return &mlxsw_pci->queues[q_type]; in mlxsw_pci_queue_type_group_get() 184 enum mlxsw_pci_queue_type q_type) in __mlxsw_pci_queue_count() argument 188 queue_group = mlxsw_pci_queue_type_group_get(mlxsw_pci, q_type); in __mlxsw_pci_queue_count() 204 enum mlxsw_pci_queue_type q_type, u8 q_num) in __mlxsw_pci_queue_get() argument 206 return &mlxsw_pci->queues[q_type].q[q_num]; in __mlxsw_pci_queue_get()
|
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.c | 170 unsigned long q_type) in bnx2x_vfop_qctor_prep() argument 216 if (test_bit(BNX2X_Q_TYPE_HAS_RX, &q_type)) { in bnx2x_vfop_qctor_prep() 228 if (test_bit(BNX2X_Q_TYPE_HAS_TX, &q_type)) { in bnx2x_vfop_qctor_prep() 1426 unsigned long q_type = 0; in bnx2x_vfq_init() local 1428 set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_vfq_init() 1429 set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_vfq_init() 1436 q_type); in bnx2x_vfq_init()
|
D | bnx2x_vfpf.c | 1538 unsigned long q_type = 0; in bnx2x_vf_mbx_setup_q() local 1559 __set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_vf_mbx_setup_q() 1590 __set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_vf_mbx_setup_q() 1636 bnx2x_vfop_qctor_prep(bp, vf, q, &qctor, q_type); in bnx2x_vf_mbx_setup_q()
|
D | bnx2x_sriov.h | 448 unsigned long q_type);
|
D | bnx2x_main.c | 6344 unsigned long q_type = 0; in bnx2x_init_eth_fp() local 6361 __set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_init_eth_fp() 6362 __set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_init_eth_fp() 6384 bnx2x_sp_mapping(bp, q_rdata), q_type); in bnx2x_init_eth_fp() 6447 unsigned long q_type = 0; in bnx2x_init_fcoe_fp() local 6469 __set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_init_fcoe_fp() 6470 __set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_init_fcoe_fp() 6477 bnx2x_sp_mapping(bp, q_rdata), q_type); in bnx2x_init_fcoe_fp()
|
/Linux-v5.4/drivers/media/platform/mtk-jpeg/ |
D | mtk_jpeg_core.c | 201 struct mtk_jpeg_ctx *ctx, int q_type) in mtk_jpeg_try_fmt_mplane() argument 218 if (q_type == MTK_JPEG_FMT_TYPE_OUTPUT) { in mtk_jpeg_try_fmt_mplane()
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 3835 txq->q.q_type = CXGB4_TXQ_ETH; in t4_sge_alloc_eth_txq() 3894 txq->q.q_type = CXGB4_TXQ_CTRL; in t4_sge_alloc_ctrl_txq() 3969 txq->q.q_type = CXGB4_TXQ_ULD; in t4_sge_alloc_uld_txq()
|
D | cxgb4.h | 737 unsigned int q_type; /* Q type Eth/Ctrl/Ofld */ member
|
D | cxgb4_main.c | 580 if (txq->q_type == CXGB4_TXQ_ETH) { in fwevtq_handler()
|
/Linux-v5.4/drivers/media/platform/s5p-jpeg/ |
D | jpeg-core.c | 1429 struct s5p_jpeg_ctx *ctx, int q_type) in vidioc_try_fmt() argument 1441 if (q_type == FMT_TYPE_OUTPUT) in vidioc_try_fmt()
|