Searched refs:p_seg (Results 1 – 1 of 1) sorted by relevance
516 struct ecore_tid_seg *p_seg = &p_mngr->conn_cfg[proto].tid_seg[seg]; in ecore_cxt_set_proto_tid_count() local518 p_seg->count = count; in ecore_cxt_set_proto_tid_count()519 p_seg->has_fl_mem = has_fl; in ecore_cxt_set_proto_tid_count()520 p_seg->type = seg_type; in ecore_cxt_set_proto_tid_count()617 struct ecore_tid_seg *p_seg; in ecore_cxt_cfg_ilt_compute() local674 p_seg = ecore_cxt_tid_seg_info(p_hwfn, i); in ecore_cxt_cfg_ilt_compute()675 if (!p_seg || p_seg->count == 0) in ecore_cxt_cfg_ilt_compute()679 total = p_seg->count * p_mngr->task_type_size[p_seg->type]; in ecore_cxt_cfg_ilt_compute()681 p_mngr->task_type_size[p_seg->type]); in ecore_cxt_cfg_ilt_compute()689 p_seg = ecore_cxt_tid_seg_info(p_hwfn, i); in ecore_cxt_cfg_ilt_compute()[all …]