Lines Matching full:cbr
31 Add the CBR support.
238 #define CBR 0x0000 macro
270 u_short out_of_rate_link; /* reserved for UBR and CBR */
574 #define CBR_SCHED_TABLE 0x1800 /* CBR Table */
651 ffreg_t cbr_base; /* CBR Pointer Base */
662 ffreg_t cbr_tab_beg; /* CBR Table Begin */
663 ffreg_t cbr_tab_end; /* CBR Table End */
664 ffreg_t cbr_pointer; /* CBR Pointer */
701 ffreg_t cbr_vc; /* CBR VC */
809 u32 class_type; /* CBR/VBR/ABR/UBR; use the enum above */
1037 /* CBR related */
1041 unsigned int NumEnabledCBR; // number of CBR VCI's enabled. CBR
1044 unsigned int CbrTotEntries; // Total CBR Entries in Scheduling Table.
1045 unsigned int CbrRemEntries; // Remaining CBR Entries in Scheduling Table.
1046 unsigned int CbrEntryPt; // CBR Sched Table Entry Point.
1047 unsigned int Granularity; // CBR Granularity given Table Size.