Lines Matching refs:lvl2
425 struct i40iw_pble_level2 *lvl2 = &palloc->level2;
426 struct i40iw_pble_info *root = &lvl2->root;
427 struct i40iw_pble_info *leaf = lvl2->leaf;
431 for (i = 0; i < lvl2->leaf_cnt; i++, leaf++) {
441 kfree(lvl2->leaf);
442 lvl2->leaf = NULL;
458 struct i40iw_pble_level2 *lvl2 = &palloc->level2;
459 struct i40iw_pble_info *root = &lvl2->root;
466 lvl2->leaf_cnt = total;
471 lvl2->leaf = leaf;
475 kfree(lvl2->leaf);
476 lvl2->leaf = NULL;