Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dsni_ave.c108 #define AVE_STS_OK BIT(27) /* Normal transmit */ macro
563 if (!(val & AVE_STS_OK)) in ave_send()
585 if (cmdsts & AVE_STS_OK) in ave_recv()
/openbmc/linux/drivers/net/ethernet/socionext/
H A Dsni_ave.c152 #define AVE_STS_OK BIT(27) /* Normal transmit */ macro
701 if (cmdsts & AVE_STS_OK) { in ave_tx_complete()
768 if (!(cmdsts & AVE_STS_OK)) { in ave_rx_receive()