Home
last modified time | relevance | path

Searched refs:sync_table (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/drivers/scsi/pcmcia/
Dnsp_cs.c451 struct nsp_sync_table *sync_table; in nsp_analyze_sdtr() local
464 sync_table = nsp_sync_table_20M; in nsp_analyze_sdtr()
466 sync_table = nsp_sync_table_40M; in nsp_analyze_sdtr()
469 for ( i = 0; sync_table->max_period != 0; i++, sync_table++) { in nsp_analyze_sdtr()
470 if ( period >= sync_table->min_period && in nsp_analyze_sdtr()
471 period <= sync_table->max_period ) { in nsp_analyze_sdtr()
476 if (period != 0 && sync_table->max_period == 0) { in nsp_analyze_sdtr()
490 sync->SyncRegister = (sync_table->chip_period << SYNCREG_PERIOD_SHIFT) | in nsp_analyze_sdtr()
492 sync->AckWidth = sync_table->ack_width; in nsp_analyze_sdtr()
/linux-6.1.9/drivers/net/netdevsim/
Dudp_tunnels.c93 .sync_table = nsim_udp_tunnel_sync_table,
179 info->sync_table = NULL; in nsim_udp_tunnels_info_create()
/linux-6.1.9/net/ipv4/
Dudp_tunnel_nic.c265 err = info->sync_table(dev, i); in udp_tunnel_nic_device_sync_by_table()
286 if (dev->udp_tunnel_nic_info->sync_table) in __udp_tunnel_nic_device_sync()
779 WARN_ON(!info->set_port == !info->sync_table) || in udp_tunnel_nic_register()
/linux-6.1.9/include/net/
Dudp_tunnel.h264 int (*sync_table)(struct net_device *dev, unsigned int table); member
/linux-6.1.9/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c989 .sync_table = qede_udp_tunnel_sync,
996 .sync_table = qede_udp_tunnel_sync,
1002 .sync_table = qede_udp_tunnel_sync,
/linux-6.1.9/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c418 .sync_table = fm10k_udp_tunnel_sync,
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c2072 .sync_table = nfp_udp_tunnel_sync,
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c2671 .sync_table = mlx4_udp_tunnel_sync,
/linux-6.1.9/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c489 .sync_table = qlcnic_udp_tunnel_sync,
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c5023 .sync_table = ixgbe_udp_tunnel_sync,
5031 .sync_table = ixgbe_udp_tunnel_sync,
/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c10219 .sync_table = bnx2x_udp_tunnel_sync,
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c13015 .sync_table = bnxt_udp_tunnel_sync,