vmm_sb_ds_callbacks Class Reference

Inheritance list for class vmm_sb_ds_callbacks:

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

Public Member Functions

virtual function void  dropped ( vmm_sb_ds sb, vmm_data pkts, int exp_stream_id, int inp_stream_id, int count )
virtual function void  matched ( vmm_sb_ds sb, vmm_data pkt, int exp_stream_id, int inp_stream_id, int count )
virtual function void  mismatched ( vmm_sb_ds sb, vmm_data pkt, int exp_stream_id, int inp_stream_id, int count )
virtual function void  not_found ( vmm_sb_ds sb, vmm_data pkt, int exp_stream_id, int inp_stream_id, int count )
virtual function void  orphaned ( vmm_sb_ds sb, vmm_data pkts, int exp_stream_id, int inp_stream_id, 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 ( vmm_sb_ds sb, vmm_data pkt, kind_e kind, int exp_stream_id, int inp_stream_id, bit drop )


Member Function Documentation

 virtual function void
 vmm_sb_ds_callbacks::dropped

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


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

 virtual function void
 vmm_sb_ds_callbacks::matched

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


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

 virtual function void
 vmm_sb_ds_callbacks::mismatched

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


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

 virtual function void
 vmm_sb_ds_callbacks::not_found

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


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

 virtual function void
 vmm_sb_ds_callbacks::orphaned

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


Defined at line 214 of file 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 sb/vmm_sb_ds.sv.

 virtual function void
 vmm_sb_ds_callbacks::pre_insert

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


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