Searched refs:iq_next (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_impl.c1090 ibmf_cip->ci_qp_list = qpp->iq_next;
1596 qpp = qpp->iq_next;
1618 qpp = qpp->iq_next;
1628 qpp->iq_next = NULL;
1632 ibmf_cip->ci_qp_list_tail->iq_next = qpp;
1678 while (tqpp->iq_next != qpp) {
1679 tqpp = tqpp->iq_next;
1688 tqpp->iq_next = NULL;
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_impl.h174 struct _ibmf_qp_t *iq_next; /* next in the list */ member in struct:_ibmf_qp_t
538 ibmf_qp_t::iq_next
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c124 static inline void iq_next(struct sge_iq *iq);
750 iq_next(iq);
1908 iq_next(struct sge_iq *iq) function

Completed in 64 milliseconds