Searched refs:E1000_VMBMEM (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_mbx.c | 457 E1000_WRITE_REG_ARRAY(hw, E1000_VMBMEM(0), i, msg[i]); in e1000_write_mbx_vf() 494 msg[i] = E1000_READ_REG_ARRAY(hw, E1000_VMBMEM(0), i); in e1000_read_mbx_vf() 679 E1000_WRITE_REG_ARRAY(hw, E1000_VMBMEM(vf_number), i, msg[i]); in e1000_write_mbx_pf() 718 msg[i] = E1000_READ_REG_ARRAY(hw, E1000_VMBMEM(vf_number), i); in e1000_read_mbx_pf()
|
| H A D | e1000_regs.h | 562 #define E1000_VMBMEM(_n) (0x00800 + (64 * (_n))) macro
|
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | igb_ethdev.c | 2955 in_msg = E1000_READ_REG(hw, E1000_VMBMEM(0)); in igbvf_mbx_process()
|