Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_manage.c132 *(buffer + i) = IGC_READ_REG_ARRAY_DWORD(hw, IGC_HOST_IF, in igc_enable_tx_pkt_filtering_generic()
175 IGC_WRITE_REG_ARRAY_DWORD(hw, IGC_HOST_IF, i, in igc_mng_write_cmd_header_generic()
215 data = IGC_READ_REG_ARRAY_DWORD(hw, IGC_HOST_IF, offset); in igc_mng_host_if_write_generic()
220 IGC_WRITE_REG_ARRAY_DWORD(hw, IGC_HOST_IF, offset, data); in igc_mng_host_if_write_generic()
240 IGC_WRITE_REG_ARRAY_DWORD(hw, IGC_HOST_IF, offset + i, in igc_mng_host_if_write_generic()
252 IGC_WRITE_REG_ARRAY_DWORD(hw, IGC_HOST_IF, offset + i, in igc_mng_host_if_write_generic()
402 IGC_WRITE_REG_ARRAY_DWORD(hw, IGC_HOST_IF, i, in igc_host_interface_command()
424 IGC_HOST_IF, in igc_host_interface_command()
524 IGC_WRITE_REG_ARRAY_DWORD(hw, IGC_HOST_IF, in igc_load_firmware()
H A Digc_regs.h497 #define IGC_HOST_IF 0x08800 /* Host Interface */ macro