Home
last modified time | relevance | path

Searched refs:I40E_ERR_CONFIG (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ixl/
H A Di40e_status.h43 I40E_ERR_CONFIG = -4, enumerator
H A Di40e_adminq.c387 ret_code = I40E_ERR_CONFIG; in i40e_init_asq()
450 ret_code = I40E_ERR_CONFIG; in i40e_init_arq()
659 ret_code = I40E_ERR_CONFIG; in i40e_init_adminq()
H A Di40e_common.c182 case I40E_ERR_CONFIG: in i40e_stat_str()
6312 status = I40E_ERR_CONFIG; in i40e_enable_eee()
H A Dixl_pf_main.c4750 } else if (cmd_status == I40E_ERR_CONFIG) in ixl_sysctl_eee_enable()