Home
last modified time | relevance | path

Searched refs:gsi_qp_created (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma.h259 int gsi_qp_created; member
H A Docrdma_verbs.c1154 if (attrs->qp_type == IB_QPT_GSI && dev->gsi_qp_created) { in ocrdma_check_qp_params()
1160 if ((attrs->qp_type != IB_QPT_GSI) && (dev->gsi_qp_created)) { in ocrdma_check_qp_params()
1287 dev->gsi_qp_created = 1; in ocrdma_store_gsi_qp_cq()
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dqedr.h166 int gsi_qp_created; member
H A Dqedr_roce_cm.c61 dev->gsi_qp_created = 1; in qedr_store_gsi_qp_cq()
H A Dverbs.c1238 if ((attrs->qp_type != IB_QPT_GSI) && (dev->gsi_qp_created) && in qedr_check_qp_attrs()