Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ntb/
Dntb_transport.c808 u64 qp_bitmap_alloc; in ntb_transport_link_cleanup() local
811 qp_bitmap_alloc = nt->qp_bitmap & ~nt->qp_bitmap_free; in ntb_transport_link_cleanup()
815 if (qp_bitmap_alloc & BIT_ULL(i)) { in ntb_transport_link_cleanup()
1202 u64 qp_bitmap_alloc; in ntb_transport_free() local
1209 qp_bitmap_alloc = nt->qp_bitmap & ~nt->qp_bitmap_free; in ntb_transport_free()
1214 if (qp_bitmap_alloc & BIT_ULL(i)) in ntb_transport_free()