Home
last modified time | relevance | path

Searched defs:e1000_fc_info (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h464 struct e1000_fc_info { struct
465 u32 high_water; /* Flow control high-water mark */
466 u32 low_water; /* Flow control low-water mark */
467 u16 pause_time; /* Flow control pause timer */
468 bool send_xon; /* Flow control send XON */
469 bool strict_ieee; /* Strict IEEE mode */
470 enum e1000_fc_mode current_mode; /* Type of flow control */
471 enum e1000_fc_mode requested_mode;
/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h673 struct e1000_fc_info { struct
674 u32 high_water; /* Flow control high-water mark */
675 u32 low_water; /* Flow control low-water mark */
676 u16 pause_time; /* Flow control pause timer */
677 u16 refresh_time; /* Flow control refresh timer */
678 bool send_xon; /* Flow control send XON */
679 bool strict_ieee; /* Strict IEEE mode */
680 enum e1000_fc_mode current_mode; /* FC mode in effect */
681 enum e1000_fc_mode requested_mode; /* FC mode requested by caller */