Lines Matching refs:efx_nic
27 static inline int efx_nic_rev(struct efx_nic *efx) in efx_nic_rev()
192 static inline void efx_sensor_event(struct efx_nic *efx, efx_qword_t *ev) in efx_sensor_event()
198 static inline unsigned int efx_rx_recycle_ring_size(const struct efx_nic *efx) in efx_rx_recycle_ring_size()
222 int efx_nic_init_interrupt(struct efx_nic *efx);
223 int efx_nic_irq_test_start(struct efx_nic *efx);
224 void efx_nic_fini_interrupt(struct efx_nic *efx);
230 static inline int efx_nic_irq_test_irq_cpu(struct efx_nic *efx) in efx_nic_irq_test_irq_cpu()
236 int efx_nic_alloc_buffer(struct efx_nic *efx, struct efx_buffer *buffer,
238 void efx_nic_free_buffer(struct efx_nic *efx, struct efx_buffer *buffer);
240 size_t efx_nic_get_regs_len(struct efx_nic *efx);
241 void efx_nic_get_regs(struct efx_nic *efx, void *buf);
247 int efx_nic_copy_stats(struct efx_nic *efx, __le64 *dest);
251 void efx_nic_fix_nodesc_drop_stat(struct efx_nic *efx, u64 *stat);
252 static inline size_t efx_nic_update_stats_atomic(struct efx_nic *efx, u64 *full_stats, in efx_nic_update_stats_atomic()