Lines Matching defs:efx
56 struct efx_nic *efx = (struct efx_nic *)data; in falcon_setsda() local
66 struct efx_nic *efx = (struct efx_nic *)data; in falcon_setscl() local
76 struct efx_nic *efx = (struct efx_nic *)data; in falcon_getsda() local
85 struct efx_nic *efx = (struct efx_nic *)data; in falcon_getscl() local
105 struct efx_nic *efx = channel->efx; in falcon_push_irq_moderation() local
129 static void falcon_prepare_flush(struct efx_nic *efx) in falcon_prepare_flush()
149 inline void falcon_irq_ack_a1(struct efx_nic *efx) in falcon_irq_ack_a1()
161 struct efx_nic *efx = dev_id; in falcon_legacy_interrupt_a1() local
212 static int falcon_spi_poll(struct efx_nic *efx) in falcon_spi_poll()
220 static int falcon_spi_wait(struct efx_nic *efx) in falcon_spi_wait()
247 int falcon_spi_cmd(struct efx_nic *efx, const struct efx_spi_device *spi, in falcon_spi_cmd()
319 falcon_spi_wait_write(struct efx_nic *efx, const struct efx_spi_device *spi) in falcon_spi_wait_write()
343 int falcon_spi_read(struct efx_nic *efx, const struct efx_spi_device *spi, in falcon_spi_read()
374 falcon_spi_write(struct efx_nic *efx, const struct efx_spi_device *spi, in falcon_spi_write()
429 static void falcon_push_multicast_hash(struct efx_nic *efx) in falcon_push_multicast_hash()
439 static void falcon_reset_macs(struct efx_nic *efx) in falcon_reset_macs()
503 void falcon_drain_tx_fifo(struct efx_nic *efx) in falcon_drain_tx_fifo()
519 static void falcon_deconfigure_mac_wrapper(struct efx_nic *efx) in falcon_deconfigure_mac_wrapper()
535 void falcon_reconfigure_mac_wrapper(struct efx_nic *efx) in falcon_reconfigure_mac_wrapper()
581 static void falcon_stats_request(struct efx_nic *efx) in falcon_stats_request()
606 static void falcon_stats_complete(struct efx_nic *efx) in falcon_stats_complete()
625 struct efx_nic *efx = (struct efx_nic *)context; in falcon_stats_timer_func() local
637 static bool falcon_loopback_link_poll(struct efx_nic *efx) in falcon_loopback_link_poll()
652 static int falcon_reconfigure_port(struct efx_nic *efx) in falcon_reconfigure_port()
692 static int falcon_gmii_wait(struct efx_nic *efx) in falcon_gmii_wait()
721 struct efx_nic *efx = netdev_priv(net_dev); in falcon_mdio_write() local
774 struct efx_nic *efx = netdev_priv(net_dev); in falcon_mdio_read() local
823 static int falcon_probe_port(struct efx_nic *efx) in falcon_probe_port()
880 static void falcon_remove_port(struct efx_nic *efx) in falcon_remove_port()
890 struct efx_nic *efx = channel->efx; in falcon_handle_global_event() local
928 falcon_read_nvram(struct efx_nic *efx, struct falcon_nvconfig *nvconfig_out) in falcon_read_nvram()
999 static int falcon_test_nvram(struct efx_nic *efx) in falcon_test_nvram()
1043 static int falcon_b0_test_registers(struct efx_nic *efx) in falcon_b0_test_registers()
1101 static int __falcon_reset_hw(struct efx_nic *efx, enum reset_type method) in __falcon_reset_hw()
1182 static int falcon_reset_hw(struct efx_nic *efx, enum reset_type method) in falcon_reset_hw()
1194 static void falcon_monitor(struct efx_nic *efx) in falcon_monitor()
1235 static int falcon_reset_sram(struct efx_nic *efx) in falcon_reset_sram()
1275 static void falcon_spi_device_init(struct efx_nic *efx, in falcon_spi_device_init()
1301 static int falcon_probe_nvconfig(struct efx_nic *efx) in falcon_probe_nvconfig()
1343 static void falcon_probe_spi_devices(struct efx_nic *efx) in falcon_probe_spi_devices()
1386 static int falcon_probe_nic(struct efx_nic *efx) in falcon_probe_nic()
1518 static void falcon_init_rx_cfg(struct efx_nic *efx) in falcon_init_rx_cfg()
1568 static int falcon_init_nic(struct efx_nic *efx) in falcon_init_nic()
1635 static void falcon_remove_nic(struct efx_nic *efx) in falcon_remove_nic()
1663 static void falcon_update_nic_stats(struct efx_nic *efx) in falcon_update_nic_stats()
1683 void falcon_start_nic_stats(struct efx_nic *efx) in falcon_start_nic_stats()
1693 void falcon_stop_nic_stats(struct efx_nic *efx) in falcon_stop_nic_stats()
1719 static void falcon_set_id_led(struct efx_nic *efx, enum efx_led_mode mode) in falcon_set_id_led()
1731 static void falcon_get_wol(struct efx_nic *efx, struct ethtool_wolinfo *wol) in falcon_get_wol()
1738 static int falcon_set_wol(struct efx_nic *efx, u32 type) in falcon_set_wol()