Searched refs:lp_reg (Results 1 – 1 of 1) sorted by relevance
54 static s32 ixgbe_negotiate_fc(struct ixgbe_hw *hw, u32 adv_reg, u32 lp_reg,1859 static s32 ixgbe_negotiate_fc(struct ixgbe_hw *hw, u32 adv_reg, u32 lp_reg, in ixgbe_negotiate_fc() argument1862 if ((!(adv_reg)) || (!(lp_reg))) in ixgbe_negotiate_fc()1865 if ((adv_reg & adv_sym) && (lp_reg & lp_sym)) { in ixgbe_negotiate_fc()1881 (lp_reg & lp_sym) && (lp_reg & lp_asm)) { in ixgbe_negotiate_fc()1885 !(lp_reg & lp_sym) && (lp_reg & lp_asm)) { in ixgbe_negotiate_fc()