Searched refs:aq_err (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/ |
D | i40e_prototype.h | 40 const char *i40evf_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err);
|
D | i40e_common.c | 69 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/ |
D | i40e_virtchnl_pf.c | 1860 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()
|
D | i40e_prototype.h | 38 const char *i40e_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err);
|
D | i40e_common.c | 63 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()
|
D | i40e_main.c | 2063 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()
|