iq_next
static inline void iq_next(struct sge_iq *iq);
iq_next(iq);
iq_next(iq);
ibmf_cip->ci_qp_list = qpp->iq_next;
qpp = qpp->iq_next;
qpp = qpp->iq_next;
qpp->iq_next = NULL;
ibmf_cip->ci_qp_list_tail->iq_next = qpp;
while (tqpp->iq_next != qpp) {
tqpp = tqpp->iq_next;
tqpp->iq_next = NULL;
struct _ibmf_qp_t *iq_next; /* next in the list */
ibmf_qp_t::iq_next