Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq_cmd.h2139 struct i40e_aqc_get_link_status { struct
2140 __le16 command_flags; /* only field set on command */
2147 u8 phy_type; /* i40e_aq_phy_type */
2148 u8 link_speed; /* i40e_aq_link_speed */
2149 u8 link_info;
2159 u8 an_info;
2168 u8 ext_info;
2184 u8 loopback; /* use defines from i40e_aqc_set_lb_mode */
2212 I40E_CHECK_CMD_LENGTH(i40e_aqc_get_link_status); argument