Searched refs:i40e_aq_set_phy_config (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/intel/i40e/ |
D | i40e_prototype.h | 103 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw, 104 struct i40e_aq_set_phy_config *config,
|
D | i40e_common.c | 1535 enum i40e_status_code i40e_aq_set_phy_config(struct i40e_hw *hw, in i40e_aq_set_phy_config() function 1536 struct i40e_aq_set_phy_config *config, in i40e_aq_set_phy_config() 1540 struct i40e_aq_set_phy_config *cmd = in i40e_aq_set_phy_config() 1541 (struct i40e_aq_set_phy_config *)&desc.params.raw; in i40e_aq_set_phy_config() 1562 struct i40e_aq_set_phy_config config; in i40e_set_fc_status() 1581 memset(&config, 0, sizeof(struct i40e_aq_set_phy_config)); in i40e_set_fc_status() 1604 return i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_fc_status()
|
D | i40e_ethtool.c | 1223 struct i40e_aq_set_phy_config config; in i40e_set_link_ksettings() 1311 memset(&config, 0, sizeof(struct i40e_aq_set_phy_config)); in i40e_set_link_ksettings() 1453 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_link_ksettings() 1503 struct i40e_aq_set_phy_config config; in i40e_set_fec_cfg() 1515 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_fec_cfg() 5691 struct i40e_aq_set_phy_config config; in i40e_set_eee() 5743 status = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_set_eee()
|
D | i40e_adminq_cmd.h | 1679 struct i40e_aq_set_phy_config { /* same bits as above in all */ struct 1706 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config); argument
|
D | i40e_main.c | 7409 struct i40e_aq_set_phy_config config = {0}; in i40e_force_link_state() 7479 err = i40e_aq_set_phy_config(hw, &config, NULL); in i40e_force_link_state()
|