Home
last modified time | relevance | path

Searched refs:i40e_aq_set_phy_config (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h91 int i40e_aq_set_phy_config(struct i40e_hw *hw,
92 struct i40e_aq_set_phy_config *config,
H A Di40e_adminq_cmd.h1531 struct i40e_aq_set_phy_config { /* same bits as above in all */ struct
1558 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config); argument
H A Di40e_common.c1076 int i40e_aq_set_phy_config(struct i40e_hw *hw, in i40e_aq_set_phy_config() function
1077 struct i40e_aq_set_phy_config *config, in i40e_aq_set_phy_config()
1080 struct i40e_aq_set_phy_config *cmd; in i40e_aq_set_phy_config()
1103 struct i40e_aq_set_phy_config config; in i40e_set_fc_status()
1122 memset(&config, 0, sizeof(struct i40e_aq_set_phy_config)); in i40e_set_fc_status()
1145 return i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_fc_status()
H A Di40e_ethtool.c1228 struct i40e_aq_set_phy_config config; in i40e_set_link_ksettings()
1318 memset(&config, 0, sizeof(struct i40e_aq_set_phy_config)); in i40e_set_link_ksettings()
1460 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_link_ksettings()
1506 struct i40e_aq_set_phy_config config; in i40e_set_fec_cfg()
1518 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_fec_cfg()
5728 struct i40e_aq_set_phy_config config; in i40e_set_eee()
5781 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_eee()
H A Di40e_main.c7464 struct i40e_aq_set_phy_config config = {0}; in i40e_force_link_state()
7532 err = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_force_link_state()