/src/sys/dev/pci/ixgbe/ |
ixgbe_common.c | 3815 u32 mpsar_lo, mpsar_hi; local in function:ixgbe_clear_vmdq_generic 3827 mpsar_lo = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar)); 3833 if (!mpsar_lo && !mpsar_hi) 3837 if (mpsar_lo) { 3839 mpsar_lo = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar)); 3846 mpsar_lo &= ~(1 << vmdq); 3847 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), mpsar_lo); 3854 if (mpsar_lo == 0 && mpsar_hi == 0 &&
|
ixgbe_common.c | 3815 u32 mpsar_lo, mpsar_hi; local in function:ixgbe_clear_vmdq_generic 3827 mpsar_lo = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar)); 3833 if (!mpsar_lo && !mpsar_hi) 3837 if (mpsar_lo) { 3839 mpsar_lo = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar)); 3846 mpsar_lo &= ~(1 << vmdq); 3847 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), mpsar_lo); 3854 if (mpsar_lo == 0 && mpsar_hi == 0 &&
|
ixgbe_common.c | 3815 u32 mpsar_lo, mpsar_hi; local in function:ixgbe_clear_vmdq_generic 3827 mpsar_lo = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar)); 3833 if (!mpsar_lo && !mpsar_hi) 3837 if (mpsar_lo) { 3839 mpsar_lo = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar)); 3846 mpsar_lo &= ~(1 << vmdq); 3847 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), mpsar_lo); 3854 if (mpsar_lo == 0 && mpsar_hi == 0 &&
|