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

/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c1259 #define NUM_PBES_ON_PAGE(_page_size) (_page_size / sizeof(u64)) macro
1260 #define MAX_PBES_ON_PAGE NUM_PBES_ON_PAGE(MAX_FW_PBL_PAGE_SIZE)
1338 pbl_capacity = NUM_PBES_ON_PAGE(pbl_size) *
1339 NUM_PBES_ON_PAGE(pbl_size);
1347 num_pbls = DIV_ROUND_UP(num_pbes, NUM_PBES_ON_PAGE(pbl_size));

Completed in 113 milliseconds