Searched defs:ixgbe_fc_info (Results 1 – 1 of 1) sorted by relevance
3901 struct ixgbe_fc_info { struct3902 u32 high_water[IXGBE_DCB_MAX_TRAFFIC_CLASS]; /* Flow Ctrl High-water */3903 u32 low_water[IXGBE_DCB_MAX_TRAFFIC_CLASS]; /* Flow Ctrl Low-water */3904 u16 pause_time; /* Flow Control Pause timer */3905 bool send_xon; /* Flow control send XON */3906 bool strict_ieee; /* Strict IEEE mode */3907 bool disable_fc_autoneg; /* Do not autonegotiate FC */3908 bool fc_was_autonegged; /* Is current_mode the result of autonegging? */3909 enum ixgbe_fc_mode current_mode; /* FC mode in effect */3910 enum ixgbe_fc_mode requested_mode; /* FC mode requested by caller */