Searched defs:e1000_fc_info (Results 1 – 1 of 1) sorted by relevance
955 struct e1000_fc_info { struct956 u32 high_water; /* Flow control high-water mark */957 u32 low_water; /* Flow control low-water mark */958 u16 pause_time; /* Flow control pause timer */959 u16 refresh_time; /* Flow control refresh timer */960 bool send_xon; /* Flow control send XON */961 bool strict_ieee; /* Strict IEEE mode */962 enum e1000_fc_mode current_mode; /* FC mode in effect */963 enum e1000_fc_mode requested_mode; /* FC mode requested by caller */