Searched refs:UBR (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/atm/
H A Diphase.h26 Bugfix the Mona's UBR driver.
237 #define UBR 0xc000 macro
245 u_short remainder; /* ABR and UBR fields - last 10 bits*/
248 u_short last_cell_slot; /* ABR and UBR */
270 u_short out_of_rate_link; /* reserved for UBR and CBR */
575 #define UBR_SCHED_TABLE 0x3000 /* UBR Table */
576 #define UBR_WAIT_Q 0x4000 /* UBR Wait Queue */
581 #define SCHEDSZ 1024 /* ABR and UBR Scheduling Table size */
654 ffreg_t ubr_base; /* UBR Pointer Base */
658 ffreg_t ubrwq_base; /* UBR Wai
[all...]
H A Diphase.c26 Bugfix the Mona's UBR driver.
1407 else { /* for UBR later may need to add CBR logic */
1650 UBR sched 0x1000 (1K - 4K)
1651 UBR Wait q 0x2000 (1K - 4K)
1832 vc->type = UBR;
1837 IF_UBR(printk("UBR: txtp.pcr = 0x%x f_rate = 0x%x\n",
1892 printk("iadev: Non UBR, ABR and CBR traffic not supported\n");
1953 UBR Table 0x3000 (1K - 4K) - 12K
1954 UBR Wait queue 0x4000 (1K - 4K) - 16K
2090 /* UBR schedulin
[all...]

Completed in 156 milliseconds