Searched refs:ABR (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/drivers/atm/
H A Diphase.h29 Complete the ABR logic of the driver, and added the ABR work-
237 #define ABR 0x8000 macro
240 /* ABR fields */
246 u_short remainder; /* ABR and UBR fields - last 10 bits*/
249 u_short last_cell_slot; /* ABR and UBR */
578 #define ABR_SCHED_TABLE 0x5000 /* ABR Table */
579 #define ABR_WAIT_Q 0x5800 /* ABR Wait Queue */
582 #define SCHEDSZ 1024 /* ABR and UBR Scheduling Table size */
610 #define ABR_VC_TABLE 0x8000 /* ABR VC Table */
654 ffreg_t abr_base; /* ABR Pointer Base */
658 ffreg_t abrwq_base; /* ABR Wait Queue Base */
698 ffreg_t abrwq_wptr; /* ABR wait queue write pointer */
699 ffreg_t abrwq_rptr; /* ABR wait queue read pointer */
704 ffreg_t abr_sb_vc; /* ABR SB VC */
707 ffreg_t abr_next_link; /* ABR next link */
743 rreg_t abr_lkup_base; /* Base address of ABR VC Table */
810 u32 class_type; /* CBR/VBR/ABR/UBR; use the enum above */
816 /* ABR only UNI 4.0 Parameters */
1049 /* ABR related */
H A Diphase.c29 Complete the ABR logic of the driver, and added the ABR work-
283 IF_ERR(printk("ABR Seg. may not continue on VC %x\n",vcc->vci);) clear_lockup()
290 } /* if an ABR VC */ clear_lockup()
420 f_abr_vc->f_vc_type = ABR; ia_open_abr_vc()
1384 printk("IA: ABR not support\n"); open_rx()
1472 ABR VC Table 0x8000 (1K - 32K) rx_init()
1576 /* ABR VC table */ rx_init()
1652 ABR sched 0x6000 and ABR wait queue (1K - 2K) each
1758 printk("IA: ABR not support\n"); open_tx()
1839 IF_ABR(printk("Tx ABR VCC\n");) open_tx()
1871 IF_ABR(printk("ABR:vcc->qos.txtp.max_pcr = %d mcr = %d\n", open_tx()
1890 printk("iadev: Non UBR, ABR and CBR traffic not supportedn"); open_tx()
1952 ABR sched 0x5000 and ABR wait queue (1K - 2K) each tx_init()
1953 ABR Tbl - 20K, ABR Wq - 22K tx_init()
2110 /* ABR scheduling Table(0x5000-0x57ff) and wait queue(0x5800-0x5fff)*/ tx_init()
2111 /* initialize all bytes of ABR scheduler table and wait queue to 0 tx_init()
2113 - ABR Table size is 2K tx_init()
2114 - ABR wait queue is 2K tx_init()
2162 /* Program ABR UBR Priority Register as PRI_ABR_UBR_EQUAL */ tx_init()
H A Didt77252.h122 #define SAR_TST_RESERVED 44 /* Num TST reserved for UBR/ABR/VBR */
124 #define SAR_TST_RESERVED 0 /* Num TST reserved for UBR/ABR/VBR */
434 /* ABR SAR Network operation Register */
575 #define SAR_STAT_CMDBZ 0x00000200 /* ABR SAR Command Busy Flag */
732 /* ABRSTD - ABR + VBR Schedule Tables */
H A Dambassador.h138 /* ABR: 0x0010 */
204 /* ABR: 0x0010 */
H A Dnicstar.h34 #define NS_TST_RESERVED 340 /* N. entries reserved for UBR/ABR/VBR */
703 SCD. 0x00000000 for UBR/VBR/ABR */
H A Dhorizon.c178 ABR(mcr,pcr) mcr bandwidth always available, up to pcr (depending) too
186 parameters). We have nothing to do with qos. All except ABR can have
225 The Horizon has limited support for ABR (including UBR), VBR and
228 govern cell emissions and host notification (in the case of ABR this
235 be supported as soon as ATM for Linux supports it. ABR support is
349 . Implement VBR (bucket and timers not understood) and ABR (need to
1863 // All transmit eight channels are set up as AAL5 ABR channels with hrz_init()
H A Didt77252.c3005 IPRINTK("%s: opened IDT77252 ABR SAR.\n", card->name); idt77252_dev_open()
3030 DIPRINTK("%s: closed IDT77252 ABR SAR.\n", card->name); idt77252_dev_close()
3525 XPRINTK("%s: IDT77252 ABR SAR initialization complete.\n", card->name); init_card()
3532 /* Probing of IDT77252 ABR SAR */
3689 printk("%s: ABR SAR (Rev %c): MEM %08lx SRAM %08lx [%u KB]\n", idt77252_init_one()
3804 MODULE_DESCRIPTION("IDT77252 ABR SAR Driver");
H A Dambassador.c107 is limited cell rate support. UBR channels can be capped and ABR
1091 // PRINTD (DBG_QOS, "request for non-UBR/ABR denied"); amb_open()
1131 // PRINTD (DBG_QOS, "request for non-UBR/ABR denied"); amb_open()
H A Dfore200e.c131 static const char* fore200e_traffic_class[] = { "NONE", "UBR", "CBR", "VBR", "ABR", "ANY" };
H A Dlanai.c623 #define TXADDR1_ABR (0x00008000) /* use ABR (doesn't work) */
/linux-4.4.14/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.h37 #define GDC_REG_ALPHA_MAP_BASE 0x00000474L /* ABR */
/linux-4.4.14/include/uapi/linux/
H A Datm.h142 /* extra params for ABR */
/linux-4.4.14/net/atm/
H A Dproc.c157 "off", "UBR", "CBR", "VBR", "ABR"}; pvc_info()

Completed in 384 milliseconds