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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmv643xx_eth.c1212 static inline u32 mib_read(struct mv643xx_eth_private *mp, int offset) function
1222 mib_read(mp, i);
1230 p->good_octets_received += mib_read(mp, 0x00);
1231 p->bad_octets_received += mib_read(mp, 0x08);
1232 p->internal_mac_transmit_err += mib_read(mp, 0x0c);
1233 p->good_frames_received += mib_read(mp, 0x10);
1234 p->bad_frames_received += mib_read(mp, 0x14);
1235 p->broadcast_frames_received += mib_read(mp, 0x18);
1236 p->multicast_frames_received += mib_read(mp, 0x1c);
1237 p->frames_64_octets += mib_read(m
[all...]
H A Dksz884x.c1412 * @mib_read: Workqueue to read MIB counters.
1440 struct work_struct mib_read; member in struct:dev_info
5410 flush_work(&hw_priv->mib_read);
6552 schedule_work(&hw_priv->mib_read);
6685 container_of(work, struct dev_info, mib_read);
6729 mib_read_work(&hw_priv->mib_read);
7106 INIT_WORK(&hw_priv->mib_read, mib_read_work);

Completed in 183 milliseconds