Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h332 BUF_RETRY = BIT(4), enumerator
367 #define bf_isretried(bf) (bf->bf_state.bf_type & BUF_RETRY)
H A Darn_xmit.c325 bf->bf_state.bf_type |= BUF_RETRY; in arn_tx_set_retry()