Home
last modified time | relevance | path

Searched refs:IGC_HICR_C (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_manage.c63 if (!(hicr & IGC_HICR_C)) in igc_mng_enable_host_if_generic()
300 IGC_WRITE_REG(hw, IGC_HICR, hicr | IGC_HICR_C); in igc_mng_write_dhcp_info_generic()
406 IGC_WRITE_REG(hw, IGC_HICR, hicr | IGC_HICR_C); in igc_host_interface_command()
410 if (!(hicr & IGC_HICR_C)) in igc_host_interface_command()
531 IGC_WRITE_REG(hw, IGC_HICR, hicr | IGC_HICR_C); in igc_load_firmware()
535 if (!(hicr & IGC_HICR_C)) in igc_load_firmware()
H A Digc_manage.h58 #define IGC_HICR_C 0x02 macro