Lines Matching defs:efx
134 #define FALCON_XMAC_STATS_DMA_FLAG(efx) \ argument
329 struct efx_nic *efx = (struct efx_nic *)data; in falcon_setsda() local
339 struct efx_nic *efx = (struct efx_nic *)data; in falcon_setscl() local
349 struct efx_nic *efx = (struct efx_nic *)data; in falcon_getsda() local
358 struct efx_nic *efx = (struct efx_nic *)data; in falcon_getscl() local
378 struct efx_nic *efx = channel->efx; in falcon_push_irq_moderation() local
400 static void falcon_prepare_flush(struct efx_nic *efx) in falcon_prepare_flush()
420 static inline void falcon_irq_ack_a1(struct efx_nic *efx) in falcon_irq_ack_a1()
431 struct efx_nic *efx = dev_id; in falcon_legacy_interrupt_a1() local
480 static int dummy_rx_push_rss_config(struct efx_nic *efx, bool user, in dummy_rx_push_rss_config()
489 static int falcon_b0_rx_push_rss_config(struct efx_nic *efx, bool user, in falcon_b0_rx_push_rss_config()
514 static int falcon_spi_poll(struct efx_nic *efx) in falcon_spi_poll()
522 static int falcon_spi_wait(struct efx_nic *efx) in falcon_spi_wait()
550 falcon_spi_cmd(struct efx_nic *efx, const struct falcon_spi_device *spi, in falcon_spi_cmd()
614 falcon_spi_read(struct efx_nic *efx, const struct falcon_spi_device *spi, in falcon_spi_read()
664 falcon_spi_wait_write(struct efx_nic *efx, const struct falcon_spi_device *spi) in falcon_spi_wait_write()
689 falcon_spi_write(struct efx_nic *efx, const struct falcon_spi_device *spi, in falcon_spi_write()
741 struct efx_nic *efx = part->common.mtd.priv; in falcon_spi_slow_wait() local
765 falcon_spi_unlock(struct efx_nic *efx, const struct falcon_spi_device *spi) in falcon_spi_unlock()
805 struct efx_nic *efx = part->common.mtd.priv; in falcon_spi_erase() local
851 struct efx_nic *efx = part->mtd.priv; in falcon_mtd_rename() local
861 struct efx_nic *efx = mtd->priv; in falcon_mtd_read() local
877 struct efx_nic *efx = mtd->priv; in falcon_mtd_erase() local
893 struct efx_nic *efx = mtd->priv; in falcon_mtd_write() local
909 struct efx_nic *efx = mtd->priv; in falcon_mtd_sync() local
919 static int falcon_mtd_probe(struct efx_nic *efx) in falcon_mtd_probe()
979 static void falcon_setup_xaui(struct efx_nic *efx) in falcon_setup_xaui()
1011 int falcon_reset_xaui(struct efx_nic *efx) in falcon_reset_xaui()
1039 static void falcon_ack_status_intr(struct efx_nic *efx) in falcon_ack_status_intr()
1059 static bool falcon_xgxs_link_ok(struct efx_nic *efx) in falcon_xgxs_link_ok()
1082 static bool falcon_xmac_link_ok(struct efx_nic *efx) in falcon_xmac_link_ok()
1097 static void falcon_reconfigure_xmac_core(struct efx_nic *efx) in falcon_reconfigure_xmac_core()
1151 static void falcon_reconfigure_xgxs_core(struct efx_nic *efx) in falcon_reconfigure_xgxs_core()
1192 static bool falcon_xmac_link_ok_retry(struct efx_nic *efx, int tries) in falcon_xmac_link_ok_retry()
1217 static bool falcon_xmac_check_fault(struct efx_nic *efx) in falcon_xmac_check_fault()
1222 static int falcon_reconfigure_xmac(struct efx_nic *efx) in falcon_reconfigure_xmac()
1239 static void falcon_poll_xmac(struct efx_nic *efx) in falcon_poll_xmac()
1258 static void falcon_push_multicast_hash(struct efx_nic *efx) in falcon_push_multicast_hash()
1268 static void falcon_reset_macs(struct efx_nic *efx) in falcon_reset_macs()
1332 static void falcon_drain_tx_fifo(struct efx_nic *efx) in falcon_drain_tx_fifo()
1348 static void falcon_deconfigure_mac_wrapper(struct efx_nic *efx) in falcon_deconfigure_mac_wrapper()
1364 static void falcon_reconfigure_mac_wrapper(struct efx_nic *efx) in falcon_reconfigure_mac_wrapper()
1411 static void falcon_stats_request(struct efx_nic *efx) in falcon_stats_request()
1433 static void falcon_stats_complete(struct efx_nic *efx) in falcon_stats_complete()
1454 struct efx_nic *efx = (struct efx_nic *)context; in falcon_stats_timer_func() local
1466 static bool falcon_loopback_link_poll(struct efx_nic *efx) in falcon_loopback_link_poll()
1481 static int falcon_reconfigure_port(struct efx_nic *efx) in falcon_reconfigure_port()
1520 static void falcon_a1_prepare_enable_fc_tx(struct efx_nic *efx) in falcon_a1_prepare_enable_fc_tx()
1526 static void falcon_b0_prepare_enable_fc_tx(struct efx_nic *efx) in falcon_b0_prepare_enable_fc_tx()
1543 static int falcon_gmii_wait(struct efx_nic *efx) in falcon_gmii_wait()
1572 struct efx_nic *efx = netdev_priv(net_dev); in falcon_mdio_write() local
1625 struct efx_nic *efx = netdev_priv(net_dev); in falcon_mdio_read() local
1674 static int falcon_probe_port(struct efx_nic *efx) in falcon_probe_port()
1730 static void falcon_remove_port(struct efx_nic *efx) in falcon_remove_port()
1740 struct efx_nic *efx = channel->efx; in falcon_handle_global_event() local
1778 falcon_read_nvram(struct efx_nic *efx, struct falcon_nvconfig *nvconfig_out) in falcon_read_nvram()
1849 static int falcon_test_nvram(struct efx_nic *efx) in falcon_test_nvram()
1894 falcon_b0_test_chip(struct efx_nic *efx, struct efx_self_tests *tests) in falcon_b0_test_chip()
1974 static int __falcon_reset_hw(struct efx_nic *efx, enum reset_type method) in __falcon_reset_hw()
2055 static int falcon_reset_hw(struct efx_nic *efx, enum reset_type method) in falcon_reset_hw()
2067 static void falcon_monitor(struct efx_nic *efx) in falcon_monitor()
2108 static int falcon_reset_sram(struct efx_nic *efx) in falcon_reset_sram()
2148 static void falcon_spi_device_init(struct efx_nic *efx, in falcon_spi_device_init()
2174 static int falcon_probe_nvconfig(struct efx_nic *efx) in falcon_probe_nvconfig()
2215 static int falcon_dimension_resources(struct efx_nic *efx) in falcon_dimension_resources()
2223 static void falcon_probe_spi_devices(struct efx_nic *efx) in falcon_probe_spi_devices()
2266 static unsigned int falcon_a1_mem_map_size(struct efx_nic *efx) in falcon_a1_mem_map_size()
2271 static unsigned int falcon_b0_mem_map_size(struct efx_nic *efx) in falcon_b0_mem_map_size()
2280 static int falcon_probe_nic(struct efx_nic *efx) in falcon_probe_nic()
2420 static void falcon_init_rx_cfg(struct efx_nic *efx) in falcon_init_rx_cfg()
2471 static int falcon_init_nic(struct efx_nic *efx) in falcon_init_nic()
2536 static void falcon_remove_nic(struct efx_nic *efx) in falcon_remove_nic()
2562 static size_t falcon_describe_nic_stats(struct efx_nic *efx, u8 *names) in falcon_describe_nic_stats()
2568 static size_t falcon_update_nic_stats(struct efx_nic *efx, u64 *full_stats, in falcon_update_nic_stats()
2626 void falcon_start_nic_stats(struct efx_nic *efx) in falcon_start_nic_stats()
2639 static void falcon_pull_nic_stats(struct efx_nic *efx) in falcon_pull_nic_stats()
2644 void falcon_stop_nic_stats(struct efx_nic *efx) in falcon_stop_nic_stats()
2670 static void falcon_set_id_led(struct efx_nic *efx, enum efx_led_mode mode) in falcon_set_id_led()
2682 static void falcon_get_wol(struct efx_nic *efx, struct ethtool_wolinfo *wol) in falcon_get_wol()
2689 static int falcon_set_wol(struct efx_nic *efx, u32 type) in falcon_set_wol()