Searched refs:sqp_start (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/mellanox/mlx4/
H A Dqp.c72 return qp->qpn >= dev->caps.sqp_start &&
73 qp->qpn <= dev->caps.sqp_start + 1;
409 dev->caps.sqp_start =
441 (1 << 23) - 1, dev->caps.sqp_start + 8,
446 return mlx4_CONF_SPECIAL_QP(dev, dev->caps.sqp_start);
/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c197 return qp->qpn >= dev->qp_table.sqp_start &&
198 qp->qpn <= dev->qp_table.sqp_start + 3;
203 return qp->qpn >= dev->qp_table.sqp_start &&
204 qp->qpn <= dev->qp_table.sqp_start + 1;
1350 u32 mqpn = qpn * 2 + dev->qp_table.sqp_start + port - 1;
2262 dev->qp_table.sqp_start = (dev->limits.reserved_qps + 1) & ~1UL;
2266 dev->qp_table.sqp_start +
2280 dev->qp_table.sqp_start + i * 2);
H A Dmthca_dev.h257 int sqp_start; member in struct:mthca_qp_table
/drivers/infiniband/hw/mlx4/
H A Dqp.c110 return qp->mqp.qpn >= dev->dev->caps.sqp_start &&
111 qp->mqp.qpn <= dev->dev->caps.sqp_start + 3;
116 return qp->mqp.qpn >= dev->dev->caps.sqp_start &&
117 qp->mqp.qpn <= dev->dev->caps.sqp_start + 1;
824 to_mdev(pd->device)->dev->caps.sqp_start +

Completed in 275 milliseconds