Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h103 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw,
104 struct i40e_aq_set_phy_config *config,
Di40e_ethtool.c1158 struct i40e_aq_set_phy_config config; in i40e_set_link_ksettings()
1242 memset(&config, 0, sizeof(struct i40e_aq_set_phy_config)); in i40e_set_link_ksettings()
1363 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_link_ksettings()
1413 struct i40e_aq_set_phy_config config; in i40e_set_fec_cfg()
1425 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_fec_cfg()
5585 struct i40e_aq_set_phy_config config; in i40e_set_eee()
5637 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_eee()
Di40e_common.c1534 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw, in i40e_aq_set_phy_config() function
1535 struct i40e_aq_set_phy_config *config, in i40e_aq_set_phy_config()
1539 struct i40e_aq_set_phy_config *cmd = in i40e_aq_set_phy_config()
1540 (struct i40e_aq_set_phy_config *)&desc.params.raw; in i40e_aq_set_phy_config()
1561 struct i40e_aq_set_phy_config config; in i40e_set_fc_status()
1580 memset(&config, 0, sizeof(struct i40e_aq_set_phy_config)); in i40e_set_fc_status()
1603 return i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_fc_status()
Di40e_adminq_cmd.h1679 struct i40e_aq_set_phy_config { /* same bits as above in all */ struct
1706 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config); argument
Di40e_main.c7280 struct i40e_aq_set_phy_config config = {0}; in i40e_force_link_state()
7350 err = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_force_link_state()