Symbol: i40e_aq_set_phy_config
drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h
1558
I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config);
drivers/net/ethernet/intel/i40e/i40e_common.c
1077
struct i40e_aq_set_phy_config *config,
drivers/net/ethernet/intel/i40e/i40e_common.c
1080
struct i40e_aq_set_phy_config *cmd;
drivers/net/ethernet/intel/i40e/i40e_common.c
1103
struct i40e_aq_set_phy_config config;
drivers/net/ethernet/intel/i40e/i40e_common.c
1122
memset(&config, 0, sizeof(struct i40e_aq_set_phy_config));
drivers/net/ethernet/intel/i40e/i40e_common.c
1145
return i40e_aq_set_phy_config(hw, &config, NULL);
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
1228
struct i40e_aq_set_phy_config config;
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
1318
memset(&config, 0, sizeof(struct i40e_aq_set_phy_config));
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
1460
status = i40e_aq_set_phy_config(hw, &config, NULL);
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
1506
struct i40e_aq_set_phy_config config;
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
1518
status = i40e_aq_set_phy_config(hw, &config, NULL);
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
5727
struct i40e_aq_set_phy_config config;
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
5780
status = i40e_aq_set_phy_config(hw, &config, NULL);
drivers/net/ethernet/intel/i40e/i40e_main.c
7477
struct i40e_aq_set_phy_config config = {0};
drivers/net/ethernet/intel/i40e/i40e_main.c
7545
err = i40e_aq_set_phy_config(hw, &config, NULL);
drivers/net/ethernet/intel/i40e/i40e_prototype.h
91
int i40e_aq_set_phy_config(struct i40e_hw *hw,
drivers/net/ethernet/intel/i40e/i40e_prototype.h
92
struct i40e_aq_set_phy_config *config,