Searched refs:p_cfg (Results 1 – 8 of 8) sorted by relevance
69 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);
87 PtmConfig & operator=(const ocsd_ptm_cfg *p_cfg);127 inline PtmConfig & PtmConfig::operator=(const ocsd_ptm_cfg *p_cfg)130 m_cfg = *p_cfg;
82 EtmV3Config & operator=(const ocsd_etmv3_cfg *p_cfg);135 inline EtmV3Config & EtmV3Config::operator=(const ocsd_etmv3_cfg *p_cfg)137 m_cfg = *p_cfg;
63 ETEConfig & ETEConfig::operator=(const ocsd_ete_cfg *p_cfg) in operator =() argument65 m_ete_cfg = *p_cfg; in operator =()
62 EtmV4Config & EtmV4Config::operator=(const ocsd_etmv4_cfg *p_cfg) in operator =() argument64 m_cfg = *p_cfg; in operator =()
62 ETEConfig & operator=(const ocsd_ete_cfg *p_cfg);
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()1260 p_cfg->cid_count, p_map)) in ecore_cid_map_alloc()1268 p_cfg->cids_per_vf, in ecore_cid_map_alloc()1273 start_cid += p_cfg->cid_count; in ecore_cid_map_alloc()1274 vf_start_cid += p_cfg->cids_per_vf; in ecore_cid_map_alloc()1396 struct ecore_conn_type_cfg *p_cfg; in ecore_cxt_mngr_setup() local1404 p_cfg = &p_mngr->conn_cfg[type]; in ecore_cxt_mngr_setup()1405 if (p_cfg->cid_count) { in ecore_cxt_mngr_setup()[all …]
66 EtmV4Config & operator=(const ocsd_etmv4_cfg *p_cfg);