Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/apple/
H A Dmace.h58 #define LCAR 0x02 /* loss of carrier (transmission aborted) */ macro
H A Dmacmace.c585 if (fs & (UFLO|LCOL|LCAR|RTRY)) { in mace_interrupt()
587 if (fs & LCAR) in mace_interrupt()
H A Dmace.c731 if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) { in mace_interrupt()
763 if (fs & (UFLO|LCOL|LCAR|RTRY)) { in mace_interrupt()
765 if (fs & LCAR) in mace_interrupt()
/openbmc/qemu/hw/net/
H A Dpcnet.c268 GET_FIELD((T)->misc, TMDM, LCAR), \
1206 SET_FIELD(&tmd.misc, TMDM, LCAR, 1); in pcnet_transmit()