Searched refs:i40e_aq_set_phy_config (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_prototype.h | 114 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw, 115 struct i40e_aq_set_phy_config *config,
|
| H A D | i40e_common.c | 1789 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw, in i40e_aq_set_phy_config() function 1790 struct i40e_aq_set_phy_config *config, in i40e_aq_set_phy_config() 1794 struct i40e_aq_set_phy_config *cmd = in i40e_aq_set_phy_config() 1795 (struct i40e_aq_set_phy_config *)&desc.params.raw; in i40e_aq_set_phy_config() 1824 struct i40e_aq_set_phy_config config; in i40e_set_fc() 1873 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_fc() 6425 struct i40e_aq_set_phy_config config; in i40e_enable_eee() 6473 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_enable_eee()
|
| H A D | i40e_adminq_cmd.h | 2083 struct i40e_aq_set_phy_config { /* same bits as above in all */ struct 2106 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config); argument
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 2268 struct i40e_aq_set_phy_config phy_conf; in i40e_phy_conf_link() 2343 status = i40e_aq_set_phy_config(hw, &phy_conf, NULL); in i40e_phy_conf_link()
|