Home
last modified time | relevance | path

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

/linux/drivers/scsi/pcmcia/
A Dnsp_cs.c446 struct nsp_sync_table *sync_table; in nsp_analyze_sdtr() local
459 sync_table = nsp_sync_table_20M; in nsp_analyze_sdtr()
461 sync_table = nsp_sync_table_40M; in nsp_analyze_sdtr()
464 for ( i = 0; sync_table->max_period != 0; i++, sync_table++) { in nsp_analyze_sdtr()
465 if ( period >= sync_table->min_period && in nsp_analyze_sdtr()
466 period <= sync_table->max_period ) { in nsp_analyze_sdtr()
471 if (period != 0 && sync_table->max_period == 0) { in nsp_analyze_sdtr()
485 sync->SyncRegister = (sync_table->chip_period << SYNCREG_PERIOD_SHIFT) | in nsp_analyze_sdtr()
487 sync->AckWidth = sync_table->ack_width; in nsp_analyze_sdtr()
/linux/drivers/net/netdevsim/
A Dudp_tunnels.c93 .sync_table = nsim_udp_tunnel_sync_table,
179 info->sync_table = NULL; in nsim_udp_tunnels_info_create()
/linux/net/ipv4/
A 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/include/net/
A Dudp_tunnel.h260 int (*sync_table)(struct net_device *dev, unsigned int table); member
/linux/drivers/net/ethernet/qlogic/qede/
A Dqede_filter.c989 .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/
A Dfm10k_netdev.c418 .sync_table = fm10k_udp_tunnel_sync,
/linux/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_main.c488 .sync_table = qlcnic_udp_tunnel_sync,
/linux/drivers/net/ethernet/netronome/nfp/
A Dnfp_net_common.c3792 .sync_table = nfp_udp_tunnel_sync,
/linux/drivers/net/ethernet/mellanox/mlx4/
A Den_netdev.c2674 .sync_table = mlx4_udp_tunnel_sync,
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_main.c5022 .sync_table = ixgbe_udp_tunnel_sync,
5030 .sync_table = ixgbe_udp_tunnel_sync,
/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_main.c10208 .sync_table = bnx2x_udp_tunnel_sync,
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt.c12738 .sync_table = bnxt_udp_tunnel_sync,

Completed in 95 milliseconds