Searched defs:aq_err (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c103 * @aq_err: the AQ error code to convert
105 char *i40e_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err) argument
107 switch (aq_err) {
156 snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err);

Completed in 77 milliseconds