Home
last modified time | relevance | path

Searched refs:lcol (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/net/arm/
Dat91_ether.c842 int ale, lenerr, seqe, lcol, ecol; in at91ether_stats() local
861 lcol = at91_emac_read(AT91_EMAC_LCOL); in at91ether_stats()
863 dev->stats.tx_window_errors += lcol; /* Late collisions */ in at91ether_stats()
866 …dev->stats.collisions += (at91_emac_read(AT91_EMAC_SCOL) + at91_emac_read(AT91_EMAC_MCOL) + lcol +… in at91ether_stats()
/linux-2.6.39/drivers/net/pcmcia/
Dnmclan_cs.c323 int lcol; member
995 lp->mace_stats.lcol++; in mace_interrupt()
1175 pstats->lcol, pstats->more); in pr_mace_stats()
/linux-2.6.39/drivers/net/atlx/
Datl2.h405 u16 lcol; /* Collision Window */ member
Datl1.h724 u16 lcol; /* Collision Window */ member
Datl2.c113 hw->lcol = 0x37; in atl2_sw_init()
239 value = ((u32)hw->lcol & MAC_HALF_DUPLX_CTRL_LCOL_MASK) | in atl2_configure()
Datl1.c966 hw->lcol = 0x37; in atl1_sw_init()
1542 value = ((u32) hw->lcol & MAC_HALF_DUPLX_CTRL_LCOL_MASK) | in atl1_configure()