Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_qp.c245 struct ipath_qp *q, **qpp; in ipath_free_qp() local
251 qpp = &qpt->table[qp->ibqp.qp_num % qpt->max]; in ipath_free_qp()
252 for (; (q = *qpp) != NULL; qpp = &q->next) { in ipath_free_qp()
254 *qpp = qp->next; in ipath_free_qp()
/linux-3.4.99/drivers/infiniband/hw/qib/
Dqib_qp.c260 struct qib_qp *q, **qpp; in remove_qp() local
262 qpp = &dev->qp_table[n]; in remove_qp()
263 for (; (q = *qpp) != NULL; qpp = &q->next) in remove_qp()
266 rcu_assign_pointer(*qpp, qp->next); in remove_qp()