Home
last modified time | relevance | path

Searched refs:efx_init_sriov (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/sfc/
Dnic.h208 extern int efx_init_sriov(void);
227 static inline int efx_init_sriov(void) { return 0; } in efx_init_sriov() function
Dsiena_sriov.c1548 int efx_init_sriov(void) in efx_init_sriov() function
Defx.c2849 rc = efx_init_sriov(); in efx_init_module()