Searched refs:i40e_aq_set_phy_config (Results 1 – 6 of 6) sorted by relevance
| /Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
| D | i40e_prototype.h | 84 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw, 85 struct i40e_aq_set_phy_config *config,
|
| D | i40e_common.c | 1649 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()
|
| D | i40e_adminq_cmd.h | 2008 struct i40e_aq_set_phy_config { /* same bits as above in all */ struct 2035 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config); argument
|
| D | i40e_ethtool.c | 837 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()
|
| D | i40e_main.c | 6567 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/ |
| D | i40e_adminq_cmd.h | 1939 struct i40e_aq_set_phy_config { /* same bits as above in all */ struct 1966 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config); argument
|