Home
last modified time | relevance | path

Searched refs:destid_table (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/rapidio/
Drio-scan.c65 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()
/linux-4.4.14/include/linux/
Drio.h314 struct rio_id_table destid_table; /* destID allocation table */ member