Searched refs:IGC_STATUS (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_mac.c | 151 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 D | igc_osdep.h | 79 #define IGC_WRITE_FLUSH(a) IGC_READ_REG(a, IGC_STATUS)
|
| H A D | igc_regs.h | 11 #define IGC_STATUS 0x00008 /* Device Status - RO */ macro
|
| /f-stack/dpdk/drivers/net/igc/ |
| H A D | igc_ethdev.c | 457 link_check = (IGC_READ_REG(hw, IGC_STATUS) & in eth_igc_link_update()
|