Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/include/opencsd/stm/
H A Dtrc_cmp_cfg_stm.h69 STMConfig & operator=(const ocsd_stm_cfg *p_cfg); //!< set from full configuration structure.
107 inline STMConfig & STMConfig::operator=(const ocsd_stm_cfg *p_cfg)
109 m_cfg = *p_cfg;
110 setHWTraceFeat(p_cfg->hw_event);
/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_cmp_cfg_ptm.h87 PtmConfig & operator=(const ocsd_ptm_cfg *p_cfg);
127 inline PtmConfig & PtmConfig::operator=(const ocsd_ptm_cfg *p_cfg)
130 m_cfg = *p_cfg;
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_cmp_cfg_etmv3.h82 EtmV3Config & operator=(const ocsd_etmv3_cfg *p_cfg);
135 inline EtmV3Config & EtmV3Config::operator=(const ocsd_etmv3_cfg *p_cfg)
137 m_cfg = *p_cfg;
/freebsd/contrib/opencsd/decoder/source/ete/
H A Dtrc_cmp_cfg_ete.cpp63 ETEConfig & ETEConfig::operator=(const ocsd_ete_cfg *p_cfg) in operator =() argument
65 m_ete_cfg = *p_cfg; in operator =()
/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_cmp_cfg_etmv4.cpp62 EtmV4Config & EtmV4Config::operator=(const ocsd_etmv4_cfg *p_cfg) in operator =() argument
64 m_cfg = *p_cfg; in operator =()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c338 struct ecore_conn_type_cfg *p_cfg = &p_mngr->conn_cfg[i]; in ecore_cxt_tm_iids() local
341 if (p_cfg->cid_count) in ecore_cxt_tm_iids()
344 iids->pf_cids += p_cfg->cid_count; in ecore_cxt_tm_iids()
348 if (p_cfg->cids_per_vf) in ecore_cxt_tm_iids()
351 iids->per_vf_cids += p_cfg->cids_per_vf; in ecore_cxt_tm_iids()
355 struct ecore_tid_seg *segs = p_cfg->tid_seg; in ecore_cxt_tm_iids()
418 struct ecore_cxt_mngr *p_cfg = p_hwfn->p_cxt_mngr; in ecore_cxt_tid_seg_info() local
425 if (p_cfg->conn_cfg[i].tid_seg[seg].count) in ecore_cxt_tid_seg_info()
426 return &p_cfg->conn_cfg[i].tid_seg[seg]; in ecore_cxt_tid_seg_info()
1254 struct ecore_conn_type_cfg *p_cfg = &p_mngr->conn_cfg[type]; in ecore_cid_map_alloc() local
[all …]
/freebsd/contrib/opencsd/decoder/include/opencsd/ete/
H A Dtrc_cmp_cfg_ete.h62 ETEConfig & operator=(const ocsd_ete_cfg *p_cfg);
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_cmp_cfg_etmv4.h66 EtmV4Config & operator=(const ocsd_etmv4_cfg *p_cfg);