Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h126 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw,
127 struct i40e_aq_set_phy_config *config,
H A Di40e_adminq_cmd.h1796 struct i40e_aq_set_phy_config { /* same bits as above in all */ struct
1817 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config); argument
H A Di40e_common.c1646 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw, in i40e_aq_set_phy_config() function
1647 struct i40e_aq_set_phy_config *config, in i40e_aq_set_phy_config()
1651 struct i40e_aq_set_phy_config *cmd = in i40e_aq_set_phy_config()
1652 (struct i40e_aq_set_phy_config *)&desc.params.raw; in i40e_aq_set_phy_config()
1679 struct i40e_aq_set_phy_config config; in i40e_set_fc()
1726 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_fc()