Lines Matching refs:efx

61 extern int efx_probe_filters(struct efx_nic *efx);
62 extern void efx_restore_filters(struct efx_nic *efx);
63 extern void efx_remove_filters(struct efx_nic *efx);
64 extern s32 efx_filter_insert_filter(struct efx_nic *efx,
67 extern int efx_filter_remove_id_safe(struct efx_nic *efx,
70 extern int efx_filter_get_filter_safe(struct efx_nic *efx,
73 extern void efx_filter_clear_rx(struct efx_nic *efx,
75 extern u32 efx_filter_count_rx_used(struct efx_nic *efx,
77 extern u32 efx_filter_get_rx_id_limit(struct efx_nic *efx);
78 extern s32 efx_filter_get_rx_ids(struct efx_nic *efx,
84 extern bool __efx_filter_rfs_expire(struct efx_nic *efx, unsigned quota);
88 __efx_filter_rfs_expire(channel->efx, 100))
101 efx_realloc_channels(struct efx_nic *efx, u32 rxq_entries, u32 txq_entries);
104 extern int efx_reconfigure_port(struct efx_nic *efx);
105 extern int __efx_reconfigure_port(struct efx_nic *efx);
111 extern int efx_reset(struct efx_nic *efx, enum reset_type method);
112 extern void efx_reset_down(struct efx_nic *efx, enum reset_type method);
113 extern int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok);
116 extern void efx_schedule_reset(struct efx_nic *efx, enum reset_type type);
117 extern int efx_init_irq_moderation(struct efx_nic *efx, unsigned int tx_usecs,
120 extern void efx_get_irq_moderation(struct efx_nic *efx, unsigned int *tx_usecs,
124 extern int efx_port_dummy_op_int(struct efx_nic *efx);
125 extern void efx_port_dummy_op_void(struct efx_nic *efx);
130 extern int efx_mtd_probe(struct efx_nic *efx);
131 extern void efx_mtd_rename(struct efx_nic *efx);
132 extern void efx_mtd_remove(struct efx_nic *efx);
134 static inline int efx_mtd_probe(struct efx_nic *efx) { return 0; }
135 static inline void efx_mtd_rename(struct efx_nic *efx) {}
136 static inline void efx_mtd_remove(struct efx_nic *efx) {}
141 netif_vdbg(channel->efx, intr, channel->efx->net_dev,
155 extern void efx_link_status_changed(struct efx_nic *efx);
156 extern void efx_link_set_advertising(struct efx_nic *efx, u32);
157 extern void efx_link_set_wanted_fc(struct efx_nic *efx, u8);