• Home
  • Raw
  • Download

Lines Matching refs:efx

14 int efx_init_io(struct efx_nic *efx, int bar, dma_addr_t dma_mask,
16 void efx_fini_io(struct efx_nic *efx);
17 int efx_init_struct(struct efx_nic *efx, struct pci_dev *pci_dev,
19 void efx_fini_struct(struct efx_nic *efx);
28 void efx_link_clear_advertising(struct efx_nic *efx);
29 void efx_link_set_wanted_fc(struct efx_nic *efx, u8);
31 void efx_start_all(struct efx_nic *efx);
32 void efx_stop_all(struct efx_nic *efx);
37 void efx_queue_reset_work(struct efx_nic *efx);
38 void efx_flush_reset_workqueue(struct efx_nic *efx);
41 void efx_start_monitor(struct efx_nic *efx);
43 int __efx_reconfigure_port(struct efx_nic *efx);
44 int efx_reconfigure_port(struct efx_nic *efx);
46 #define EFX_ASSERT_RESET_SERIALISED(efx) \ argument
48 if ((efx->state == STATE_READY) || \
49 (efx->state == STATE_RECOVERY) || \
50 (efx->state == STATE_DISABLED)) \
54 int efx_try_recovery(struct efx_nic *efx);
55 void efx_reset_down(struct efx_nic *efx, enum reset_type method);
57 int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok);
58 int efx_reset(struct efx_nic *efx, enum reset_type method);
59 void efx_schedule_reset(struct efx_nic *efx, enum reset_type type);
62 int efx_port_dummy_op_int(struct efx_nic *efx);
63 void efx_port_dummy_op_void(struct efx_nic *efx);
65 static inline int efx_check_disabled(struct efx_nic *efx) in efx_check_disabled() argument
67 if (efx->state == STATE_DISABLED || efx->state == STATE_RECOVERY) { in efx_check_disabled()
68 netif_err(efx, drv, efx->net_dev, in efx_check_disabled()
77 netif_vdbg(channel->efx, intr, channel->efx->net_dev, in efx_schedule_channel()
91 void efx_init_mcdi_logging(struct efx_nic *efx);
92 void efx_fini_mcdi_logging(struct efx_nic *efx);
94 static inline void efx_init_mcdi_logging(struct efx_nic *efx) {} in efx_init_mcdi_logging() argument
95 static inline void efx_fini_mcdi_logging(struct efx_nic *efx) {} in efx_fini_mcdi_logging() argument
98 void efx_mac_reconfigure(struct efx_nic *efx, bool mtu_only);
102 void efx_link_status_changed(struct efx_nic *efx);
103 unsigned int efx_xdp_max_mtu(struct efx_nic *efx);