Lines Matching refs: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++)
152 table = &dev->udp_tunnel_nic_info->tables[i];
245 for (j = 0; j < info->tables[i].n_entries; j++)
259 for (j = 0; j < info->tables[i].n_entries; j++)
262 if (j == info->tables[i].n_entries)
270 for (j = 0; j < info->tables[i].n_entries; j++) {
339 if (udp_tunnel_nic_table_is_capable(&info->tables[i], ti))
353 for (j = 0; j < info->tables[i].n_entries; j++) {
436 table = &dev->udp_tunnel_nic_info->tables[i];
471 table = &dev->udp_tunnel_nic_info->tables[i];
491 * are no devices currently which have multiple tables accepting
565 for (j = 0; j < info->tables[i].n_entries; j++) {
597 for (j = 0; j < info->tables[table].n_entries; j++) {
622 for (j = 0; j < info->tables[table].n_entries; j++) {
663 for (j = 0; j < info->tables[i].n_entries; j++) {
673 memset(utn->entries[i], 0, array_size(info->tables[i].n_entries,
690 for (j = 0; j < info->tables[i].n_entries; j++)
703 for (j = 0; j < info->tables[i].n_entries; j++)
739 utn->entries[i] = kcalloc(info->tables[i].n_entries,
782 WARN_ON(!info->tables[0].n_entries))
791 if (!info->tables[i].n_entries)
795 if (WARN_ON(!info->tables[i - 1].n_entries))