i40e_aq_set_phy_config 2053 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config);
i40e_aq_set_phy_config 1629 drivers/net/ethernet/intel/i40e/i40e_common.c 				struct i40e_aq_set_phy_config *config,
i40e_aq_set_phy_config 1633 drivers/net/ethernet/intel/i40e/i40e_common.c 	struct i40e_aq_set_phy_config *cmd =
i40e_aq_set_phy_config 1634 drivers/net/ethernet/intel/i40e/i40e_common.c 			(struct i40e_aq_set_phy_config *)&desc.params.raw;
i40e_aq_set_phy_config 1655 drivers/net/ethernet/intel/i40e/i40e_common.c 	struct i40e_aq_set_phy_config config;
i40e_aq_set_phy_config 1674 drivers/net/ethernet/intel/i40e/i40e_common.c 	memset(&config, 0, sizeof(struct i40e_aq_set_phy_config));
i40e_aq_set_phy_config 1697 drivers/net/ethernet/intel/i40e/i40e_common.c 	return i40e_aq_set_phy_config(hw, &config, NULL);
i40e_aq_set_phy_config 1139 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 	struct i40e_aq_set_phy_config config;
i40e_aq_set_phy_config 1223 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 	memset(&config, 0, sizeof(struct i40e_aq_set_phy_config));
i40e_aq_set_phy_config 1345 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 		status = i40e_aq_set_phy_config(hw, &config, NULL);
i40e_aq_set_phy_config 1395 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 		struct i40e_aq_set_phy_config config;
i40e_aq_set_phy_config 1406 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 		status = i40e_aq_set_phy_config(hw, &config, NULL);
i40e_aq_set_phy_config 6698 drivers/net/ethernet/intel/i40e/i40e_main.c 	struct i40e_aq_set_phy_config config = {0};
i40e_aq_set_phy_config 6756 drivers/net/ethernet/intel/i40e/i40e_main.c 	err = i40e_aq_set_phy_config(hw, &config, NULL);
i40e_aq_set_phy_config   84 drivers/net/ethernet/intel/i40e/i40e_prototype.h enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw,
i40e_aq_set_phy_config   85 drivers/net/ethernet/intel/i40e/i40e_prototype.h 				struct i40e_aq_set_phy_config *config,