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

/freebsd-10-stable/sys/dev/ixl/
H A Di40e_status.h97 I40E_ERR_ADMIN_QUEUE_NO_WORK = -57, enumerator in enum:i40e_status_code
H A Dixlvc.c208 ** they do not, or I40E_ERR_ADMIN_QUEUE_NO_WORK if the admin queue is empty.
233 } while (err == I40E_ERR_ADMIN_QUEUE_NO_WORK);
320 if (err == I40E_ERR_ADMIN_QUEUE_NO_WORK) {
H A Di40e_adminq.c1005 ret_code = I40E_ERR_ADMIN_QUEUE_NO_WORK;
H A Di40e_common.c282 case I40E_ERR_ADMIN_QUEUE_NO_WORK:
283 return "I40E_ERR_ADMIN_QUEUE_NO_WORK";

Completed in 82 milliseconds