Home
last modified time | relevance | path

Searched refs:i40e_aq_str (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c6318 i40e_aq_str(&pf->hw, in i40e_add_channel()
6566 i40e_aq_str(hw, in i40e_validate_and_set_switch_mode()
9500 i40e_aq_str(&pf->hw, in i40e_handle_lldp_event()
10498 i40e_aq_str(&pf->hw, in i40e_get_capabilities()
10636 i40e_aq_str(&pf->hw, in i40e_rebuild_cloud_filters()
11089 i40e_aq_str(&pf->hw, in i40e_rebuild()
12328 i40e_aq_str(&pf->hw, in i40e_get_rss_aq()
12342 i40e_aq_str(&pf->hw, in i40e_get_rss_aq()
13914 i40e_aq_str(&pf->hw, in i40e_add_vsi()
14083 i40e_aq_str(&pf->hw, in i40e_add_vsi()
[all …]
H A Di40e_dcb_nl.c139 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); in i40e_dcbnl_ieee_setets()
178 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); in i40e_dcbnl_ieee_setpfc()
229 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); in i40e_dcbnl_ieee_setapp()
294 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); in i40e_dcbnl_ieee_delapp()
H A Di40e_client.c686 i40e_aq_str(&pf->hw, in i40e_client_update_vsi_ctxt()
714 i40e_aq_str(&pf->hw, in i40e_client_update_vsi_ctxt()
H A Di40e_ethtool.c1464 i40e_aq_str(hw, hw->aq.asq_last_status)); in i40e_set_link_ksettings()
1474 i40e_aq_str(hw, hw->aq.asq_last_status)); in i40e_set_link_ksettings()
1522 i40e_aq_str(hw, hw->aq.asq_last_status)); in i40e_set_fec_cfg()
1536 i40e_aq_str(hw, hw->aq.asq_last_status)); in i40e_set_fec_cfg()
1643 i40e_aq_str(hw, hw->aq.asq_last_status)); in i40e_nway_reset()
1760 i40e_aq_str(hw, hw->aq.asq_last_status)); in i40e_set_pauseparam()
1766 i40e_aq_str(hw, hw->aq.asq_last_status)); in i40e_set_pauseparam()
1772 i40e_aq_str(hw, hw->aq.asq_last_status)); in i40e_set_pauseparam()
5380 i40e_aq_str(&pf->hw, in i40e_set_priv_flags()
5460 i40e_aq_str(&pf->hw, in i40e_set_priv_flags()
H A Di40e_virtchnl_pf.c1294 i40e_aq_str(&pf->hw, aq_err)); in i40e_set_vsi_promisc()
1310 i40e_aq_str(&pf->hw, aq_err)); in i40e_set_vsi_promisc()
1327 i40e_aq_str(&pf->hw, aq_err)); in i40e_set_vsi_promisc()
1343 i40e_aq_str(&pf->hw, aq_err)); in i40e_set_vsi_promisc()
3749 i40e_aq_str(&pf->hw, in i40e_del_all_cloud_filters()
3852 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); in i40e_vc_del_cloud_filter()
3988 i40e_aq_str(&pf->hw, pf->hw.aq.asq_last_status)); in i40e_vc_add_cloud_filter()
H A Di40e_prototype.h49 const char *i40e_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err);
H A Di40e_nvm.c1056 i40e_aq_str(hw, hw->aq.asq_last_status)); in i40e_nvmupd_exec_aq()
H A Di40e_common.c76 const char *i40e_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err) in i40e_aq_str() function