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 config;
memset(&config, 0, sizeof(struct i40e_aq_set_phy_config));
return i40e_aq_set_phy_config(hw, &config, NULL);
struct i40e_aq_set_phy_config config;
memset(&config, 0, sizeof(struct i40e_aq_set_phy_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);
struct i40e_aq_set_phy_config config;
status = i40e_aq_set_phy_config(hw, &config, NULL);
struct i40e_aq_set_phy_config config = {0};
err = i40e_aq_set_phy_config(hw, &config, NULL);
int i40e_aq_set_phy_config(struct i40e_hw *hw,
struct i40e_aq_set_phy_config *config,