Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h86 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw,
87 struct i40e_aq_set_phy_config *config,
Di40e_common.c1259 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw, in i40e_aq_set_phy_config() function
1260 struct i40e_aq_set_phy_config *config, in i40e_aq_set_phy_config()
1264 struct i40e_aq_set_phy_config *cmd = in i40e_aq_set_phy_config()
1265 (struct i40e_aq_set_phy_config *)&desc.params.raw; in i40e_aq_set_phy_config()
1292 struct i40e_aq_set_phy_config config; in i40e_set_fc()
1321 memset(&config, 0, sizeof(struct i40e_aq_set_phy_config)); in i40e_set_fc()
1338 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_fc()
Di40e_adminq_cmd.h1657 struct i40e_aq_set_phy_config { /* same bits as above in all */ struct
1671 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config); argument
Di40e_ethtool.c545 struct i40e_aq_set_phy_config config; in i40e_set_settings()
604 memset(&config, 0, sizeof(struct i40e_aq_set_phy_config)); in i40e_set_settings()
679 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_settings()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_adminq_cmd.h1655 struct i40e_aq_set_phy_config { /* same bits as above in all */ struct
1669 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config); argument