Searched refs:tx_blocked (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_rxdring.c659 if (ldcp->tx_blocked == B_FALSE) {
661 ldcp->tx_blocked = B_TRUE;
671 if (ldcp->tx_blocked == B_TRUE) {
672 ldcp->tx_blocked = B_FALSE;
1220 if (ldcp->tx_blocked == B_TRUE) {
1224 ldcp->tx_blocked = B_FALSE;
H A Dvnet_txdring.c653 ldcp->tx_blocked = B_TRUE;
1576 if ((ldcp->tx_blocked) && (count > 0)) {
1580 ldcp->tx_blocked = B_FALSE;
H A Dvnet_gen.c4196 * reset and while tx_blocked is set.
4199 if (ldcp->tx_blocked) {
4203 ldcp->tx_blocked = B_FALSE;
5594 boolean_t tx_blocked; local
5600 tx_blocked = ldcp->tx_blocked;
5604 (tx_blocked == B_TRUE) &&
5648 if (ldcp->tx_blocked) {
5652 ldcp->tx_blocked = B_FALSE;
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvnet_gen.h316 boolean_t tx_blocked; /* flow controlled */ member in struct:vgen_ldc
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c1123 if (!dp->tx_blocked && (tbp->txb_flag & GEM_TXFLAG_INTR)) {
1124 dp->tx_blocked = now;
1670 dp->tx_blocked = (clock_t)0;
1679 if (dp->tx_blocked &&
1680 now - dp->tx_blocked > dp->gc.gc_tx_timeout_interval) {
1684 dp->tx_blocked = (clock_t)0;
1702 dp->tx_blocked = (clock_t)0;
1714 dp->name, BOOLEAN(dp->tx_blocked),
1996 if (dp->tx_blocked && dp->tx_desc_intr == dp->tx_desc_head) {
2003 dp->tx_blocked
[all...]
H A Dsfe_util.h249 clock_t tx_blocked; member in struct:gem_dev

Completed in 81 milliseconds