cq_type
cq->cq_type = (info->type) ? info->type : IRDMA_CQ_TYPE_IWARP;
cq->cq_type = IRDMA_CQ_TYPE_CQP;
if (cq->cq_type == IRDMA_CQ_TYPE_IWARP)
if (cq->cq_type == IRDMA_CQ_TYPE_CQP)
else if (cq->cq_type == IRDMA_CQ_TYPE_ILQ ||
cq->cq_type == IRDMA_CQ_TYPE_IEQ)
u8 cq_type = cq->cq_type;
if (cq_type == IRDMA_CQ_TYPE_ILQ || cq_type == IRDMA_CQ_TYPE_IEQ) {
rsrc = (cq_type == IRDMA_CQ_TYPE_ILQ) ? cq->vsi->ilq :
if (cq_type == IRDMA_CQ_TYPE_ILQ) {
if (cq_type == IRDMA_CQ_TYPE_ILQ)
u8 cq_type;
enum cq_type is_tx;
int entries, int ring, enum cq_type mode, int node);
int entries, int ring, enum cq_type mode,
dev->gsi_rqcq->cq_type = QLNXR_CQ_TYPE_GSI;
dev->gsi_rqcq->cq_type = QLNXR_CQ_TYPE_GSI;
enum qlnxr_cq_type cq_type;
cq->cq_type = QLNXR_CQ_TYPE_USER;
cq->cq_type = QLNXR_CQ_TYPE_KERNEL;
if (cq->cq_type != QLNXR_CQ_TYPE_GSI) {
if ((send_cq->cq_type == QLNXR_CQ_TYPE_GSI) ||
(recv_cq->cq_type == QLNXR_CQ_TYPE_GSI)) {
if (cq->cq_type == QLNXR_CQ_TYPE_GSI)
flags, cq, cq->cq_cons, cq->cq_type);
if (cq->cq_type == QLNXR_CQ_TYPE_GSI) {