Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/ixgb/
Dixgb_hw.c69 ctrl_reg = IXGB_READ_REG(hw, CTRL0); in ixgb_mac_reset()
125 IXGB_WRITE_REG(hw, RCTL, IXGB_READ_REG(hw, RCTL) & ~IXGB_RCTL_RXEN); in ixgb_adapter_stop()
126 IXGB_WRITE_REG(hw, TCTL, IXGB_READ_REG(hw, TCTL) & ~IXGB_TCTL_TXEN); in ixgb_adapter_stop()
144 IXGB_READ_REG(hw, ICR); in ixgb_adapter_stop()
620 ctrl_reg = IXGB_READ_REG(hw, CTRL0); in ixgb_setup_fc()
744 command = IXGB_READ_REG(hw, MSCA); in ixgb_read_phy_reg()
771 command = IXGB_READ_REG(hw, MSCA); in ixgb_read_phy_reg()
782 data = IXGB_READ_REG(hw, MSRWD); in ixgb_read_phy_reg()
840 command = IXGB_READ_REG(hw, MSCA); in ixgb_write_phy_reg()
867 command = IXGB_READ_REG(hw, MSCA); in ixgb_write_phy_reg()
[all …]
Dixgb_ethtool.c217 *reg++ = IXGB_READ_REG(hw, CTRL0); /* 0 */ in ixgb_get_regs()
218 *reg++ = IXGB_READ_REG(hw, CTRL1); /* 1 */ in ixgb_get_regs()
219 *reg++ = IXGB_READ_REG(hw, STATUS); /* 2 */ in ixgb_get_regs()
220 *reg++ = IXGB_READ_REG(hw, EECD); /* 3 */ in ixgb_get_regs()
221 *reg++ = IXGB_READ_REG(hw, MFS); /* 4 */ in ixgb_get_regs()
224 *reg++ = IXGB_READ_REG(hw, ICR); /* 5 */ in ixgb_get_regs()
225 *reg++ = IXGB_READ_REG(hw, ICS); /* 6 */ in ixgb_get_regs()
226 *reg++ = IXGB_READ_REG(hw, IMS); /* 7 */ in ixgb_get_regs()
227 *reg++ = IXGB_READ_REG(hw, IMC); /* 8 */ in ixgb_get_regs()
230 *reg++ = IXGB_READ_REG(hw, RCTL); /* 9 */ in ixgb_get_regs()
[all …]
Dixgb_main.c195 if (IXGB_READ_REG(&adapter->hw, STATUS) & IXGB_STATUS_PCIX_MODE) { in ixgb_up()
216 (IXGB_READ_REG(hw, MFS) >> IXGB_MFS_SHIFT))) { in ixgb_up()
224 u32 ctrl0 = IXGB_READ_REG(hw, CTRL0); in ixgb_up()
288 u32 ctrl0 = IXGB_READ_REG(hw, CTRL0); in ixgb_reset()
779 rctl = IXGB_READ_REG(&adapter->hw, RCTL); in ixgb_setup_rctl()
820 rctl = IXGB_READ_REG(hw, RCTL); in ixgb_configure_rx()
847 rxcsum = IXGB_READ_REG(hw, RXCSUM); in ixgb_configure_rx()
1053 rctl = IXGB_READ_REG(hw, RCTL); in ixgb_set_multi()
1594 u64 multi = IXGB_READ_REG(&adapter->hw, MPRCL); in ixgb_update_stats()
1595 u32 bcast_l = IXGB_READ_REG(&adapter->hw, BPRCL); in ixgb_update_stats()
[all …]
Dixgb_ee.c78 eecd_reg = IXGB_READ_REG(hw, EECD); in ixgb_shift_out_bits()
127 eecd_reg = IXGB_READ_REG(hw, EECD); in ixgb_shift_in_bits()
136 eecd_reg = IXGB_READ_REG(hw, EECD); in ixgb_shift_in_bits()
161 eecd_reg = IXGB_READ_REG(hw, EECD); in ixgb_setup_eeprom()
182 eecd_reg = IXGB_READ_REG(hw, EECD); in ixgb_standby_eeprom()
219 eecd_reg = IXGB_READ_REG(hw, EECD); in ixgb_clock_eeprom()
244 eecd_reg = IXGB_READ_REG(hw, EECD); in ixgb_cleanup_eeprom()
280 eecd_reg = IXGB_READ_REG(hw, EECD); in ixgb_wait_eeprom_command()
Dixgb_osdep.h26 #define IXGB_READ_REG(a, reg) ( \ macro
35 #define IXGB_WRITE_FLUSH(a) IXGB_READ_REG(a, STATUS)