Lines Matching full:tables

35  * @n_tables:	number of tables under @entries
36 * @missed: bitmap of tables which overflown
37 * @entries: table of tables of ports currently offloaded
136 for (j = 0; j < info->tables[i].n_entries; j++) in udp_tunnel_nic_is_empty()
152 table = &dev->udp_tunnel_nic_info->tables[i]; in udp_tunnel_nic_should_replay()
245 for (j = 0; j < info->tables[i].n_entries; j++) in udp_tunnel_nic_device_sync_by_port()
259 for (j = 0; j < info->tables[i].n_entries; j++) in udp_tunnel_nic_device_sync_by_table()
262 if (j == info->tables[i].n_entries) in udp_tunnel_nic_device_sync_by_table()
270 for (j = 0; j < info->tables[i].n_entries; j++) { in udp_tunnel_nic_device_sync_by_table()
339 if (udp_tunnel_nic_table_is_capable(&info->tables[i], ti)) in udp_tunnel_nic_is_capable()
353 for (j = 0; j < info->tables[i].n_entries; j++) { in udp_tunnel_nic_has_collision()
436 table = &dev->udp_tunnel_nic_info->tables[i]; in udp_tunnel_nic_try_existing()
471 table = &dev->udp_tunnel_nic_info->tables[i]; in udp_tunnel_nic_add_new()
491 * are no devices currently which have multiple tables accepting in udp_tunnel_nic_add_new()
565 for (j = 0; j < info->tables[i].n_entries; j++) { in __udp_tunnel_nic_reset_ntf()
597 for (j = 0; j < info->tables[table].n_entries; j++) { in __udp_tunnel_nic_dump_size()
622 for (j = 0; j < info->tables[table].n_entries; j++) { in __udp_tunnel_nic_dump_write()
661 for (j = 0; j < info->tables[i].n_entries; j++) { in udp_tunnel_nic_flush()
671 memset(utn->entries[i], 0, array_size(info->tables[i].n_entries, in udp_tunnel_nic_flush()
688 for (j = 0; j < info->tables[i].n_entries; j++) in udp_tunnel_nic_replay()
701 for (j = 0; j < info->tables[i].n_entries; j++) in udp_tunnel_nic_replay()
737 utn->entries[i] = kcalloc(info->tables[i].n_entries, in udp_tunnel_nic_alloc()
780 WARN_ON(!info->tables[0].n_entries)) in udp_tunnel_nic_register()
789 if (!info->tables[i].n_entries) in udp_tunnel_nic_register()
793 if (WARN_ON(!info->tables[i - 1].n_entries)) in udp_tunnel_nic_register()