Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c542 struct ecore_tid_seg *p_seg = &p_mngr->conn_cfg[proto].tid_seg[seg]; in ecore_cxt_set_proto_tid_count() local
544 p_seg->count = count; in ecore_cxt_set_proto_tid_count()
545 p_seg->has_fl_mem = has_fl; in ecore_cxt_set_proto_tid_count()
546 p_seg->type = seg_type; in ecore_cxt_set_proto_tid_count()
643 struct ecore_tid_seg *p_seg; in ecore_cxt_cfg_ilt_compute() local
700 p_seg = ecore_cxt_tid_seg_info(p_hwfn, i); in ecore_cxt_cfg_ilt_compute()
701 if (!p_seg || p_seg->count == 0) in ecore_cxt_cfg_ilt_compute()
705 total = p_seg->count * p_mngr->task_type_size[p_seg->type]; in ecore_cxt_cfg_ilt_compute()
707 p_mngr->task_type_size[p_seg->type]); in ecore_cxt_cfg_ilt_compute()
715 p_seg = ecore_cxt_tid_seg_info(p_hwfn, i); in ecore_cxt_cfg_ilt_compute()
[all …]
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_sar.c73 void *p_seg; in osmv_rmpp_sar_get_mad_seg() local
95 p_seg = in osmv_rmpp_sar_get_mad_seg()
100 memcpy((char *)p_buf + p_sar->hdr_sz, (char *)p_seg, in osmv_rmpp_sar_get_mad_seg()
103 memcpy((char *)p_buf + p_sar->hdr_sz, (char *)p_seg, sz_left); in osmv_rmpp_sar_get_mad_seg()