Home
last modified time | relevance | path

Searched refs:ch_rxpost_next (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_rsrc.c374 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()
H A Deib_svc.c347 ss->ei_rxpost = chan->ch_rxpost_next; in eib_refill_rwqes()
348 chan->ch_rxpost_next = NULL; in eib_refill_rwqes()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h492 struct eib_chan_s *ch_rxpost_next; member