Searched defs:i40e_aqc_get_link_status (Results 1 – 1 of 1) sorted by relevance
2146 struct i40e_aqc_get_link_status { struct2147 __le16 command_flags; /* only field set on command */2154 u8 phy_type; /* i40e_aq_phy_type */2155 u8 link_speed; /* i40e_aq_link_speed */2156 u8 link_info;2166 u8 an_info;2175 u8 ext_info;2191 u8 loopback; /* use defines from i40e_aqc_set_lb_mode */2219 I40E_CHECK_CMD_LENGTH(i40e_aqc_get_link_status); argument