Lines Matching refs:phase

120   sync_enum_type bw_nb_transport(transaction_type &trans, phase_type &phase, sc_core::sc_time &t)
122 return base_type::operator ->()->nb_transport_bw(trans, phase, t);
139 sync_enum_type nb_transport_bw(transaction_type &trans, phase_type &phase, sc_core::sc_time &t)
146 return m_owner->bw_nb_transport(trans, phase, t);
149 if (phase == tlm::END_REQ) {
153 } else if (phase == tlm::BEGIN_RESP) {
262 phase_type& phase,
268 return (m_mod->*m_nb_transport_ptr)(trans, phase, t);
271 if (phase == tlm::BEGIN_REQ) {
290 } else if (phase == tlm::END_RESP) {
448 phase_type phase = tlm::BEGIN_RESP;
449 sync_enum_type sync = m_owner->bw_nb_transport(*trans, phase, t);
451 (sync == tlm::TLM_UPDATED && phase == tlm::END_RESP)) ) {
470 phase_type phase = tlm::BEGIN_REQ;
473 switch ((m_mod->*m_nb_transport_ptr)(*trans, phase, t)) {
487 switch (phase) {
500 phase = tlm::END_RESP;
503 (m_mod->*m_nb_transport_ptr)(*trans, phase, t);
651 sync_enum_type bw_nb_transport(transaction_type &trans, phase_type &phase, sc_core::sc_time &t)
653 return base_type::operator ->()->nb_transport_bw(trans, phase, t);
670 sync_enum_type nb_transport_bw(transaction_type &trans, phase_type &phase, sc_core::sc_time &t)
677 return m_owner->bw_nb_transport(trans, phase, t);
680 if (phase == tlm::END_REQ) {
684 } else if (phase == tlm::BEGIN_RESP) {
806 phase_type& phase,
812 return (m_mod->*m_nb_transport_ptr)(m_nb_transport_user_id, trans, phase, t);
815 if (phase == tlm::BEGIN_REQ) {
835 } else if (phase == tlm::END_RESP) {
991 phase_type phase = tlm::BEGIN_RESP;
992 sync_enum_type sync = m_owner->bw_nb_transport(*trans, phase, t);
994 (sync == tlm::TLM_UPDATED && phase == tlm::END_RESP)) ) {
1013 phase_type phase = tlm::BEGIN_REQ;
1016 switch ((m_mod->*m_nb_transport_ptr)(m_nb_transport_user_id, *trans, phase, t)) {
1030 switch (phase) {
1043 phase = tlm::END_RESP;
1046 (m_mod->*m_nb_transport_ptr)(m_nb_transport_user_id, *trans, phase, t);