Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c1313 u32 page_sz, elems_per_page, block_waste, cxt_size, cdu_params = 0; in qed_cdu_init_common() local
1321 SET_FIELD(cdu_params, CDUC_CXT_SIZE, cxt_size); in qed_cdu_init_common()
1322 SET_FIELD(cdu_params, CDUC_BLOCK_WASTE, block_waste); in qed_cdu_init_common()
1323 SET_FIELD(cdu_params, CDUC_NCIB, elems_per_page); in qed_cdu_init_common()
1324 STORE_RT_REG(p_hwfn, CDU_REG_CID_ADDR_PARAMS_RT_OFFSET, cdu_params); in qed_cdu_init_common()
1333 cdu_params = 0; in qed_cdu_init_common()
1334 SET_FIELD(cdu_params, CDUT_TYPE0_CXT_SIZE, (cxt_size >> 3)); in qed_cdu_init_common()
1335 SET_FIELD(cdu_params, CDUT_TYPE0_BLOCK_WASTE, (block_waste >> 3)); in qed_cdu_init_common()
1336 SET_FIELD(cdu_params, CDUT_TYPE0_NCIB, elems_per_page); in qed_cdu_init_common()
1337 STORE_RT_REG(p_hwfn, CDU_REG_SEGMENT0_PARAMS_RT_OFFSET, cdu_params); in qed_cdu_init_common()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c1299 u32 page_sz, elems_per_page, block_waste, cxt_size, cdu_params = 0; in qed_cdu_init_common() local
1307 SET_FIELD(cdu_params, CDUC_CXT_SIZE, cxt_size); in qed_cdu_init_common()
1308 SET_FIELD(cdu_params, CDUC_BLOCK_WASTE, block_waste); in qed_cdu_init_common()
1309 SET_FIELD(cdu_params, CDUC_NCIB, elems_per_page); in qed_cdu_init_common()
1310 STORE_RT_REG(p_hwfn, CDU_REG_CID_ADDR_PARAMS_RT_OFFSET, cdu_params); in qed_cdu_init_common()
1319 cdu_params = 0; in qed_cdu_init_common()
1320 SET_FIELD(cdu_params, CDUT_TYPE0_CXT_SIZE, (cxt_size >> 3)); in qed_cdu_init_common()
1321 SET_FIELD(cdu_params, CDUT_TYPE0_BLOCK_WASTE, (block_waste >> 3)); in qed_cdu_init_common()
1322 SET_FIELD(cdu_params, CDUT_TYPE0_NCIB, elems_per_page); in qed_cdu_init_common()
1323 STORE_RT_REG(p_hwfn, CDU_REG_SEGMENT0_PARAMS_RT_OFFSET, cdu_params); in qed_cdu_init_common()
[all...]

Completed in 6 milliseconds