Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/
Dn2_core.c55 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/
Dhinic_hw_cmdq.h109 u32 q_type; member
171 enum hinic_set_arm_qtype q_type, u32 q_id);
Dhinic_hw_cmdq.c511 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/
Dice_controlq.c591 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()
Dice_main.c961 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/
Ddpni.h880 enum dpni_queue_type q_type,
889 enum dpni_queue_type q_type,
/Linux-v5.4/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-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dpci.c178 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/
Dbnx2x_sriov.c170 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()
Dbnx2x_vfpf.c1538 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()
Dbnx2x_sriov.h448 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-v5.4/drivers/media/platform/mtk-jpeg/
Dmtk_jpeg_core.c201 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/
Dsge.c3835 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()
Dcxgb4.h737 unsigned int q_type; /* Q type Eth/Ctrl/Ofld */ member
Dcxgb4_main.c580 if (txq->q_type == CXGB4_TXQ_ETH) { in fwevtq_handler()
/Linux-v5.4/drivers/media/platform/s5p-jpeg/
Djpeg-core.c1429 struct s5p_jpeg_ctx *ctx, int q_type) in vidioc_try_fmt() argument
1441 if (q_type == FMT_TYPE_OUTPUT) in vidioc_try_fmt()