Searched refs:nm_id (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_mem2.c171 nm_memid_t nm_id; /* allocator identifier */ member in struct:netmap_mem_d
174 /* list of all existing allocators, sorted by nm_id */
314 return nmd->nm_id;
319 nm_prinf("%d mem[%d] -> %d", line, (nmd)->nm_id, (nmd)->refcount);
573 .nm_id = 1,
657 id = scan->nm_id + 1;
661 if (id != scan->nm_id) {
662 nmd->nm_id = id;
712 if (!(nmd->flags & NETMAP_MEM_HIDDEN) && nmd->nm_id == id) {
955 *id = nmd->nm_id;
[all...]

Completed in 100 milliseconds