Searched refs:aq_err (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | iavf_prototype.h | 64 const char *iavf_aq_str(struct iavf_hw *hw, enum iavf_admin_queue_err aq_err);
|
| H A D | iavf_common.c | 51 const char *iavf_aq_str(struct iavf_hw *hw, enum iavf_admin_queue_err aq_err) in iavf_aq_str() argument 53 switch (aq_err) { in iavf_aq_str() 102 snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err); in iavf_aq_str()
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_prototype.h | 63 const char *i40e_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err);
|
| H A D | i40e_common.c | 92 const char *i40e_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err) in i40e_aq_str() argument 94 switch (aq_err) { in i40e_aq_str() 143 snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err); in i40e_aq_str()
|