Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_svc.c316 while ((ss->ei_rxpost == NULL) && (ss->ei_rxpost_die == 0)) { in eib_refill_rwqes()
332 ss->ei_rxpost = NULL; in eib_refill_rwqes()
341 ASSERT(ss->ei_rxpost != NULL); in eib_refill_rwqes()
346 chan = ss->ei_rxpost; in eib_refill_rwqes()
347 ss->ei_rxpost = chan->ch_rxpost_next; in eib_refill_rwqes()
H A Deib_rsrc.c375 for (tail = ss->ei_rxpost; tail; tail = tail->ch_rxpost_next) { in eib_rsrc_decr_posted_rwqe()
382 ss->ei_rxpost = chan; in eib_rsrc_decr_posted_rwqe()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h774 struct eib_chan_s *ei_rxpost; member