Searched defs:RX_LEN (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/dlink/
H A Dde600.h63 #define RX_LEN 0x05 /* read received packet length */ macro
/drivers/net/irda/
H A Ddonauboe.c58 /* Use it with various combinations of TT_LEN, RX_LEN */
93 /* remarks: in SIR mode, CRC is received, -> RX_LEN=TX_LEN+2 */
95 /* When TT_LEN > RX_LEN (SIR mode) data is stored in successive slots. */
101 #define RX_LEN 0xc04 macro
104 /* Real received length is (max RX_LEN) differs from user-defined */
107 #define RX_BUF_SZ (RX_LEN)
322 OUTB (RX_LEN >> 8, OBOE_MAXLENH);
323 OUTB (RX_LEN & 0xff, OBOE_MAXLENL);
412 OUTB (RX_LEN >> 8, OBOE_MAXLENH);
413 OUTB (RX_LEN
[all...]
/drivers/net/ethernet/seeq/
H A Dether3.h150 #define RX_LEN 0xA000 macro
/drivers/media/dvb/ttpci/
H A Dav7110_hw.h342 #define RX_LEN (DPRAM_BASE + 0x1FEA) macro

Completed in 85 milliseconds