Home
last modified time | relevance | path

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

/freebsd/sys/dev/ntb/
H A Dntb_transport.c347 uint64_t db_bitmap; in ntb_transport_attach() local
356 db_bitmap = ntb_db_valid_mask(dev); in ntb_transport_attach()
357 db_count = flsll(db_bitmap); in ntb_transport_attach()
358 KASSERT(db_bitmap == ((uint64_t)1 << db_count) - 1, in ntb_transport_attach()
359 ("Doorbells are not sequential (%jx).\n", db_bitmap)); in ntb_transport_attach()
390 if (db_bitmap == 0) { in ntb_transport_attach()