Lines Matching refs:efx_nic
27 static inline int efx_nic_rev(struct efx_nic *efx) in efx_nic_rev()
190 static inline void efx_sensor_event(struct efx_nic *efx, efx_qword_t *ev) in efx_sensor_event()
196 static inline unsigned int efx_rx_recycle_ring_size(const struct efx_nic *efx) in efx_rx_recycle_ring_size()
220 int efx_nic_init_interrupt(struct efx_nic *efx);
221 int efx_nic_irq_test_start(struct efx_nic *efx);
222 void efx_nic_fini_interrupt(struct efx_nic *efx);
228 static inline int efx_nic_irq_test_irq_cpu(struct efx_nic *efx) in efx_nic_irq_test_irq_cpu()
234 int efx_nic_alloc_buffer(struct efx_nic *efx, struct efx_buffer *buffer,
236 void efx_nic_free_buffer(struct efx_nic *efx, struct efx_buffer *buffer);
238 size_t efx_nic_get_regs_len(struct efx_nic *efx);
239 void efx_nic_get_regs(struct efx_nic *efx, void *buf);
245 int efx_nic_copy_stats(struct efx_nic *efx, __le64 *dest);
249 void efx_nic_fix_nodesc_drop_stat(struct efx_nic *efx, u64 *stat);
250 static inline size_t efx_nic_update_stats_atomic(struct efx_nic *efx, u64 *full_stats, in efx_nic_update_stats_atomic()