Searched refs:ICE_ERR_AQ_NO_WORK (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_status.h70 ICE_ERR_AQ_NO_WORK = -103, enumerator in enum:ice_status
H A Dice_strings.c269 case ICE_ERR_AQ_NO_WORK:
270 str = "ICE_ERR_AQ_NO_WORK";
H A Dice_ddp_common.c666 if (status == ICE_ERR_AQ_NO_WORK)
720 if (status == ICE_ERR_AQ_NO_WORK)
2280 * ICE_ERR_AQ_NO_WORK - Indicates another driver has already written the
2294 if (status == ICE_ERR_AQ_NO_WORK)
H A Dice_controlq.c1199 ret_code = ICE_ERR_AQ_NO_WORK;
H A Dice_common.c1881 * 3) ICE_ERR_AQ_NO_WORK - did not get lock, but another driver has
1937 return ICE_ERR_AQ_NO_WORK;
2005 /* A return code of ICE_ERR_AQ_NO_WORK means that another driver has
2010 if (status == ICE_ERR_AQ_NO_WORK)
2023 if (status == ICE_ERR_AQ_NO_WORK)
2031 if (status && status != ICE_ERR_AQ_NO_WORK)
2035 if (status == ICE_ERR_AQ_NO_WORK) {
2039 ice_debug(hw, ICE_DBG_RES, "Warning: ICE_ERR_AQ_NO_WORK not expected\n");
H A Dice_lib.c2295 if (status == ICE_ERR_AQ_NO_WORK)

Completed in 125 milliseconds