Home
last modified time | relevance | path

Searched refs:IGC_STATUS (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_mac.c151 u32 status = IGC_READ_REG(hw, IGC_STATUS); in igc_get_bus_info_pci_generic()
256 reg = IGC_READ_REG(hw, IGC_STATUS); in igc_set_lan_id_multi_port_pcie()
274 status = IGC_READ_REG(hw, IGC_STATUS); in igc_set_lan_id_multi_port_pci()
755 status = IGC_READ_REG(hw, IGC_STATUS); in igc_check_for_fiber_link_generic()
822 status = IGC_READ_REG(hw, IGC_STATUS); in igc_check_for_serdes_link_generic()
884 status = IGC_READ_REG(hw, IGC_STATUS); in igc_check_for_serdes_link_generic()
1108 status = IGC_READ_REG(hw, IGC_STATUS); in igc_poll_fiber_serdes_link_generic()
1502 status = IGC_READ_REG(hw, IGC_STATUS); in igc_get_speed_and_duplex_copper_generic()
1945 if (!(IGC_READ_REG(hw, IGC_STATUS) & in igc_disable_pcie_master_generic()
H A Digc_osdep.h79 #define IGC_WRITE_FLUSH(a) IGC_READ_REG(a, IGC_STATUS)
H A Digc_regs.h11 #define IGC_STATUS 0x00008 /* Device Status - RO */ macro
/f-stack/dpdk/drivers/net/igc/
H A Digc_ethdev.c457 link_check = (IGC_READ_REG(hw, IGC_STATUS) & in eth_igc_link_update()