Home
last modified time | relevance | path

Searched refs:IXGBE_READ_REG_ARRAY (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.c359 msg[i] = IXGBE_READ_REG_ARRAY(hw, IXGBE_VFMBMEM, i); in ixgbevf_read_mbx_vf()
392 msg[i] = IXGBE_READ_REG_ARRAY(hw, IXGBE_VFMBMEM, i); in ixgbevf_read_mbx_vf_legacy()
H A Dvf.h185 #define IXGBE_READ_REG_ARRAY(h, r, o) ixgbe_read_reg_array(h, r, o) macro
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_mbx.c384 msg[i] = IXGBE_READ_REG_ARRAY(hw, IXGBE_PFMBMEM(vf_number), i); in ixgbe_read_mbx_pf()
H A Dixgbe_common.h178 #define IXGBE_READ_REG_ARRAY(a, reg, offset) \ macro
H A Dixgbe_common.c3711 u32arr[bi] = IXGBE_READ_REG_ARRAY(hw, IXGBE_FLEX_MNG, bi); in ixgbe_host_interface_command()
3731 u32arr[bi] = IXGBE_READ_REG_ARRAY(hw, IXGBE_FLEX_MNG, bi); in ixgbe_host_interface_command()
H A Dixgbe_x550.c1106 *data = (u16)IXGBE_READ_REG_ARRAY(hw, IXGBE_FLEX_MNG, in ixgbe_read_ee_hostif_X550()