Searched defs:ixgbe_fc_info (Results 1 – 1 of 1) sorted by relevance
2735 struct ixgbe_fc_info { struct2736 u32 high_water[MAX_TRAFFIC_CLASS]; /* Flow Control High-water */2737 u32 low_water[MAX_TRAFFIC_CLASS]; /* Flow Control Low-water */2738 u16 pause_time; /* Flow Control Pause timer */2739 bool send_xon; /* Flow control send XON */2740 bool strict_ieee; /* Strict IEEE mode */2741 bool disable_fc_autoneg; /* Do not autonegotiate FC */2742 bool fc_was_autonegged; /* Is current_mode the result of autonegging? */2743 enum ixgbe_fc_mode current_mode; /* FC mode in effect */2744 enum ixgbe_fc_mode requested_mode; /* FC mode requested by caller */