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

/freebsd-11-stable/sys/dev/ixl/
H A Di40e_status.h103 I40E_ERR_NOT_READY = -63, enumerator in enum:i40e_status_code
H A Di40e_hmc.c290 ret_code = I40E_ERR_NOT_READY;
338 ret_code = I40E_ERR_NOT_READY;
H A Di40e_adminq.c381 ret_code = I40E_ERR_NOT_READY;
444 ret_code = I40E_ERR_NOT_READY;
497 ret_code = I40E_ERR_NOT_READY;
531 ret_code = I40E_ERR_NOT_READY;
969 status = I40E_ERR_NOT_READY;
H A Di40e_dcb.c912 return I40E_ERR_NOT_READY;
921 return I40E_ERR_NOT_READY;
937 return I40E_ERR_NOT_READY;
H A Di40e_nvm.c957 status = I40E_ERR_NOT_READY;
H A Di40e_common.c298 case I40E_ERR_NOT_READY:
299 return "I40E_ERR_NOT_READY";

Completed in 105 milliseconds