Searched refs:E1000_HOST_IF (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | manage.c | 121 *(buffer + i) = E1000_READ_REG_ARRAY(hw, E1000_HOST_IF, in e1000e_enable_tx_pkt_filtering() 162 E1000_WRITE_REG_ARRAY(hw, E1000_HOST_IF, i, *((u32 *)hdr + i)); in e1000_mng_write_cmd_header() 199 data = E1000_READ_REG_ARRAY(hw, E1000_HOST_IF, offset); in e1000_mng_host_if_write() 204 E1000_WRITE_REG_ARRAY(hw, E1000_HOST_IF, offset, data); in e1000_mng_host_if_write() 224 E1000_WRITE_REG_ARRAY(hw, E1000_HOST_IF, offset + i, data); in e1000_mng_host_if_write() 235 E1000_WRITE_REG_ARRAY(hw, E1000_HOST_IF, offset + i, data); in e1000_mng_host_if_write()
|
H A D | regs.h | 204 #define E1000_HOST_IF 0x08800 /* Host Interface */ macro
|
/openbmc/qemu/hw/net/ |
H A D | e1000_regs.h | 125 #define E1000_HOST_IF 0x08800 /* Host Interface */ macro
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.h | 996 #define E1000_HOST_IF 0x08800 /* Host Interface */ macro 1205 #define E1000_82542_HOST_IF E1000_HOST_IF
|