HomeSort by: relevance | last modified time | path
    Searched refs:IXGBE_MPSAR_LO (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_common.c 3827 mpsar_lo = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar));
3838 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), 0);
3839 mpsar_lo = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar));
3847 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), mpsar_lo);
3882 mpsar = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar));
3884 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), mpsar);
3910 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), 1 << vmdq);
3913 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), 0);
ixgbe_type.h 453 #define IXGBE_MPSAR_LO(_i) (0x0A600 + ((_i) * 8))

Completed in 26 milliseconds