Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c244 u32 latest = E1000_READ_REG(hw, reg); \
589 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in igb_pf_reset_hw()
873 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in eth_igb_dev_init()
1314 uint32_t rctl = E1000_READ_REG(hw, E1000_RCTL); in igb_vmdq_vlan_hw_filter_enable()
1425 tctl = E1000_READ_REG(hw, E1000_TCTL); in eth_igb_rxtx_control()
1426 rctl = E1000_READ_REG(hw, E1000_RCTL); in eth_igb_rxtx_control()
1491 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in eth_igb_start()
1693 phpm_reg = E1000_READ_REG(hw, E1000_82580_PHY_POWER_MGMT); in eth_igb_stop()
1774 phpm_reg = E1000_READ_REG(hw, E1000_82580_PHY_POWER_MGMT); in eth_igb_close()
1852 rx_buf_size = (E1000_READ_REG(hw, E1000_RXPBS) & 0xffff) << 10; in igb_get_rx_buffer_size()
[all …]
H A Digb_rxtx.c1963 mrqc = E1000_READ_REG(hw, E1000_MRQC); in igb_rss_disable()
2030 mrqc = E1000_READ_REG(hw, E1000_MRQC); in eth_igb_rss_hash_update()
2067 mrqc = E1000_READ_REG(hw, E1000_MRQC); in eth_igb_rss_hash_conf_get()
2190 rctl = E1000_READ_REG(hw, E1000_RCTL); in igb_vmdq_rx_hw_configure()
2195 mrqc = E1000_READ_REG(hw, E1000_MRQC); in igb_vmdq_rx_hw_configure()
2200 vt_ctl = E1000_READ_REG(hw, E1000_VT_CTL); in igb_vmdq_rx_hw_configure()
2207 vmolr = E1000_READ_REG(hw, E1000_VMOLR(i)); in igb_vmdq_rx_hw_configure()
2232 vmolr = E1000_READ_REG(hw, E1000_VMOLR(i)); in igb_vmdq_rx_hw_configure()
2364 rctl = E1000_READ_REG(hw, E1000_RCTL); in eth_igb_rx_init()
2477 rxdctl = E1000_READ_REG(hw, E1000_RXDCTL(rxq->reg_idx)); in eth_igb_rx_init()
[all …]
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.c208 eecd = E1000_READ_REG(hw, EECD); in e1000_shift_out_ee_bits()
257 eecd = E1000_READ_REG(hw, EECD); in e1000_shift_in_ee_bits()
266 eecd = E1000_READ_REG(hw, EECD); in e1000_shift_in_ee_bits()
288 eecd = E1000_READ_REG(hw, EECD); in e1000_standby_eeprom()
341 eecd = E1000_READ_REG(hw, EECD); in e1000_is_onboard_nvm_eeprom()
370 eecd = E1000_READ_REG(hw, EECD); in e1000_acquire_eeprom()
377 eecd = E1000_READ_REG(hw, EECD); in e1000_acquire_eeprom()
382 eecd = E1000_READ_REG(hw, EECD); in e1000_acquire_eeprom()
428 eecd = E1000_READ_REG(hw, I210_EECD); in e1000_init_eeprom_params()
430 eecd = E1000_READ_REG(hw, EECD); in e1000_init_eeprom_params()
[all …]
H A De1000_spi.c32 eecd = E1000_READ_REG(hw, EECD); in e1000_spi_xfer()
55 eecd = E1000_READ_REG(hw, EECD); in e1000_spi_xfer()
H A De1000.h53 #define E1000_READ_REG(a, reg) \ macro
60 do { E1000_READ_REG(a, STATUS); } while (0)