Home
last modified time | relevance | path

Searched refs:cdu_params (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.c1457 u32 page_sz, elems_per_page, block_waste, cxt_size, cdu_params = 0; in ecore_cdu_init_common() local
1465 SET_FIELD(cdu_params, CDUC_CXT_SIZE, cxt_size); in ecore_cdu_init_common()
1466 SET_FIELD(cdu_params, CDUC_BLOCK_WASTE, block_waste); in ecore_cdu_init_common()
1467 SET_FIELD(cdu_params, CDUC_NCIB, elems_per_page); in ecore_cdu_init_common()
1468 STORE_RT_REG(p_hwfn, CDU_REG_CID_ADDR_PARAMS_RT_OFFSET, cdu_params); in ecore_cdu_init_common()
1477 cdu_params = 0; in ecore_cdu_init_common()
1478 SET_FIELD(cdu_params, CDUT_TYPE0_CXT_SIZE, (cxt_size >> 3)); in ecore_cdu_init_common()
1479 SET_FIELD(cdu_params, CDUT_TYPE0_BLOCK_WASTE, (block_waste >> 3)); in ecore_cdu_init_common()
1480 SET_FIELD(cdu_params, CDUT_TYPE0_NCIB, elems_per_page); in ecore_cdu_init_common()
1481 STORE_RT_REG(p_hwfn, CDU_REG_SEGMENT0_PARAMS_RT_OFFSET, cdu_params); in ecore_cdu_init_common()
[all …]