Searched refs:itrq_tx_blocked (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c349 * in such a situation we set i40e_trqpair_t`itrq_tx_blocked member to B_TRUE.
2003 if (itrq->itrq_tx_blocked == B_TRUE) {
2004 itrq->itrq_tx_blocked = B_FALSE;
2057 if (itrq->itrq_tx_blocked == B_TRUE &&
2059 itrq->itrq_tx_blocked = B_FALSE;
2264 itrq->itrq_tx_blocked = B_TRUE;
H A Di40e_sw.h538 boolean_t itrq_tx_blocked; /* Does MAC think we're blocked? */ member in struct:i40e_trqpair

Completed in 99 milliseconds