/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.h | 100 enum cq_type { enum 122 u8 cq_type; member
|
H A D | otx2_common.c | 824 cq->cq_type = CQ_RX; in otx2_cq_init() 828 cq->cq_type = CQ_TX; in otx2_cq_init() 844 pool_id = ((cq->cq_type == CQ_RX) && in otx2_cq_init()
|
H A D | otx2_txrx.c | 414 if (cq->cq_type == CQ_RX) { in otx2_napi_handler()
|
H A D | otx2_pf.c | 1416 if (cq->cq_type == CQ_RX) in otx2_free_hw_resources()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.h | 103 enum cq_type { enum 129 u8 cq_type; member
|
H A D | otx2_common.c | 996 cq->cq_type = CQ_RX; in otx2_cq_init() 1002 cq->cq_type = CQ_TX; in otx2_cq_init() 1008 cq->cq_type = CQ_XDP; in otx2_cq_init() 1012 cq->cq_type = CQ_QOS; in otx2_cq_init() 1030 pool_id = ((cq->cq_type == CQ_RX) && in otx2_cq_init()
|
H A D | otx2_txrx.c | 475 if (cq->cq_type == CQ_XDP) in otx2_tx_napi_handler() 549 if (cq->cq_type == CQ_RX) { in otx2_napi_handler()
|
H A D | otx2_pf.c | 1628 if (cq->cq_type == CQ_RX) in otx2_free_hw_resources()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_hw.c | 227 if (cq->cq_type == I40IW_CQ_TYPE_CQP) in i40iw_process_ceq() 229 else if (cq->cq_type == I40IW_CQ_TYPE_IWARP) in i40iw_process_ceq() 231 else if ((cq->cq_type == I40IW_CQ_TYPE_ILQ) || in i40iw_process_ceq() 232 (cq->cq_type == I40IW_CQ_TYPE_IEQ)) in i40iw_process_ceq()
|
H A D | i40iw_puda.c | 290 u8 cq_type = cq->cq_type; in i40iw_puda_poll_completion() local 293 if ((cq_type == I40IW_CQ_TYPE_ILQ) || (cq_type == I40IW_CQ_TYPE_IEQ)) { in i40iw_puda_poll_completion() 294 rsrc = (cq_type == I40IW_CQ_TYPE_ILQ) ? cq->vsi->ilq : cq->vsi->ieq; in i40iw_puda_poll_completion() 324 if (cq_type == I40IW_CQ_TYPE_ILQ) { in i40iw_puda_poll_completion() 338 if (cq_type == I40IW_CQ_TYPE_ILQ) in i40iw_puda_poll_completion()
|
H A D | i40iw_type.h | 365 u8 cq_type; member
|
H A D | i40iw_ctrl.c | 2046 cq->cq_type = I40IW_CQ_TYPE_CQP; in i40iw_sc_ccq_init() 2224 cq->cq_type = (info->type) ? info->type : I40IW_CQ_TYPE_IWARP; in i40iw_sc_cq_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | mlx4_en.h | 205 enum cq_type { enum 382 enum cq_type type; 699 int entries, int ring, enum cq_type mode, int node);
|
H A D | en_cq.c | 48 int entries, int ring, enum cq_type mode, in mlx4_en_create_cq()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | mlx4_en.h | 197 enum cq_type { enum 375 enum cq_type type; 691 int entries, int ring, enum cq_type mode, int node);
|
H A D | en_cq.c | 48 int entries, int ring, enum cq_type mode, in mlx4_en_create_cq()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | puda.c | 332 u8 cq_type = cq->cq_type; in irdma_puda_poll_cmpl() local 335 if (cq_type == IRDMA_CQ_TYPE_ILQ || cq_type == IRDMA_CQ_TYPE_IEQ) { in irdma_puda_poll_cmpl() 336 rsrc = (cq_type == IRDMA_CQ_TYPE_ILQ) ? cq->vsi->ilq : in irdma_puda_poll_cmpl() 372 if (cq_type == IRDMA_CQ_TYPE_ILQ) { in irdma_puda_poll_cmpl() 386 if (cq_type == IRDMA_CQ_TYPE_ILQ) in irdma_puda_poll_cmpl()
|
H A D | hw.c | 121 if (cq->cq_type == IRDMA_CQ_TYPE_IWARP) in irdma_process_ceq() 126 if (cq->cq_type == IRDMA_CQ_TYPE_CQP) in irdma_process_ceq() 128 else if (cq->cq_type == IRDMA_CQ_TYPE_ILQ || in irdma_process_ceq() 129 cq->cq_type == IRDMA_CQ_TYPE_IEQ) in irdma_process_ceq()
|
H A D | type.h | 435 u8 cq_type; member
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/ |
H A D | qedr_roce_cm.c | 357 dev->gsi_rqcq->cq_type = QEDR_CQ_TYPE_GSI; in qedr_create_gsi_qp() 358 dev->gsi_rqcq->cq_type = QEDR_CQ_TYPE_GSI; in qedr_create_gsi_qp()
|
H A D | qedr.h | 283 enum qedr_cq_type cq_type; member
|
H A D | verbs.c | 880 if (cq->cq_type == QEDR_CQ_TYPE_GSI) in qedr_arm_cq() 959 cq->cq_type = QEDR_CQ_TYPE_USER; in qedr_create_cq() 973 cq->cq_type = QEDR_CQ_TYPE_KERNEL; in qedr_create_cq() 1077 if (cq->cq_type == QEDR_CQ_TYPE_GSI) { in qedr_destroy_cq() 1249 if ((send_cq->cq_type == QEDR_CQ_TYPE_GSI) || in qedr_check_qp_attrs() 1250 (recv_cq->cq_type == QEDR_CQ_TYPE_GSI)) { in qedr_check_qp_attrs() 4432 if (cq->cq_type == QEDR_CQ_TYPE_GSI) in qedr_poll_cq()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/ |
H A D | qedr.h | 283 enum qedr_cq_type cq_type; member
|
H A D | verbs.c | 882 if (cq->cq_type == QEDR_CQ_TYPE_GSI) in qedr_arm_cq() 964 cq->cq_type = QEDR_CQ_TYPE_USER; in qedr_create_cq() 978 cq->cq_type = QEDR_CQ_TYPE_KERNEL; in qedr_create_cq() 1072 if (cq->cq_type == QEDR_CQ_TYPE_GSI) { in qedr_destroy_cq() 1244 if ((send_cq->cq_type == QEDR_CQ_TYPE_GSI) || in qedr_check_qp_attrs() 1245 (recv_cq->cq_type == QEDR_CQ_TYPE_GSI)) { in qedr_check_qp_attrs() 4426 if (cq->cq_type == QEDR_CQ_TYPE_GSI) in qedr_poll_cq()
|
H A D | qedr_roce_cm.c | 356 dev->gsi_rqcq->cq_type = QEDR_CQ_TYPE_GSI; in qedr_create_gsi_qp()
|