Home
last modified time | relevance | path

Searched refs:__IAVF_INIT_FAILED (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf.h204 __IAVF_INIT_FAILED, /* init failed, restarting procedure */ enumerator
532 case __IAVF_INIT_FAILED: in iavf_state_str()
H A Diavf_main.c2311 * when fails the state is changed to __IAVF_INIT_FAILED in iavf_startup()
2352 iavf_change_state(adapter, __IAVF_INIT_FAILED);
2361 * when fails the state is changed to __IAVF_INIT_FAILED in iavf_init_version_check()
2400 iavf_change_state(adapter, __IAVF_INIT_FAILED);
2462 * when fails the state is changed to __IAVF_INIT_FAILED in iavf_init_get_resources()
2517 iavf_change_state(adapter, __IAVF_INIT_FAILED);
2571 * __IAVF_INIT_FAILED attempts to recover. in iavf_init_recv_offload_vlan_v2_caps()
2574 iavf_change_state(adapter, __IAVF_INIT_FAILED);
2628 * __IAVF_INIT_FAILED attempts to recover. in iavf_init_recv_supported_rxdids()
2631 iavf_change_state(adapter, __IAVF_INIT_FAILED);
[all...]