vmm_sb_ds_callbacks Class Reference

Inheritance list for class vmm_sb_ds_callbacks:

List of all members.
Typedef at line 59 of file sv/sb/vmm_sb_ds.sv.
Defined at line 166 of file sv/sb/vmm_sb_ds.sv.

Public Member Functions

virtual function void  dropped ( input vmm_sb_ds sb, input vmm_data pkts, input int exp_stream_id, input int inp_stream_id, ref int count )
virtual function void  matched ( input vmm_sb_ds sb, input vmm_data pkt, input int exp_stream_id, input int inp_stream_id, ref int count )
virtual function void  mismatched ( input vmm_sb_ds sb, input vmm_data pkt, input int exp_stream_id, input int inp_stream_id, ref int count )
virtual function void  not_found ( input vmm_sb_ds sb, input vmm_data pkt, input int exp_stream_id, input int inp_stream_id, ref int count )
virtual function void  orphaned ( input vmm_sb_ds sb, input vmm_data pkts, input int exp_stream_id, input int inp_stream_id, ref int count )
virtual function void  post_insert ( vmm_sb_ds sb, vmm_data pkt, int exp_stream_id, int inp_stream_id )
virtual function void  pre_insert ( input vmm_sb_ds sb, input vmm_data pkt, input kind_e kind, ref int exp_stream_id, ref int inp_stream_id, ref bit drop )


Member Function Documentation

 virtual function void
 vmm_sb_ds_callbacks::dropped

 (  input vmm_sb_ds sb, input vmm_data pkts, input int exp_stream_id, input int inp_stream_id, ref int count  ) 


Defined at line 200 of file sv/sb/vmm_sb_ds.sv.

 virtual function void
 vmm_sb_ds_callbacks::matched

 (  input vmm_sb_ds sb, input vmm_data pkt, input int exp_stream_id, input int inp_stream_id, ref int count  ) 


Defined at line 186 of file sv/sb/vmm_sb_ds.sv.

 virtual function void
 vmm_sb_ds_callbacks::mismatched

 (  input vmm_sb_ds sb, input vmm_data pkt, input int exp_stream_id, input int inp_stream_id, ref int count  ) 


Defined at line 193 of file sv/sb/vmm_sb_ds.sv.

 virtual function void
 vmm_sb_ds_callbacks::not_found

 (  input vmm_sb_ds sb, input vmm_data pkt, input int exp_stream_id, input int inp_stream_id, ref int count  ) 


Defined at line 207 of file sv/sb/vmm_sb_ds.sv.

 virtual function void
 vmm_sb_ds_callbacks::orphaned

 (  input vmm_sb_ds sb, input vmm_data pkts, input int exp_stream_id, input int inp_stream_id, ref int count  ) 


Defined at line 214 of file sv/sb/vmm_sb_ds.sv.

 virtual function void
 vmm_sb_ds_callbacks::post_insert

 (  vmm_sb_ds sb, vmm_data pkt, int exp_stream_id, int inp_stream_id  ) 


Defined at line 179 of file sv/sb/vmm_sb_ds.sv.

 virtual function void
 vmm_sb_ds_callbacks::pre_insert

 (  input vmm_sb_ds sb, input vmm_data pkt, input kind_e kind, ref int exp_stream_id, ref int inp_stream_id, ref bit drop  ) 


Defined at line 173 of file sv/sb/vmm_sb_ds.sv.