Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c385 if (chan->ch_tx_busy == B_TRUE) { in eib_data_post_tx()
389 chan->ch_tx_busy = B_TRUE; in eib_data_post_tx()
441 chan->ch_tx_busy = B_FALSE; in eib_data_post_tx()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h478 boolean_t ch_tx_busy; member