i40e_aq_set_phy_config
I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config);
struct i40e_aq_set_phy_config *config,
struct i40e_aq_set_phy_config *cmd =
(struct i40e_aq_set_phy_config *)&desc.params.raw;
struct i40e_aq_set_phy_config config;
status = i40e_aq_set_phy_config(hw, &config, NULL);
struct i40e_aq_set_phy_config config;
status = i40e_aq_set_phy_config(hw, &config, NULL);
enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw,
struct i40e_aq_set_phy_config *config,
struct i40e_aq_set_phy_config config;
aq_error = i40e_aq_set_phy_config(hw, &config, NULL);
struct i40e_aq_set_phy_config config;
aq_error = i40e_aq_set_phy_config(hw, &config, NULL);
struct i40e_aq_set_phy_config config;
status = i40e_aq_set_phy_config(hw, &config, NULL);