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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dipg.c43 #define ipg_r16(reg) ioread16(ioaddr + (reg)) macro
694 ipg_w16(ipg_r16(DEBUG_CTRL) | 0x0200, DEBUG_CTRL);
696 ipg_w16(ipg_r16(DEBUG_CTRL) | 0x0010, DEBUG_CTRL);
698 ipg_w16(ipg_r16(DEBUG_CTRL) | 0x0020, DEBUG_CTRL);
1011 temp1 = ipg_r16(IPG_FRAMESLOSTRXERRORS);
1016 temp2 = ipg_r16(IPG_CARRIERSENSEERRORS);
1018 sp->stats.tx_dropped += ipg_r16(IPG_FRAMESABORTXSCOLLS);
1019 sp->stats.tx_errors += ipg_r16(IPG_FRAMESWEXDEFERRAL) +
1027 sp->stats.rx_length_errors += ipg_r16(IPG_INRANGELENGTHERRORS) +
1028 ipg_r16(IPG_FRAMETOOLONGERRROR
[all...]

Completed in 53 milliseconds