Searched refs:iq_next (Results 1 – 3 of 3) sorted by relevance
174 struct _ibmf_qp_t *iq_next; /* next in the list */ member538 ibmf_qp_t::iq_next
1090 ibmf_cip->ci_qp_list = qpp->iq_next; in ibmf_i_fini_qplist()1596 qpp = qpp->iq_next; in ibmf_i_get_qp()1618 qpp = qpp->iq_next; in ibmf_i_get_qp()1628 qpp->iq_next = NULL; in ibmf_i_get_qp()1632 ibmf_cip->ci_qp_list_tail->iq_next = qpp; in ibmf_i_get_qp()1678 while (tqpp->iq_next != qpp) { in ibmf_i_get_qp()1679 tqpp = tqpp->iq_next; in ibmf_i_get_qp()1688 tqpp->iq_next = NULL; in ibmf_i_get_qp()
124 static inline void iq_next(struct sge_iq *iq);750 iq_next(iq); in service_iq()1908 iq_next(struct sge_iq *iq) in iq_next() function