Searched defs:e1000_fc_info (Results 1 – 2 of 2) sorted by relevance
481 struct e1000_fc_info { struct482 u32 high_water; /* Flow control high-water mark */483 u32 low_water; /* Flow control low-water mark */484 u16 pause_time; /* Flow control pause timer */485 bool send_xon; /* Flow control send XON */486 bool strict_ieee; /* Strict IEEE mode */487 enum e1000_fc_mode current_mode; /* Type of flow control */488 enum e1000_fc_mode requested_mode;
631 struct e1000_fc_info { struct632 u32 high_water; /* Flow control high-water mark */633 u32 low_water; /* Flow control low-water mark */634 u16 pause_time; /* Flow control pause timer */635 u16 refresh_time; /* Flow control refresh timer */636 bool send_xon; /* Flow control send XON */637 bool strict_ieee; /* Strict IEEE mode */638 enum e1000_fc_mode current_mode; /* FC mode in effect */639 enum e1000_fc_mode requested_mode; /* FC mode requested by caller */