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

/freebsd-11-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.c214 ** they do not, or I40E_ERR_ADMIN_QUEUE_NO_WORK if the admin queue is empty.
240 if (err == I40E_ERR_ADMIN_QUEUE_NO_WORK)
337 if (err == I40E_ERR_ADMIN_QUEUE_NO_WORK) {
H A Di40e_adminq.c1063 ret_code = I40E_ERR_ADMIN_QUEUE_NO_WORK;
H A Di40e_common.c286 case I40E_ERR_ADMIN_QUEUE_NO_WORK:
287 return "I40E_ERR_ADMIN_QUEUE_NO_WORK";

Completed in 176 milliseconds