Searched refs:i40e_aq_set_phy_config (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
| D | i40e_prototype.h | 99 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw, 100 struct i40e_aq_set_phy_config *config,
|
| D | i40e_common.c | 1627 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw, in i40e_aq_set_phy_config() function 1628 struct i40e_aq_set_phy_config *config, in i40e_aq_set_phy_config() 1632 struct i40e_aq_set_phy_config *cmd = in i40e_aq_set_phy_config() 1633 (struct i40e_aq_set_phy_config *)&desc.params.raw; in i40e_aq_set_phy_config() 1660 struct i40e_aq_set_phy_config config; in i40e_set_fc() 1689 memset(&config, 0, sizeof(struct i40e_aq_set_phy_config)); in i40e_set_fc() 1706 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_fc()
|
| D | i40e_adminq_cmd.h | 1661 struct i40e_aq_set_phy_config { /* same bits as above in all */ struct 1675 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config); argument
|
| D | i40e_ethtool.c | 592 struct i40e_aq_set_phy_config config; in i40e_set_settings() 659 memset(&config, 0, sizeof(struct i40e_aq_set_phy_config)); in i40e_set_settings() 744 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_settings()
|
| /linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
| D | i40e_adminq_cmd.h | 1658 struct i40e_aq_set_phy_config { /* same bits as above in all */ struct 1672 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config); argument
|