Home
last modified time | relevance | path

Searched refs:E1000_STATUS (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_regs.h8 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
365 #define wrfl() ((void)rd32(E1000_STATUS))
H A De1000_mac.c58 reg = rd32(E1000_STATUS); in igb_get_bus_info_pcie()
1204 status = rd32(E1000_STATUS); in igb_get_speed_and_duplex_copper()
1532 if (!(rd32(E1000_STATUS) & in igb_disable_pcie_master()
H A Digb_ethtool.c147 0 : rd32(E1000_STATUS); in igb_get_link_ksettings()
478 regs_buff[1] = rd32(E1000_STATUS); in igb_get_regs()
1305 before = rd32(E1000_STATUS); in igb_reg_test()
1306 value = (rd32(E1000_STATUS) & toggle); in igb_reg_test()
1307 wr32(E1000_STATUS, toggle); in igb_reg_test()
1308 after = rd32(E1000_STATUS) & toggle; in igb_reg_test()
1317 wr32(E1000_STATUS, before); in igb_reg_test()
2004 if (!(rd32(E1000_STATUS) & E1000_STATUS_LU)) in igb_link_test()
H A De1000_82575.c225 hw->bus.func = (rd32(E1000_STATUS) & E1000_STATUS_FUNC_MASK) >> in igb_init_phy_params_82575()
1397 status = rd32(E1000_STATUS); in igb_get_pcs_speed_and_duplex_82575()
2290 !(rd32(E1000_STATUS) & E1000_STAT_DEV_RST_SET)) in igb_reset_hw_82580()
2312 wr32(E1000_STATUS, E1000_STAT_DEV_RST_SET); in igb_reset_hw_82580()
H A Digb_main.c253 {E1000_STATUS, "STATUS"},
3424 if (rd32(E1000_STATUS) & E1000_STATUS_FUNC_1) in igb_probe()
8171 !(rd32(E1000_STATUS) & E1000_STATUS_TXOFF)) { in igb_clean_tx_irq()
9194 status = rd32(E1000_STATUS); in __igb_shutdown()
9724 (!(rd32(E1000_STATUS) & E1000_STATUS_LU)) || in igb_ndo_set_vf_bw()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igbvf/
H A Dregs.h8 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dregs.h8 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
H A Dnetdev.c64 {E1000_STATUS, "STATUS"},
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.h691 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
853 #define E1000_82542_STATUS E1000_STATUS
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h781 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
1035 #define E1000_82542_STATUS E1000_STATUS
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c1938 (E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)) { in igb_read_stats_registers()
2622 link_check = (E1000_READ_REG(hw, E1000_STATUS) & in eth_igb_link_update()
3487 if (!(E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)) in eth_igbvf_link_update()