Lines Matching refs:efx_nic
32 unsigned int efx_tx_max_skb_descs(struct efx_nic *efx);
37 void efx_set_default_rx_indir_table(struct efx_nic *efx,
39 void efx_rx_config_page_split(struct efx_nic *efx);
79 static inline bool efx_rss_enabled(struct efx_nic *efx) in efx_rss_enabled()
86 void efx_mac_reconfigure(struct efx_nic *efx);
113 static inline s32 efx_filter_insert_filter(struct efx_nic *efx, in efx_filter_insert_filter()
129 static inline int efx_filter_remove_id_safe(struct efx_nic *efx, in efx_filter_remove_id_safe()
147 efx_filter_get_filter_safe(struct efx_nic *efx, in efx_filter_get_filter_safe()
154 static inline u32 efx_filter_count_rx_used(struct efx_nic *efx, in efx_filter_count_rx_used()
159 static inline u32 efx_filter_get_rx_id_limit(struct efx_nic *efx) in efx_filter_get_rx_id_limit()
163 static inline s32 efx_filter_get_rx_ids(struct efx_nic *efx, in efx_filter_get_rx_ids()
172 bool __efx_filter_rfs_expire(struct efx_nic *efx, unsigned quota);
197 struct efx_arfs_rule *efx_rps_hash_find(struct efx_nic *efx,
203 struct efx_arfs_rule *efx_rps_hash_add(struct efx_nic *efx,
207 void efx_rps_hash_del(struct efx_nic *efx, const struct efx_filter_spec *spec);
211 struct efx_rss_context *efx_alloc_rss_context_entry(struct efx_nic *efx);
212 struct efx_rss_context *efx_find_rss_context_entry(struct efx_nic *efx, u32 id);
222 int efx_realloc_channels(struct efx_nic *efx, u32 rxq_entries, u32 txq_entries);
225 int efx_reconfigure_port(struct efx_nic *efx);
226 int __efx_reconfigure_port(struct efx_nic *efx);
232 int efx_reset(struct efx_nic *efx, enum reset_type method);
233 void efx_reset_down(struct efx_nic *efx, enum reset_type method);
234 int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok);
235 int efx_try_recovery(struct efx_nic *efx);
238 void efx_schedule_reset(struct efx_nic *efx, enum reset_type type);
239 unsigned int efx_usecs_to_ticks(struct efx_nic *efx, unsigned int usecs);
240 unsigned int efx_ticks_to_usecs(struct efx_nic *efx, unsigned int ticks);
241 int efx_init_irq_moderation(struct efx_nic *efx, unsigned int tx_usecs,
244 void efx_get_irq_moderation(struct efx_nic *efx, unsigned int *tx_usecs,
250 int efx_port_dummy_op_int(struct efx_nic *efx);
251 void efx_port_dummy_op_void(struct efx_nic *efx);
254 void efx_update_sw_stats(struct efx_nic *efx, u64 *stats);
258 int efx_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts,
260 static inline int efx_mtd_probe(struct efx_nic *efx) in efx_mtd_probe()
264 void efx_mtd_rename(struct efx_nic *efx);
265 void efx_mtd_remove(struct efx_nic *efx);
267 static inline int efx_mtd_probe(struct efx_nic *efx) { return 0; } in efx_mtd_probe()
268 static inline void efx_mtd_rename(struct efx_nic *efx) {} in efx_mtd_rename()
269 static inline void efx_mtd_remove(struct efx_nic *efx) {} in efx_mtd_remove()
273 static inline unsigned int efx_vf_size(struct efx_nic *efx) in efx_vf_size()
294 void efx_link_status_changed(struct efx_nic *efx);
295 void efx_link_set_advertising(struct efx_nic *efx,
297 void efx_link_clear_advertising(struct efx_nic *efx);
298 void efx_link_set_wanted_fc(struct efx_nic *efx, u8);
300 static inline void efx_device_detach_sync(struct efx_nic *efx) in efx_device_detach_sync()
313 static inline void efx_device_attach_if_not_resetting(struct efx_nic *efx) in efx_device_attach_if_not_resetting()