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

/linux-master/include/linux/
H A Dthunderbolt.h210 * @out_hopids; Output HopIDs for DMA tunneling
257 struct ida out_hopids; member in struct:tb_xdomain
/linux-master/drivers/thunderbolt/
H A Dxdomain.c1869 ida_destroy(&xd->out_hopids);
1980 ida_init(&xd->out_hopids);
2208 return ida_alloc_range(&xd->out_hopids, hopid, xd->remote_max_hopid,
2231 ida_free(&xd->out_hopids, hopid);
H A Dswitch.c768 ida = &port->out_hopids;
829 ida_free(&port->out_hopids, hopid);
2257 ida_destroy(&port->out_hopids);
2477 ida_init(&sw->ports[i].out_hopids);
H A Dtb.h259 * @out_hopids: Currently allocated output HopIDs
291 struct ida out_hopids; member in struct:tb_port
H A Dtest.c65 kunit_ida_init(test, &sw->ports[i].out_hopids);

Completed in 254 milliseconds