Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Di40e_prototype.h140 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw,
141 struct i40e_aq_set_phy_config *config,
H A Dixl_pf_main.c2916 struct i40e_aq_set_phy_config config; in ixl_set_advertised_speeds()
2947 aq_error = i40e_aq_set_phy_config(hw, &config, NULL); in ixl_set_advertised_speeds()
3304 struct i40e_aq_set_phy_config config; in ixl_set_link()
3369 aq_error = i40e_aq_set_phy_config(hw, &config, NULL); in ixl_set_link()
4443 struct i40e_aq_set_phy_config config; in ixl_set_fec_config()
4459 status = i40e_aq_set_phy_config(hw, &config, NULL); in ixl_set_fec_config()
H A Di40e_common.c1734 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw, in i40e_aq_set_phy_config() function
1735 struct i40e_aq_set_phy_config *config, in i40e_aq_set_phy_config()
1739 struct i40e_aq_set_phy_config *cmd = in i40e_aq_set_phy_config()
1740 (struct i40e_aq_set_phy_config *)&desc.params.raw; in i40e_aq_set_phy_config()
1769 struct i40e_aq_set_phy_config config; in i40e_set_fc()
1818 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_fc()
6298 struct i40e_aq_set_phy_config config; in i40e_enable_eee()
6346 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_enable_eee()
H A Di40e_adminq_cmd.h2099 struct i40e_aq_set_phy_config { /* same bits as above in all */ struct
2122 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config); argument