mqpn             1374 drivers/infiniband/hw/mthca/mthca_qp.c 	u32 mqpn = qpn * 2 + dev->qp_table.sqp_start + port - 1;
mqpn             1389 drivers/infiniband/hw/mthca/mthca_qp.c 	if (mthca_array_get(&dev->qp_table.qp, mqpn))
mqpn             1392 drivers/infiniband/hw/mthca/mthca_qp.c 		mthca_array_set(&dev->qp_table.qp, mqpn, sqp);
mqpn             1399 drivers/infiniband/hw/mthca/mthca_qp.c 	sqp->qp.qpn       = mqpn;
mqpn             1419 drivers/infiniband/hw/mthca/mthca_qp.c 	mthca_array_clear(&dev->qp_table.qp, mqpn);