Home
last modified time | relevance | path

Searched refs:ch_tx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c373 if (chan->ch_tx) { in eib_data_post_tx()
376 chan->ch_tx = swqe; in eib_data_post_tx()
391 while (chan->ch_tx) { in eib_data_post_tx()
395 for (n_wrs = 0, elem = chan->ch_tx; in eib_data_post_tx()
401 chan->ch_tx = elem; in eib_data_post_tx()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h479 struct eib_wqe_s *ch_tx; member