Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/apple/
H A Dmace.h52 #define XMTSV 0x80 /* transmit status (i.e. XMTFS) valid */ macro
104 #define XMTSV 0x80 /* XMTFS valid (same as in XMTFS) */ macro
H A Dmace.c680 while (in_8(&mb->pr) & XMTSV) { in mace_interrupt()
720 if ((fs & XMTSV) == 0) { in mace_interrupt()
H A Dmacmace.c572 if ((fs & XMTSV) == 0) { in mace_interrupt()