Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.h261 #define TX_STATUS_OWC 0x20000000 /* Out of Window Collision */ macro
283 TX_STATUS_CS_LOST | TX_STATUS_OWC)
H A Drtls.c1095 if (tx_status & TX_STATUS_OWC) in rtls_send()