Home
last modified time | relevance | path

Searched refs:i40e_aq_set_phy_config (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h100 int i40e_aq_set_phy_config(struct i40e_hw *hw,
101 struct i40e_aq_set_phy_config *config,
H A Di40e_ethtool.c1223 struct i40e_aq_set_phy_config config; in i40e_set_link_ksettings()
1313 memset(&config, 0, sizeof(struct i40e_aq_set_phy_config)); in i40e_set_link_ksettings()
1455 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_link_ksettings()
1505 struct i40e_aq_set_phy_config config; in i40e_set_fec_cfg()
1517 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_fec_cfg()
5698 struct i40e_aq_set_phy_config config; in i40e_set_eee()
5751 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_eee()
H A Di40e_common.c1378 * i40e_aq_set_phy_config
1389 int i40e_aq_set_phy_config(struct i40e_hw *hw, in i40e_aq_set_phy_config() function
1390 struct i40e_aq_set_phy_config *config, in i40e_aq_set_phy_config()
1394 struct i40e_aq_set_phy_config *cmd = in i40e_aq_set_phy_config()
1395 (struct i40e_aq_set_phy_config *)&desc.params.raw; in i40e_aq_set_phy_config()
1416 struct i40e_aq_set_phy_config config; in i40e_set_fc_status()
1435 memset(&config, 0, sizeof(struct i40e_aq_set_phy_config)); in i40e_set_fc_status()
1458 return i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_fc_status()
H A 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); variable
H A Di40e_main.c7446 struct i40e_aq_set_phy_config config = {0}; in i40e_force_link_state()
7516 err = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_force_link_state()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h84 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw,
85 struct i40e_aq_set_phy_config *config,
H A Di40e_common.c1634 * i40e_aq_set_phy_config
1645 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw, in i40e_aq_set_phy_config() function
1646 struct i40e_aq_set_phy_config *config, in i40e_aq_set_phy_config()
1650 struct i40e_aq_set_phy_config *cmd = in i40e_aq_set_phy_config()
1651 (struct i40e_aq_set_phy_config *)&desc.params.raw; in i40e_aq_set_phy_config()
1672 struct i40e_aq_set_phy_config config; in i40e_set_fc_status()
1691 memset(&config, 0, sizeof(struct i40e_aq_set_phy_config)); in i40e_set_fc_status()
1714 return i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_fc_status()
H A Di40e_ethtool.c1152 struct i40e_aq_set_phy_config config; in i40e_set_link_ksettings()
1236 memset(&config, 0, sizeof(struct i40e_aq_set_phy_config)); in i40e_set_link_ksettings()
1357 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_link_ksettings()
1407 struct i40e_aq_set_phy_config config; in i40e_set_fec_cfg()
1419 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_fec_cfg()
H A Di40e_adminq_cmd.h1678 struct i40e_aq_set_phy_config { /* same bits as above in all */ struct
1705 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config); variable
H A Di40e_main.c6917 struct i40e_aq_set_phy_config config = {0}; in i40e_force_link_state()
6987 err = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_force_link_state()

Completed in 74 milliseconds