Searched refs:qpp (Results 1 – 2 of 2) sorted by relevance
245 struct ipath_qp *q, **qpp; in ipath_free_qp() local251 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()
260 struct qib_qp *q, **qpp; in remove_qp() local262 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()