Searched defs:txgbe_fc_info (Results 1 – 1 of 1) sorted by relevance
304 struct txgbe_fc_info { struct305 u32 high_water[TXGBE_DCB_TC_MAX]; /* Flow Ctrl High-water */306 u32 low_water[TXGBE_DCB_TC_MAX]; /* Flow Ctrl Low-water */307 u16 pause_time; /* Flow Control Pause timer */308 bool send_xon; /* Flow control send XON */309 bool strict_ieee; /* Strict IEEE mode */310 bool disable_fc_autoneg; /* Do not autonegotiate FC */311 bool fc_was_autonegged; /* Is current_mode the result of autonegging? */312 enum txgbe_fc_mode current_mode; /* FC mode in effect */313 enum txgbe_fc_mode requested_mode; /* FC mode requested by caller */