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

/opensolaris-onvv-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h247 int tx_busy; member in struct:gem_dev
H A Dsfe_util.c994 ASSERT(dp->tx_busy == 0);
1497 load_flags = ((dp->tx_busy++) == 0) ? GEM_TXFLAG_HEAD : 0;
1544 if ((--dp->tx_busy) == 0) {
3105 dp->tx_busy = 0;
3192 while (dp->tx_busy > 0) {
/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h1248 int tx_busy; member in struct:ibd_rc_chan_s
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c7292 if (rc_chan->tx_busy) {
7302 rc_chan->tx_busy = 1;
H A Dibd_cm.c2060 chan->tx_busy = 0;

Completed in 197 milliseconds