Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dsmc91111.h527 #define AR_FAILED 0x80 /* Alocation Failed */ macro
H A Dsmc91111.c495 if (packet_no & AR_FAILED) { in smc_send()
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h631 #define AR_FAILED 0x80 // Alocation Failed macro
H A Dsmc91x.c564 if (unlikely(packet_no & AR_FAILED)) { in smc_hardware_send_pkt()