Searched defs:i40e_aq_set_phy_config (Results 1 – 3 of 3) sorted by relevance
1939 struct i40e_aq_set_phy_config { /* same bits as above in all */ struct1940 __le32 phy_type;1941 u8 link_speed;1942 u8 abilities;1966 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config); argument
2008 struct i40e_aq_set_phy_config { /* same bits as above in all */ struct2009 __le32 phy_type;2010 u8 link_speed;2011 u8 abilities;2035 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config); argument
1649 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw, in i40e_aq_set_phy_config() function