Changeset View
Changeset View
Standalone View
Standalone View
sys/dev/ice/ice_adminq_cmd.h
| Show First 20 Lines • Show All 2,125 Lines • ▼ Show 20 Lines | |||||
| #define ICE_AQC_PORT_OPT_MAX_LANE_1G 1 | #define ICE_AQC_PORT_OPT_MAX_LANE_1G 1 | ||||
| #define ICE_AQC_PORT_OPT_MAX_LANE_2500M 2 | #define ICE_AQC_PORT_OPT_MAX_LANE_2500M 2 | ||||
| #define ICE_AQC_PORT_OPT_MAX_LANE_5G 3 | #define ICE_AQC_PORT_OPT_MAX_LANE_5G 3 | ||||
| #define ICE_AQC_PORT_OPT_MAX_LANE_10G 4 | #define ICE_AQC_PORT_OPT_MAX_LANE_10G 4 | ||||
| #define ICE_AQC_PORT_OPT_MAX_LANE_25G 5 | #define ICE_AQC_PORT_OPT_MAX_LANE_25G 5 | ||||
| #define ICE_AQC_PORT_OPT_MAX_LANE_50G 6 | #define ICE_AQC_PORT_OPT_MAX_LANE_50G 6 | ||||
| #define ICE_AQC_PORT_OPT_MAX_LANE_100G 7 | #define ICE_AQC_PORT_OPT_MAX_LANE_100G 7 | ||||
| #define ICE_AQC_PORT_OPT_MAX_LANE_200G 8 | #define ICE_AQC_PORT_OPT_MAX_LANE_200G 8 | ||||
| #define ICE_AQC_PORT_OPT_MAX_LANE_40G 9 | |||||
| u8 global_scid[2]; | u8 global_scid[2]; | ||||
| u8 phy_scid[2]; | u8 phy_scid[2]; | ||||
| u8 pf2port_cid[2]; | u8 pf2port_cid[2]; | ||||
| }; | }; | ||||
| /* Set Port Option (direct, 0x06EB) */ | /* Set Port Option (direct, 0x06EB) */ | ||||
| struct ice_aqc_set_port_option { | struct ice_aqc_set_port_option { | ||||
| u8 lport_num; | u8 lport_num; | ||||
| ▲ Show 20 Lines • Show All 1,411 Lines • Show Last 20 Lines | |||||