FreeBSD kernel E1000 device code
e1000_fc_info Struct Reference

#include <e1000_hw.h>

Data Fields

u32 high_water
 
u32 low_water
 
u16 pause_time
 
u16 refresh_time
 
bool send_xon
 
bool strict_ieee
 
enum e1000_fc_mode current_mode
 
enum e1000_fc_mode requested_mode
 

Detailed Description

Definition at line 912 of file e1000_hw.h.

Field Documentation

◆ current_mode

◆ high_water

u32 e1000_fc_info::high_water

Definition at line 913 of file e1000_hw.h.

Referenced by e1000_set_fc_watermarks_generic(), em_add_hw_stats(), and em_reset().

◆ low_water

u32 e1000_fc_info::low_water

Definition at line 914 of file e1000_hw.h.

Referenced by e1000_set_fc_watermarks_generic(), em_add_hw_stats(), and em_reset().

◆ pause_time

u16 e1000_fc_info::pause_time

◆ refresh_time

u16 e1000_fc_info::refresh_time

Definition at line 916 of file e1000_hw.h.

Referenced by e1000_setup_link_ich8lan(), and em_reset().

◆ requested_mode

◆ send_xon

bool e1000_fc_info::send_xon

Definition at line 917 of file e1000_hw.h.

Referenced by e1000_set_fc_watermarks_generic(), and em_reset().

◆ strict_ieee

bool e1000_fc_info::strict_ieee

Definition at line 918 of file e1000_hw.h.


The documentation for this struct was generated from the following file: