Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h141 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw,
142 struct i40e_aq_set_phy_config *config,
H A Di40e_common.c1764 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw, in i40e_aq_set_phy_config() function
1765 struct i40e_aq_set_phy_config *config, in i40e_aq_set_phy_config()
1769 struct i40e_aq_set_phy_config *cmd = in i40e_aq_set_phy_config()
1770 (struct i40e_aq_set_phy_config *)&desc.params.raw; in i40e_aq_set_phy_config()
1799 struct i40e_aq_set_phy_config config; in i40e_set_fc()
1848 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_fc()
6290 struct i40e_aq_set_phy_config config; in i40e_enable_eee()
6338 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_enable_eee()
H A Di40e_adminq_cmd.h2076 struct i40e_aq_set_phy_config { /* same bits as above in all */ struct
2099 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config); argument
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c973 struct i40e_aq_set_phy_config config; in i40e_update_fec()
1027 if (i40e_aq_set_phy_config(hw, &config, NULL) != I40E_SUCCESS) in i40e_update_fec()