Searched refs:pg_attr (Results 1 – 1 of 1) sorted by relevance
| /src/sys/dev/bnxt/bnxt_en/ |
| H A D | bnxt_hwrm.c | 580 static void bnxt_hwrm_set_pg_attr(struct bnxt_ring_mem_info *rmem, uint8_t *pg_attr, in bnxt_hwrm_set_pg_attr() argument 586 BNXT_SET_CTX_PAGE_ATTR(*pg_attr); in bnxt_hwrm_set_pg_attr() 590 *pg_attr |= HWRM_FUNC_BACKING_STORE_CFG_INPUT_QPC_LVL_LVL_2; in bnxt_hwrm_set_pg_attr() 592 *pg_attr |= HWRM_FUNC_BACKING_STORE_CFG_INPUT_QPC_LVL_LVL_1; in bnxt_hwrm_set_pg_attr() 609 u8 *pg_attr; in bnxt_hwrm_func_backing_store_cfg() local 695 pg_attr = &req.tqm_sp_pg_size_tqm_sp_lvl, in bnxt_hwrm_func_backing_store_cfg() 701 i++, num_entries++, pg_attr++, pg_dir++, ena <<= 1) { in bnxt_hwrm_func_backing_store_cfg() 707 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, pg_attr, pg_dir); in bnxt_hwrm_func_backing_store_cfg() 710 pg_attr = &req.tqm_ring8_pg_size_tqm_ring_lvl; in bnxt_hwrm_func_backing_store_cfg() 714 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, pg_attr, pg_dir); in bnxt_hwrm_func_backing_store_cfg()
|