Home
last modified time | relevance | path

Searched refs:q_type (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/drivers/crypto/
Dn2_core.c54 u8 q_type; member
78 if (q->q_type == HV_NCS_QTYPE_MAU) { in spu_next_offset()
1610 static void *new_queue(unsigned long q_type) in new_queue() argument
1612 return kmem_cache_zalloc(queue_cache[q_type - 1], GFP_KERNEL); in new_queue()
1615 static void free_queue(void *p, unsigned long q_type) in free_queue() argument
1617 kmem_cache_free(queue_cache[q_type - 1], p); in free_queue()
1657 unsigned long q_type = qr->type; in spu_queue_register_workfn() local
1660 hv_ret = sun4v_ncs_qconf(q_type, __pa(p->q), in spu_queue_register_workfn()
1668 static int spu_queue_register(struct spu_queue *p, unsigned long q_type) in spu_queue_register() argument
1671 struct spu_qreg qr = { .queue = p, .type = q_type }; in spu_queue_register()
[all …]
/Linux-v4.19/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_cmdq.h118 u32 q_type; member
180 enum hinic_set_arm_qtype q_type, u32 q_id);
Dhinic_hw_cmdq.c520 enum hinic_set_arm_qtype q_type, u32 q_id) in hinic_set_arm_bit() argument
528 arm_bit.q_type = q_type; in hinic_set_arm_bit()
746 enum hinic_cmdq_type q_type, void __iomem *db_area) in init_cmdq() argument
751 cmdq->cmdq_type = q_type; in init_cmdq()
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_controlq.c624 static enum ice_status ice_init_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type) in ice_init_ctrlq() argument
629 switch (q_type) { in ice_init_ctrlq()
637 cq->qtype = q_type; in ice_init_ctrlq()
699 static void ice_shutdown_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type) in ice_shutdown_ctrlq() argument
703 switch (q_type) { in ice_shutdown_ctrlq()
Dice_main.c807 static int __ice_clean_ctrlq(struct ice_pf *pf, enum ice_ctl_q q_type) in __ice_clean_ctrlq() argument
820 switch (q_type) { in __ice_clean_ctrlq()
827 q_type); in __ice_clean_ctrlq()
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/
Ddpni.h793 enum dpni_queue_type q_type,
802 enum dpni_queue_type q_type,
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_puda.h59 u8 q_type; member
Di40iw_uk.c756 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()
Di40iw_puda.c257 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-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dpci.c177 enum mlxsw_pci_queue_type q_type) in mlxsw_pci_queue_type_group_get() argument
179 return &mlxsw_pci->queues[q_type]; in mlxsw_pci_queue_type_group_get()
183 enum mlxsw_pci_queue_type q_type) in __mlxsw_pci_queue_count() argument
187 queue_group = mlxsw_pci_queue_type_group_get(mlxsw_pci, q_type); in __mlxsw_pci_queue_count()
203 enum mlxsw_pci_queue_type q_type, u8 q_num) in __mlxsw_pci_queue_get() argument
205 return &mlxsw_pci->queues[q_type].q[q_num]; in __mlxsw_pci_queue_get()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c172 unsigned long q_type) in bnx2x_vfop_qctor_prep() argument
215 if (test_bit(BNX2X_Q_TYPE_HAS_RX, &q_type)) { in bnx2x_vfop_qctor_prep()
227 if (test_bit(BNX2X_Q_TYPE_HAS_TX, &q_type)) { in bnx2x_vfop_qctor_prep()
1423 unsigned long q_type = 0; in bnx2x_vfq_init() local
1425 set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_vfq_init()
1426 set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_vfq_init()
1433 q_type); in bnx2x_vfq_init()
Dbnx2x_vfpf.c1541 unsigned long q_type = 0; in bnx2x_vf_mbx_setup_q() local
1562 __set_bit(BNX2X_Q_TYPE_HAS_TX, &q_type); in bnx2x_vf_mbx_setup_q()
1593 __set_bit(BNX2X_Q_TYPE_HAS_RX, &q_type); in bnx2x_vf_mbx_setup_q()
1639 bnx2x_vfop_qctor_prep(bp, vf, q, &qctor, q_type); in bnx2x_vf_mbx_setup_q()
Dbnx2x_sriov.h446 unsigned long q_type);
Dbnx2x_main.c6344 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-v4.19/drivers/media/platform/mtk-jpeg/
Dmtk_jpeg_core.c209 struct mtk_jpeg_ctx *ctx, int q_type) in mtk_jpeg_try_fmt_mplane() argument
226 if (q_type == MTK_JPEG_FMT_TYPE_OUTPUT) { in mtk_jpeg_try_fmt_mplane()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c3633 txq->q.q_type = CXGB4_TXQ_ETH; in t4_sge_alloc_eth_txq()
3687 txq->q.q_type = CXGB4_TXQ_CTRL; in t4_sge_alloc_ctrl_txq()
3759 txq->q.q_type = CXGB4_TXQ_ULD; in t4_sge_alloc_uld_txq()
Dcxgb4.h717 unsigned int q_type; /* Q type Eth/Ctrl/Ofld */ member
Dcxgb4_main.c527 if (txq->q_type == CXGB4_TXQ_ETH) { in fwevtq_handler()
/Linux-v4.19/drivers/media/platform/s5p-jpeg/
Djpeg-core.c1458 struct s5p_jpeg_ctx *ctx, int q_type) in vidioc_try_fmt() argument
1470 if (q_type == FMT_TYPE_OUTPUT) in vidioc_try_fmt()