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

/freebsd-12-stable/sys/dev/ice/
H A Dice_strings.c62 * @aq_err: the AQ error code to convert
68 _ice_aq_str(enum ice_aq_err aq_err) argument
73 switch (aq_err) {
169 snprintf(buf.str, ICE_STR_BUF_LEN, "%d", aq_err);
H A Dice_lib.h631 struct ice_str_buf _ice_aq_str(enum ice_aq_err aq_err);
/freebsd-12-stable/sys/dev/ixl/
H A Di40e_prototype.h91 const char *i40e_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err);
H A Di40e_common.c109 * @aq_err: the AQ error code to convert
111 const char *i40e_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err) argument
113 switch (aq_err) {
162 snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err);

Completed in 79 milliseconds