Searched refs:IXGBE_READ_REG_ARRAY (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | mbx.c | 299 msg[i] = IXGBE_READ_REG_ARRAY(hw, IXGBE_VFMBMEM, i); in ixgbevf_read_mbx_vf()
|
D | vf.h | 207 #define IXGBE_READ_REG_ARRAY(h, r, o) ixgbe_read_reg_array(h, r, o) macro
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_mbx.c | 408 msg[i] = IXGBE_READ_REG_ARRAY(hw, IXGBE_PFMBMEM(vf_number), i); in ixgbe_read_mbx_pf()
|
D | ixgbe_common.h | 183 #define IXGBE_READ_REG_ARRAY(a, reg, offset) \ macro
|
D | ixgbe_x550.c | 183 *data = (u16)IXGBE_READ_REG_ARRAY(hw, IXGBE_FLEX_MNG, in ixgbe_read_ee_hostif_data_X550()
|
D | ixgbe_common.c | 3554 buffer[bi] = IXGBE_READ_REG_ARRAY(hw, IXGBE_FLEX_MNG, bi); in ixgbe_host_interface_command() 3573 buffer[bi] = IXGBE_READ_REG_ARRAY(hw, IXGBE_FLEX_MNG, bi); in ixgbe_host_interface_command()
|