Home
last modified time | relevance | path

Searched full:lcol (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/apple/
H A Dmacmace.c585 if (fs & (UFLO|LCOL|LCAR|RTRY)) { in mace_interrupt()
589 else if (fs & (UFLO|LCOL|RTRY)) { in mace_interrupt()
H A Dmace.c729 if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) { in mace_interrupt()
761 if (fs & (UFLO|LCOL|LCAR|RTRY)) { in mace_interrupt()
765 if (fs & (UFLO|LCOL|RTRY)) in mace_interrupt()
H A Dmace.h54 #define LCOL 0x20 /* late collision (transmission aborted) */ macro
/linux/drivers/net/ethernet/amd/
H A Dnmclan_cs.c317 int lcol; member
990 lp->mace_stats.lcol++; in mace_interrupt()
1169 pr_debug(" lcol=%-7d more=%d\n", in pr_mace_stats()
1170 pstats->lcol, pstats->more); in pr_mace_stats()
/linux/drivers/net/ethernet/atheros/atlx/
H A Datl2.h388 u16 lcol; /* Collision Window */ member
H A Datl1.h716 u16 lcol; /* Collision Window */ member
H A Datl2.c93 hw->lcol = 0x37; in atl2_sw_init()
219 value = ((u32)hw->lcol & MAC_HALF_DUPLX_CTRL_LCOL_MASK) | in atl2_configure()
H A Datl1.c950 hw->lcol = 0x37; in atl1_sw_init()
1517 value = ((u32) hw->lcol & MAC_HALF_DUPLX_CTRL_LCOL_MASK) | in atl1_configure()