Searched refs:destid_table (Results 1 – 2 of 2) sorted by relevance
65 struct rio_id_table *idtab = &net->destid_table; in rio_destid_alloc()91 struct rio_id_table *idtab = &net->destid_table; in rio_destid_reserve()109 struct rio_id_table *idtab = &net->destid_table; in rio_destid_free()124 struct rio_id_table *idtab = &net->destid_table; in rio_destid_first()144 struct rio_id_table *idtab = &net->destid_table; in rio_destid_next()885 net->destid_table.table = kcalloc( in rio_alloc_net()890 if (net->destid_table.table == NULL) { in rio_alloc_net()895 net->destid_table.start = start; in rio_alloc_net()896 net->destid_table.max = in rio_alloc_net()898 spin_lock_init(&net->destid_table.lock); in rio_alloc_net()
314 struct rio_id_table destid_table; /* destID allocation table */ member