Home
last modified time | relevance | path

Searched refs:cq_type (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/irdma/
H A Dirdma_puda.c372 u8 cq_type = cq->cq_type; in irdma_puda_poll_cmpl() local
375 if (cq_type == IRDMA_CQ_TYPE_ILQ || cq_type == IRDMA_CQ_TYPE_IEQ) { in irdma_puda_poll_cmpl()
376 rsrc = (cq_type == IRDMA_CQ_TYPE_ILQ) ? cq->vsi->ilq : in irdma_puda_poll_cmpl()
411 if (cq_type == IRDMA_CQ_TYPE_ILQ) { in irdma_puda_poll_cmpl()
425 if (cq_type == IRDMA_CQ_TYPE_ILQ) in irdma_puda_poll_cmpl()
H A Dirdma_hw.c156 if (cq->cq_type == IRDMA_CQ_TYPE_IWARP) in irdma_process_ceq()
161 if (cq->cq_type == IRDMA_CQ_TYPE_CQP) in irdma_process_ceq()
163 else if (cq->cq_type == IRDMA_CQ_TYPE_ILQ || in irdma_process_ceq()
164 cq->cq_type == IRDMA_CQ_TYPE_IEQ) in irdma_process_ceq()
H A Dirdma_type.h472 u8 cq_type; member
H A Dirdma_ctrl.c2561 cq->cq_type = (info->type) ? info->type : IRDMA_CQ_TYPE_IWARP; in irdma_sc_cq_init()
4313 cq->cq_type = IRDMA_CQ_TYPE_CQP; in irdma_sc_ccq_init()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Den.h226 enum cq_type { enum
401 enum cq_type is_tx;
800 int entries, int ring, enum cq_type mode, int node);
H A Dmlx4_en_cq.c54 int entries, int ring, enum cq_type mode, in mlx4_en_create_cq()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.c433 dev->gsi_rqcq->cq_type = QLNXR_CQ_TYPE_GSI; in qlnxr_create_gsi_qp()
434 dev->gsi_rqcq->cq_type = QLNXR_CQ_TYPE_GSI; in qlnxr_create_gsi_qp()
H A Dqlnxr_def.h514 enum qlnxr_cq_type cq_type; member
H A Dqlnxr_verbs.c1776 cq->cq_type = QLNXR_CQ_TYPE_USER; in qlnxr_create_cq()
1787 cq->cq_type = QLNXR_CQ_TYPE_KERNEL; in qlnxr_create_cq()
1913 if (cq->cq_type != QLNXR_CQ_TYPE_GSI) { in qlnxr_destroy_cq()
2082 if ((send_cq->cq_type == QLNXR_CQ_TYPE_GSI) || in qlnxr_check_qp_attrs()
2083 (recv_cq->cq_type == QLNXR_CQ_TYPE_GSI)) { in qlnxr_check_qp_attrs()
5234 if (cq->cq_type == QLNXR_CQ_TYPE_GSI) in qlnxr_poll_cq()
5322 flags, cq, cq->cq_cons, cq->cq_type); in qlnxr_arm_cq()
5333 if (cq->cq_type == QLNXR_CQ_TYPE_GSI) { in qlnxr_arm_cq()