Searched refs:lcol (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DPlatform.h137 ColourDesired(long lcol=0) { argument
138 co = lcol;
149 void Set(long lcol) { argument
150 co = lcol;
203 ColourAllocated(long lcol=0) { argument
204 coAllocated = lcol;
207 void Set(long lcol) { argument
208 coAllocated = lcol;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Dat91_ether.c821 int ale, lenerr, seqe, lcol, ecol; local
840 lcol = at91_emac_read(AT91_EMAC_LCOL);
842 dev->stats.tx_window_errors += lcol; /* Late collisions */
845 dev->stats.collisions += (at91_emac_read(AT91_EMAC_SCOL) + at91_emac_read(AT91_EMAC_MCOL) + lcol + ecol);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atlx/
H A Datl2.h402 u16 lcol; /* Collision Window */ member in struct:atl2_hw
H A Datl1.h727 u16 lcol; /* Collision Window */ member in struct:atl1_hw
H A Datl2.c113 hw->lcol = 0x37;
239 value = ((u32)hw->lcol & MAC_HALF_DUPLX_CTRL_LCOL_MASK) |
H A Datl1.c962 hw->lcol = 0x37;
1538 value = ((u32) hw->lcol & MAC_HALF_DUPLX_CTRL_LCOL_MASK) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dnmclan_cs.c322 int lcol; member in struct:_mace_statistics
1027 lp->mace_stats.lcol++;
1206 pr_debug(" lcol=%-7d more=%d\n",
1207 pstats->lcol, pstats->more);

Completed in 197 milliseconds