Home
last modified time | relevance | path

Searched refs:IXGB_READ_REG (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/intel/ixgb/
Dixgb_hw.c93 ctrl_reg = IXGB_READ_REG(hw, CTRL0); in ixgb_mac_reset()
150 IXGB_WRITE_REG(hw, RCTL, IXGB_READ_REG(hw, RCTL) & ~IXGB_RCTL_RXEN); in ixgb_adapter_stop()
151 IXGB_WRITE_REG(hw, TCTL, IXGB_READ_REG(hw, TCTL) & ~IXGB_TCTL_TXEN); in ixgb_adapter_stop()
169 icr_reg = IXGB_READ_REG(hw, ICR); in ixgb_adapter_stop()
646 ctrl_reg = IXGB_READ_REG(hw, CTRL0); in ixgb_setup_fc()
770 command = IXGB_READ_REG(hw, MSCA); in ixgb_read_phy_reg()
797 command = IXGB_READ_REG(hw, MSCA); in ixgb_read_phy_reg()
808 data = IXGB_READ_REG(hw, MSRWD); in ixgb_read_phy_reg()
866 command = IXGB_READ_REG(hw, MSCA); in ixgb_write_phy_reg()
893 command = IXGB_READ_REG(hw, MSCA); in ixgb_write_phy_reg()
[all …]
Dixgb_ethtool.c235 *reg++ = IXGB_READ_REG(hw, CTRL0); /* 0 */ in ixgb_get_regs()
236 *reg++ = IXGB_READ_REG(hw, CTRL1); /* 1 */ in ixgb_get_regs()
237 *reg++ = IXGB_READ_REG(hw, STATUS); /* 2 */ in ixgb_get_regs()
238 *reg++ = IXGB_READ_REG(hw, EECD); /* 3 */ in ixgb_get_regs()
239 *reg++ = IXGB_READ_REG(hw, MFS); /* 4 */ in ixgb_get_regs()
242 *reg++ = IXGB_READ_REG(hw, ICR); /* 5 */ in ixgb_get_regs()
243 *reg++ = IXGB_READ_REG(hw, ICS); /* 6 */ in ixgb_get_regs()
244 *reg++ = IXGB_READ_REG(hw, IMS); /* 7 */ in ixgb_get_regs()
245 *reg++ = IXGB_READ_REG(hw, IMC); /* 8 */ in ixgb_get_regs()
248 *reg++ = IXGB_READ_REG(hw, RCTL); /* 9 */ in ixgb_get_regs()
[all …]
Dixgb_main.c228 if (IXGB_READ_REG(&adapter->hw, STATUS) & IXGB_STATUS_PCIX_MODE) { in ixgb_up()
249 (IXGB_READ_REG(hw, MFS) >> IXGB_MFS_SHIFT))) { in ixgb_up()
257 u32 ctrl0 = IXGB_READ_REG(hw, CTRL0); in ixgb_up()
320 u32 ctrl0 = IXGB_READ_REG(hw, CTRL0); in ixgb_reset()
839 rctl = IXGB_READ_REG(&adapter->hw, RCTL); in ixgb_setup_rctl()
880 rctl = IXGB_READ_REG(hw, RCTL); in ixgb_configure_rx()
907 rxcsum = IXGB_READ_REG(hw, RXCSUM); in ixgb_configure_rx()
1113 rctl = IXGB_READ_REG(hw, RCTL); in ixgb_set_multi()
1682 u64 multi = IXGB_READ_REG(&adapter->hw, MPRCL); in ixgb_update_stats()
1683 u32 bcast_l = IXGB_READ_REG(&adapter->hw, BPRCL); in ixgb_update_stats()
[all …]
Dixgb_ee.c103 eecd_reg = IXGB_READ_REG(hw, EECD); in ixgb_shift_out_bits()
152 eecd_reg = IXGB_READ_REG(hw, EECD); in ixgb_shift_in_bits()
161 eecd_reg = IXGB_READ_REG(hw, EECD); in ixgb_shift_in_bits()
186 eecd_reg = IXGB_READ_REG(hw, EECD); in ixgb_setup_eeprom()
207 eecd_reg = IXGB_READ_REG(hw, EECD); in ixgb_standby_eeprom()
244 eecd_reg = IXGB_READ_REG(hw, EECD); in ixgb_clock_eeprom()
269 eecd_reg = IXGB_READ_REG(hw, EECD); in ixgb_cleanup_eeprom()
305 eecd_reg = IXGB_READ_REG(hw, EECD); in ixgb_wait_eeprom_command()
Dixgb_osdep.h51 #define IXGB_READ_REG(a, reg) ( \ macro
60 #define IXGB_WRITE_FLUSH(a) IXGB_READ_REG(a, STATUS)