Searched refs:sync_table (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/scsi/pcmcia/ |
H A 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/drivers/net/netdevsim/ |
H A D | udp_tunnels.c | 93 .sync_table = nsim_udp_tunnel_sync_table, 181 info->sync_table = NULL; in nsim_udp_tunnels_info_create()
|
/linux/net/ipv4/ |
H A 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() 774 WARN_ON(!info->set_port == !info->sync_table) || in udp_tunnel_nic_register()
|
/linux/include/net/ |
H A D | udp_tunnel.h | 278 int (*sync_table)(struct net_device *dev, unsigned int table); member
|
/linux/drivers/net/ethernet/qlogic/qede/ |
H A 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/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_netdev.c | 418 .sync_table = fm10k_udp_tunnel_sync,
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_netdev.c | 2672 .sync_table = mlx4_udp_tunnel_sync,
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 488 .sync_table = qlcnic_udp_tunnel_sync,
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 5285 .sync_table = ixgbe_udp_tunnel_sync, 5293 .sync_table = ixgbe_udp_tunnel_sync,
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 10221 .sync_table = bnx2x_udp_tunnel_sync,
|