Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
Dixgb_hw.c94 ctrl_reg = IXGB_READ_REG(hw, CTRL0); in ixgb_mac_reset()
151 IXGB_WRITE_REG(hw, RCTL, IXGB_READ_REG(hw, RCTL) & ~IXGB_RCTL_RXEN); in ixgb_adapter_stop()
152 IXGB_WRITE_REG(hw, TCTL, IXGB_READ_REG(hw, TCTL) & ~IXGB_TCTL_TXEN); in ixgb_adapter_stop()
170 icr_reg = IXGB_READ_REG(hw, ICR); in ixgb_adapter_stop()
647 ctrl_reg = IXGB_READ_REG(hw, CTRL0); in ixgb_setup_fc()
771 command = IXGB_READ_REG(hw, MSCA); in ixgb_read_phy_reg()
798 command = IXGB_READ_REG(hw, MSCA); in ixgb_read_phy_reg()
809 data = IXGB_READ_REG(hw, MSRWD); in ixgb_read_phy_reg()
867 command = IXGB_READ_REG(hw, MSCA); in ixgb_write_phy_reg()
894 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.c230 if (IXGB_READ_REG(&adapter->hw, STATUS) & IXGB_STATUS_PCIX_MODE) { in ixgb_up()
251 (IXGB_READ_REG(hw, MFS) >> IXGB_MFS_SHIFT))) { in ixgb_up()
259 u32 ctrl0 = IXGB_READ_REG(hw, CTRL0); in ixgb_up()
323 u32 ctrl0 = IXGB_READ_REG(hw, CTRL0); in ixgb_reset()
824 rctl = IXGB_READ_REG(&adapter->hw, RCTL); in ixgb_setup_rctl()
865 rctl = IXGB_READ_REG(hw, RCTL); in ixgb_configure_rx()
892 rxcsum = IXGB_READ_REG(hw, RXCSUM); in ixgb_configure_rx()
1098 rctl = IXGB_READ_REG(hw, RCTL); in ixgb_set_multi()
1665 u64 multi = IXGB_READ_REG(&adapter->hw, MPRCL); in ixgb_update_stats()
1666 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)