Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1374 u32 mqpn = qpn * 2 + dev->qp_table.sqp_start + port - 1; in mthca_alloc_sqp() local
1390 if (mthca_array_get(&dev->qp_table.qp, mqpn)) in mthca_alloc_sqp()
1393 mthca_array_set(&dev->qp_table.qp, mqpn, qp->sqp); in mthca_alloc_sqp()
1400 qp->qpn = mqpn; in mthca_alloc_sqp()
1420 mthca_array_clear(&dev->qp_table.qp, mqpn); in mthca_alloc_sqp()