cq_type
cq->cq_type = (info->type) ? info->type : IRDMA_CQ_TYPE_IWARP;
cq->cq_type = IRDMA_CQ_TYPE_CQP;
if (unlikely(cq->cq_type != IRDMA_CQ_TYPE_IWARP)) {
cq->cq_type);
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 qedr_cq_type cq_type;
dev->gsi_rqcq->cq_type = QEDR_CQ_TYPE_GSI;
if (cq->cq_type == QEDR_CQ_TYPE_GSI) {
if ((send_cq->cq_type == QEDR_CQ_TYPE_GSI) ||
(recv_cq->cq_type == QEDR_CQ_TYPE_GSI)) {
if (cq->cq_type == QEDR_CQ_TYPE_GSI)
if (cq->cq_type == QEDR_CQ_TYPE_GSI)
cq->cq_type = QEDR_CQ_TYPE_USER;
cq->cq_type = QEDR_CQ_TYPE_KERNEL;
u32 cq_type = BNGE_NQ_HDL_TYPE(idx);
cq_type == BNGE_NQ_HDL_TYPE_RX)
u32 cq_type = BNXT_NQ_HDL_TYPE(idx);
cq_type == BNXT_NQ_HDL_TYPE_RX)
cq->cq_type = qinfo->type;
enum idpf_ctlq_type cq_type;
if (cq->cq_type == IDPF_CTLQ_TYPE_MAILBOX_RX) {
if (cq->cq_type == IDPF_CTLQ_TYPE_MAILBOX_TX)
if (cq->q_id == id && cq->cq_type == type)
cq->cq_type = CQ_RX;
cq->cq_type = CQ_TX;
cq->cq_type = CQ_XDP;
cq->cq_type = CQ_QOS;
pool_id = ((cq->cq_type == CQ_RX) &&
if (cq->cq_type == CQ_RX)
if (cq->cq_type == CQ_XDP)
if (cq->cq_type == CQ_RX) {
u8 cq_type;
int entries, int ring, enum cq_type mode,
enum cq_type type;
int entries, int ring, enum cq_type mode, int node);
enum mlxsw_pci_cq_type cq_type)
if (cq_type != MLXSW_PCI_CQ_RDQ)
enum mlxsw_pci_cq_type cq_type = mlxsw_pci_cq_type(mlxsw_pci, q);
mlxsw_pci_cq_napi_setup(q, cq_type);
err = mlxsw_pci_cq_page_pool_init(q, cq_type);
enum mlxsw_pci_cq_type cq_type = mlxsw_pci_cq_type(mlxsw_pci, q);
mlxsw_pci_cq_page_pool_fini(q, cq_type);
enum mlxsw_pci_cq_type cq_type)
switch (cq_type) {
enum mlxsw_pci_cq_type cq_type)
if (cq_type != MLXSW_PCI_CQ_RDQ)