Lines Matching refs:efx_nic
17 int efx_probe_interrupts(struct efx_nic *efx);
18 void efx_remove_interrupts(struct efx_nic *efx);
19 int efx_soft_enable_interrupts(struct efx_nic *efx);
20 void efx_soft_disable_interrupts(struct efx_nic *efx);
21 int efx_enable_interrupts(struct efx_nic *efx);
22 void efx_disable_interrupts(struct efx_nic *efx);
24 void efx_set_interrupt_affinity(struct efx_nic *efx);
25 void efx_clear_interrupt_affinity(struct efx_nic *efx);
34 int efx_realloc_channels(struct efx_nic *efx, u32 rxq_entries, u32 txq_entries);
35 void efx_set_channel_names(struct efx_nic *efx);
36 int efx_init_channels(struct efx_nic *efx);
37 int efx_probe_channels(struct efx_nic *efx);
38 int efx_set_channels(struct efx_nic *efx);
40 void efx_remove_channels(struct efx_nic *efx);
41 void efx_fini_channels(struct efx_nic *efx);
43 void efx_start_channels(struct efx_nic *efx);
44 void efx_stop_channels(struct efx_nic *efx);
47 void efx_init_napi(struct efx_nic *efx);
49 void efx_fini_napi(struct efx_nic *efx);