Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/socionext/
H A Dsni_ave.c157 #define AVE_STS_OWC BIT(21) /* Out of window,Late Collision */ macro
710 if (cmdsts & (AVE_STS_OWC | AVE_STS_EC)) in ave_tx_complete()