Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_cxt.c306 p_seg->count = count; in ecore_cxt_set_proto_tid_count()
307 p_seg->has_fl_mem = has_fl; in ecore_cxt_set_proto_tid_count()
308 p_seg->type = seg_type; in ecore_cxt_set_proto_tid_count()
487 if (!p_seg || p_seg->count == 0) in ecore_cxt_cfg_ilt_compute()
491 total = p_seg->count * p_mngr->task_type_size[p_seg->type]; in ecore_cxt_cfg_ilt_compute()
502 if (!p_seg || p_seg->count == 0) in ecore_cxt_cfg_ilt_compute()
508 if (!p_seg->has_fl_mem) { in ecore_cxt_cfg_ilt_compute()
530 total = p_seg->count * p_mngr->task_type_size[p_seg->type]; in ecore_cxt_cfg_ilt_compute()
543 if (p_seg && p_seg->count) { in ecore_cxt_cfg_ilt_compute()
549 total = p_seg->count * p_mngr->task_type_size[p_seg->type]; in ecore_cxt_cfg_ilt_compute()
[all …]