Searched refs:cq_type (Results 1 - 18 of 18) sorted by relevance

/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq_setup.c37 if (cq->cq_type == IDPF_CTLQ_TYPE_MAILBOX_TX)
108 if (cq->cq_type == IDPF_CTLQ_TYPE_MAILBOX_RX) {
H A Didpf_controlq_api.h100 enum idpf_ctlq_type cq_type; member in struct:idpf_ctlq_info
H A Didpf_controlq.c135 cq->cq_type = qinfo->type;
H A Didpf_virtchnl.c2756 if (cq->q_id == id && cq->cq_type == type)
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.h103 enum cq_type { enum
129 u8 cq_type; member in struct:otx2_cq_queue
H A Dotx2_common.c996 cq->cq_type = CQ_RX;
1002 cq->cq_type = CQ_TX;
1008 cq->cq_type = CQ_XDP;
1012 cq->cq_type = CQ_QOS;
1030 pool_id = ((cq->cq_type == CQ_RX) &&
H A Dotx2_txrx.c475 if (cq->cq_type == CQ_XDP)
549 if (cq->cq_type == CQ_RX) {
H A Dotx2_pf.c1628 if (cq->cq_type == CQ_RX)
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h197 enum cq_type { enum
375 enum cq_type type;
691 int entries, int ring, enum cq_type mode, int node);
H A Den_cq.c48 int entries, int ring, enum cq_type mode,
/linux-master/drivers/infiniband/hw/irdma/
H A Dpuda.c332 u8 cq_type = cq->cq_type; local
335 if (cq_type == IRDMA_CQ_TYPE_ILQ || cq_type == IRDMA_CQ_TYPE_IEQ) {
336 rsrc = (cq_type == IRDMA_CQ_TYPE_ILQ) ? cq->vsi->ilq :
372 if (cq_type == IRDMA_CQ_TYPE_ILQ) {
386 if (cq_type == IRDMA_CQ_TYPE_ILQ)
H A Dhw.c121 if (cq->cq_type == IRDMA_CQ_TYPE_IWARP)
126 if (cq->cq_type == IRDMA_CQ_TYPE_CQP)
128 else if (cq->cq_type == IRDMA_CQ_TYPE_ILQ ||
129 cq->cq_type == IRDMA_CQ_TYPE_IEQ)
H A Dtype.h435 u8 cq_type; member in struct:irdma_sc_cq
H A Dctrl.c2497 cq->cq_type = (info->type) ? info->type : IRDMA_CQ_TYPE_IWARP;
4190 cq->cq_type = IRDMA_CQ_TYPE_CQP;
/linux-master/drivers/infiniband/hw/qedr/
H A Dqedr.h283 enum qedr_cq_type cq_type; member in struct:qedr_cq
H A Dverbs.c882 if (cq->cq_type == QEDR_CQ_TYPE_GSI)
964 cq->cq_type = QEDR_CQ_TYPE_USER;
978 cq->cq_type = QEDR_CQ_TYPE_KERNEL;
1072 if (cq->cq_type == QEDR_CQ_TYPE_GSI) {
1244 if ((send_cq->cq_type == QEDR_CQ_TYPE_GSI) ||
1245 (recv_cq->cq_type == QEDR_CQ_TYPE_GSI)) {
4426 if (cq->cq_type == QEDR_CQ_TYPE_GSI)
H A Dqedr_roce_cm.c356 dev->gsi_rqcq->cq_type = QEDR_CQ_TYPE_GSI;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c3160 u32 cq_type = BNXT_NQ_HDL_TYPE(idx); local
3165 cq_type == BNXT_NQ_HDL_TYPE_RX)

Completed in 326 milliseconds