Lines Matching +full:tx +full:- +full:sec
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 Copyright (C) 1995-1999 Madge Networks Ltd.
13 /* too many macros - change to inline functions */
74 #define PRINTDD(sec,fmt,args...) argument
75 #define PRINTDDB(sec,fmt,args...) argument
76 #define PRINTDDM(sec,fmt,args...) argument
77 #define PRINTDDE(sec,fmt,args...) argument
170 #define MAX_PIO_COUNT 0x000000ff // 255 - make tunable?
175 /* TX channel config command port */
187 /* TX channel config data port */
197 /* TX config register */
213 /* TX status register */
331 // TX Channel Descriptors 2
332 // TX Initial Buffers 8 // TX_CHANS
333 #define BUFN1_SIZE 118 // (126 - TX_CHANS)
334 // RX/TX Start/End Buffers 4
376 // a single struct pointed to by atm_vcc->dev_data
402 unsigned int tx_bytes; // bytes remaining to TX within region
451 #define BUF_PTR(cbptr) ((cbptr) - (cell_buf *) 0)
456 // 190 cells by default (192 TX buffers - 2 elbow room, see docs)
457 #define TX_AAL5_LIMIT (190*ATM_CELL_PAYLOAD-ATM_AAL5_TRAILER) // 9112
462 /* multi-statement macro protector */
465 #define HRZ_DEV(atm_dev) ((hrz_dev *) (atm_dev)->dev_data)
466 #define HRZ_VCC(atm_vcc) ((hrz_vcc *) (atm_vcc)->dev_data)