Searched refs:HNS_ROCE_DB_PER_PAGE (Results 1 – 2 of 2) sorted by relevance
81 bitmap_fill(pgdir->order1, HNS_ROCE_DB_PER_PAGE / 2); in hns_roce_alloc_db_pgdir()101 i = find_first_bit(pgdir->bits[o], HNS_ROCE_DB_PER_PAGE >> o); in hns_roce_alloc_db_from_pgdir()102 if (i < HNS_ROCE_DB_PER_PAGE >> o) in hns_roce_alloc_db_from_pgdir()173 if (bitmap_full(db->u.pgdir->order1, HNS_ROCE_DB_PER_PAGE / 2)) { in hns_roce_free_db()
204 HNS_ROCE_DB_PER_PAGE = PAGE_SIZE / 4 enumerator369 DECLARE_BITMAP(order0, HNS_ROCE_DB_PER_PAGE);370 DECLARE_BITMAP(order1, HNS_ROCE_DB_PER_PAGE / 2);