Searched refs:i40e_aq_set_phy_config (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_prototype.h | 100 int i40e_aq_set_phy_config(struct i40e_hw *hw, 101 struct i40e_aq_set_phy_config *config,
|
H A D | i40e_common.c | 1393 int i40e_aq_set_phy_config(struct i40e_hw *hw, in i40e_aq_set_phy_config() function 1394 struct i40e_aq_set_phy_config *config, in i40e_aq_set_phy_config() 1398 struct i40e_aq_set_phy_config *cmd = in i40e_aq_set_phy_config() 1399 (struct i40e_aq_set_phy_config *)&desc.params.raw; in i40e_aq_set_phy_config() 1420 struct i40e_aq_set_phy_config config; in i40e_set_fc_status() 1439 memset(&config, 0, sizeof(struct i40e_aq_set_phy_config)); in i40e_set_fc_status() 1462 return i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_fc_status()
|
H A D | i40e_ethtool.c | 1224 struct i40e_aq_set_phy_config config; in i40e_set_link_ksettings() 1314 memset(&config, 0, sizeof(struct i40e_aq_set_phy_config)); in i40e_set_link_ksettings() 1456 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_link_ksettings() 1506 struct i40e_aq_set_phy_config config; in i40e_set_fec_cfg() 1518 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_fec_cfg() 5699 struct i40e_aq_set_phy_config config; in i40e_set_eee() 5752 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_eee()
|
H A D | i40e_adminq_cmd.h | 1682 struct i40e_aq_set_phy_config { /* same bits as above in all */ struct 1709 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config); argument
|
H A D | i40e_main.c | 7478 struct i40e_aq_set_phy_config config = {0}; in i40e_force_link_state() 7548 err = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_force_link_state()
|