Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h90 const char *i40e_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err);
H A Di40e_common.c98 const char *i40e_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err) in i40e_aq_str() argument
100 switch (aq_err) { in i40e_aq_str()
149 snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err); in i40e_aq_str()