Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h84 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw,
85 struct i40e_aq_set_phy_config *config,
Di40e_common.c1649 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw, in i40e_aq_set_phy_config() function
1650 struct i40e_aq_set_phy_config *config, in i40e_aq_set_phy_config()
1654 struct i40e_aq_set_phy_config *cmd = in i40e_aq_set_phy_config()
1655 (struct i40e_aq_set_phy_config *)&desc.params.raw; in i40e_aq_set_phy_config()
1684 struct i40e_aq_set_phy_config config; in i40e_set_fc()
1713 memset(&config, 0, sizeof(struct i40e_aq_set_phy_config)); in i40e_set_fc()
1733 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_fc()
Di40e_adminq_cmd.h2008 struct i40e_aq_set_phy_config { /* same bits as above in all */ struct
2035 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config); argument
Di40e_ethtool.c837 struct i40e_aq_set_phy_config config; in i40e_set_link_ksettings()
921 memset(&config, 0, sizeof(struct i40e_aq_set_phy_config)); in i40e_set_link_ksettings()
1037 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_link_ksettings()
Di40e_main.c6567 struct i40e_aq_set_phy_config config = {0}; in i40e_force_link_state()
6604 err = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_force_link_state()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_adminq_cmd.h1939 struct i40e_aq_set_phy_config { /* same bits as above in all */ struct
1966 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config); argument