Home
last modified time | relevance | path

Searched refs:tx_busy (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h247 int tx_busy; member
H A Dsfe_util.c992 ASSERT(dp->tx_busy == 0); in gem_clean_tx_buf()
1495 load_flags = ((dp->tx_busy++) == 0) ? GEM_TXFLAG_HEAD : 0; in gem_send_common()
1542 if ((--dp->tx_busy) == 0) { in gem_send_common()
3103 dp->tx_busy = 0; in gem_mac_init()
3190 while (dp->tx_busy > 0) { in gem_mac_stop()
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h1248 int tx_busy; member
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c2058 chan->tx_busy = 0; in ibd_rc_post_send()
H A Dibd.c7292 if (rc_chan->tx_busy) { in ibd_send()
7302 rc_chan->tx_busy = 1; in ibd_send()