Searched refs:cdu_params (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_cxt.c | 1312 SET_FIELD(cdu_params, CDUC_CXT_SIZE, cxt_size); in ecore_cdu_init_common() 1313 SET_FIELD(cdu_params, CDUC_BLOCK_WASTE, block_waste); in ecore_cdu_init_common() 1314 SET_FIELD(cdu_params, CDUC_NCIB, elems_per_page); in ecore_cdu_init_common() 1324 cdu_params = 0; in ecore_cdu_init_common() 1325 SET_FIELD(cdu_params, CDUT_TYPE0_CXT_SIZE, (cxt_size >> 3)); in ecore_cdu_init_common() 1326 SET_FIELD(cdu_params, CDUT_TYPE0_BLOCK_WASTE, (block_waste >> 3)); in ecore_cdu_init_common() 1327 SET_FIELD(cdu_params, CDUT_TYPE0_NCIB, elems_per_page); in ecore_cdu_init_common() 1336 cdu_params = 0; in ecore_cdu_init_common() 1337 SET_FIELD(cdu_params, CDUT_TYPE1_CXT_SIZE, (cxt_size >> 3)); in ecore_cdu_init_common() 1338 SET_FIELD(cdu_params, CDUT_TYPE1_BLOCK_WASTE, (block_waste >> 3)); in ecore_cdu_init_common() [all …]
|