Lines Matching full:tables
36 * @n_tables: number of tables under @entries
37 * @missed: bitmap of tables which overflown
38 * @entries: table of tables of ports currently offloaded
139 for (j = 0; j < info->tables[i].n_entries; j++)
155 table = &dev->udp_tunnel_nic_info->tables[i];
248 for (j = 0; j < info->tables[i].n_entries; j++)
262 for (j = 0; j < info->tables[i].n_entries; j++)
265 if (j == info->tables[i].n_entries)
273 for (j = 0; j < info->tables[i].n_entries; j++) {
331 if (udp_tunnel_nic_table_is_capable(&info->tables[i], ti))
345 for (j = 0; j < info->tables[i].n_entries; j++) {
428 table = &dev->udp_tunnel_nic_info->tables[i];
463 table = &dev->udp_tunnel_nic_info->tables[i];
483 * are no devices currently which have multiple tables accepting
557 for (j = 0; j < info->tables[i].n_entries; j++) {
591 for (j = 0; j < info->tables[table].n_entries; j++) {
616 for (j = 0; j < info->tables[table].n_entries; j++) {
687 for (j = 0; j < info->tables[i].n_entries; j++) {
697 memset(utn->entries[i], 0, array_size(info->tables[i].n_entries,
714 for (j = 0; j < info->tables[i].n_entries; j++)
727 for (j = 0; j < info->tables[i].n_entries; j++)
764 utn->entries[i] = kcalloc(info->tables[i].n_entries,
804 WARN_ON(!info->tables[0].n_entries))
813 if (!info->tables[i].n_entries)
817 if (WARN_ON(!info->tables[i - 1].n_entries))