Searched refs:sync_table (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/drivers/scsi/pcmcia/ |
D | nsp_cs.c | 451 struct nsp_sync_table *sync_table; in nsp_analyze_sdtr() local 462 sync_table = nsp_sync_table_20M; in nsp_analyze_sdtr() 464 sync_table = nsp_sync_table_40M; in nsp_analyze_sdtr() 467 for (; sync_table->max_period != 0; sync_table++) { in nsp_analyze_sdtr() 468 if ( period >= sync_table->min_period && in nsp_analyze_sdtr() 469 period <= sync_table->max_period ) { in nsp_analyze_sdtr() 474 if (period != 0 && sync_table->max_period == 0) { in nsp_analyze_sdtr() 488 sync->SyncRegister = (sync_table->chip_period << SYNCREG_PERIOD_SHIFT) | in nsp_analyze_sdtr() 490 sync->AckWidth = sync_table->ack_width; in nsp_analyze_sdtr()
|
/linux-6.6.21/drivers/net/netdevsim/ |
D | udp_tunnels.c | 93 .sync_table = nsim_udp_tunnel_sync_table, 179 info->sync_table = NULL; in nsim_udp_tunnels_info_create()
|
/linux-6.6.21/net/ipv4/ |
D | udp_tunnel_nic.c | 265 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() 781 WARN_ON(!info->set_port == !info->sync_table) || in udp_tunnel_nic_register()
|
/linux-6.6.21/include/net/ |
D | udp_tunnel.h | 261 int (*sync_table)(struct net_device *dev, unsigned int table); member
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qede/ |
D | qede_filter.c | 989 .sync_table = qede_udp_tunnel_sync, 996 .sync_table = qede_udp_tunnel_sync, 1002 .sync_table = qede_udp_tunnel_sync,
|
/linux-6.6.21/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_netdev.c | 418 .sync_table = fm10k_udp_tunnel_sync,
|
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_common.c | 2215 .sync_table = nfp_udp_tunnel_sync,
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 2668 .sync_table = mlx4_udp_tunnel_sync,
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 488 .sync_table = qlcnic_udp_tunnel_sync,
|
/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 5013 .sync_table = ixgbe_udp_tunnel_sync, 5021 .sync_table = ixgbe_udp_tunnel_sync,
|
/linux-6.6.21/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 10221 .sync_table = bnx2x_udp_tunnel_sync,
|