Searched refs:ch_rxpost_next (Results 1 – 3 of 3) sorted by relevance
374 chan->ch_rxpost_next = NULL; in eib_rsrc_decr_posted_rwqe()375 for (tail = ss->ei_rxpost; tail; tail = tail->ch_rxpost_next) { in eib_rsrc_decr_posted_rwqe()376 if (tail->ch_rxpost_next == NULL) in eib_rsrc_decr_posted_rwqe()380 tail->ch_rxpost_next = chan; in eib_rsrc_decr_posted_rwqe()
347 ss->ei_rxpost = chan->ch_rxpost_next; in eib_refill_rwqes()348 chan->ch_rxpost_next = NULL; in eib_refill_rwqes()
488 struct eib_chan_s *ch_rxpost_next; member