Changeset View
Changeset View
Standalone View
Standalone View
sys/dev/bnxt/bnxt.h
Show First 20 Lines • Show All 292 Lines • ▼ Show 20 Lines | struct bnxt_link_info { | ||||
uint8_t phy_addr; | uint8_t phy_addr; | ||||
uint8_t phy_link_status; | uint8_t phy_link_status; | ||||
uint8_t wire_speed; | uint8_t wire_speed; | ||||
uint8_t loop_back; | uint8_t loop_back; | ||||
uint8_t link_up; | uint8_t link_up; | ||||
uint8_t last_link_up; | uint8_t last_link_up; | ||||
uint8_t duplex; | uint8_t duplex; | ||||
uint8_t last_duplex; | uint8_t last_duplex; | ||||
uint8_t last_phy_type; | |||||
struct bnxt_flow_ctrl flow_ctrl; | struct bnxt_flow_ctrl flow_ctrl; | ||||
struct bnxt_flow_ctrl last_flow_ctrl; | struct bnxt_flow_ctrl last_flow_ctrl; | ||||
uint8_t duplex_setting; | uint8_t duplex_setting; | ||||
uint8_t auto_mode; | uint8_t auto_mode; | ||||
#define PHY_VER_LEN 3 | #define PHY_VER_LEN 3 | ||||
uint8_t phy_ver[PHY_VER_LEN]; | uint8_t phy_ver[PHY_VER_LEN]; | ||||
uint8_t phy_type; | uint8_t phy_type; | ||||
uint16_t link_speed; | uint16_t link_speed; | ||||
▲ Show 20 Lines • Show All 495 Lines • Show Last 20 Lines |