• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/

Lines Matching defs:read

1127  * @dropped:	Temporary buffer to remember last read packet dropped values.
1129 * MIB counters needs to be read periodically so that counters do not get
1133 * It is pointless to read MIB counters when the port is disconnected. The
1134 * @state provides the connection status so that MIB counters are read only
1136 * disconnected so that all MIB counters are read one last time to update the
1390 * @counter: Wait queue to wakeup after counters are read.
1391 * @time: Next time in jiffies to read counter.
1392 * @read: Indication of counters read in full or not.
1397 int read;
1412 * @mib_read: Workqueue to read MIB counters.
1413 * @mib_timer_info: Timer to read MIB counters.
1666 * sw_r_table - read 4 bytes of data from switch table
1670 * @data: Buffer to store the read data.
1673 * Hardware interrupts are disabled to minimize corruption of read data.
1760 * sw_r_vlan_table - read from the VLAN table
1789 * port_r_mib_cnt - read MIB counter
1796 * Hardware interrupts are disabled to minimize corruption of read data.
1828 * port_r_mib_pkt - read dropped packet counts
1834 * Hardware interrupts are disabled to minimize corruption of read data.
1874 * port_r_cnt - read MIB counters periodically
1878 * This routine is used to read the counters of the port periodically to avoid
1882 * Return non-zero when not all counters not read.
2028 * port_r8 - read byte from port register
2046 * port_r16 - read word from port register.
2972 * hw_r_phy - read data from PHY register
2974 * @port: Port to read.
2975 * @reg: PHY register to read.
2976 * @val: Buffer to store the read data.
3118 * eeprom_read - read from AT93C46 EEPROM
4067 * hw_read_addr - read MAC address
5909 * mdio_read - read PHY register
6542 hw_priv->counter[p].read = 1;
6544 /* Remember first port that requests read. */
6558 2 == hw_priv->counter[p].read,
6565 2 == hw_priv->counter[p].read,
6570 2 == hw_priv->counter[p].read,
6694 /* Reading MIB counters or requested to read. */
6695 if (mib->cnt_ptr || 1 == hw_priv->counter[i].read) {
6700 hw_priv->counter[i].read = 0;
6704 hw_priv->counter[i].read = 2;
6709 /* Only read MIB counters when the port is connected. */
6711 hw_priv->counter[i].read = 1;
6720 hw_priv->counter[i].read = 1;