Lines Matching refs:depth
3070 if ((rmem->nr_pages > 1 || rmem->depth > 0) && !rmem->pg_tbl) {
3095 if (rmem->nr_pages > 1 || rmem->depth > 0) {
7144 if (rmem->depth >= 1) {
7145 if (rmem->depth == 2)
7280 if (rmem->depth >= 1)
7287 u8 depth, struct bnxt_mem_init *mem_init)
7300 if (ctx_pg->nr_pages > MAX_CTX_PAGES || depth > 1) {
7303 rmem->depth = 2;
7323 rmem->depth = 1;
7338 if (rmem->nr_pages > 1 || depth)
7339 rmem->depth = 1;
7351 if (rmem->depth > 1 || ctx_pg->nr_pages > MAX_CTX_PAGES ||