Home
last modified time | relevance | path

Searched refs:aq_err (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_prototype.h40 const char *i40evf_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err);
Di40e_common.c69 const char *i40evf_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err) in i40evf_aq_str() argument
71 switch (aq_err) { in i40evf_aq_str()
120 snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err); in i40evf_aq_str()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c1860 int aq_err = 0; in i40e_vc_config_promiscuous_mode_msg() local
1896 aq_err = pf->hw.aq.asq_last_status; in i40e_vc_config_promiscuous_mode_msg()
1902 i40e_aq_str(&pf->hw, aq_err)); in i40e_vc_config_promiscuous_mode_msg()
1909 aq_err = pf->hw.aq.asq_last_status; in i40e_vc_config_promiscuous_mode_msg()
1915 i40e_aq_str(&pf->hw, aq_err)); in i40e_vc_config_promiscuous_mode_msg()
1946 aq_err = pf->hw.aq.asq_last_status; in i40e_vc_config_promiscuous_mode_msg()
1952 i40e_aq_str(&pf->hw, aq_err)); in i40e_vc_config_promiscuous_mode_msg()
1958 aq_err = pf->hw.aq.asq_last_status; in i40e_vc_config_promiscuous_mode_msg()
1964 i40e_aq_str(&pf->hw, aq_err)); in i40e_vc_config_promiscuous_mode_msg()
Di40e_prototype.h38 const char *i40e_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err);
Di40e_common.c63 const char *i40e_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err) in i40e_aq_str() argument
65 switch (aq_err) { in i40e_aq_str()
114 snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err); in i40e_aq_str()
Di40e_main.c2063 int aq_err; in i40e_aqc_del_filters() local
2066 aq_err = hw->aq.asq_last_status; in i40e_aqc_del_filters()
2069 if (aq_ret && !(aq_err == I40E_AQ_RC_ENOENT)) { in i40e_aqc_del_filters()
2074 i40e_aq_str(hw, aq_err)); in i40e_aqc_del_filters()
2097 int aq_err, fcnt; in i40e_aqc_add_filters() local
2100 aq_err = hw->aq.asq_last_status; in i40e_aqc_add_filters()
2107 i40e_aq_str(hw, aq_err), in i40e_aqc_add_filters()