Home
last modified time | relevance | path

Searched refs:RX_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/net/pcmcia/
Dwavelan_cs.c1026 if((addr + len) < (RX_BASE + RX_SIZE)) in read_ringbuf()
1029 chunk_len = RX_BASE + RX_SIZE - addr; in read_ringbuf()
1033 ring_ptr = (ring_ptr - RX_BASE + chunk_len) % RX_SIZE + RX_BASE; in read_ringbuf()
2638 rp = (rfp - 5 + RX_SIZE) % RX_SIZE;
2666 if(len > ((wrap - (rfp - len) + RX_SIZE) % RX_SIZE)) /* magic formula ! */
2675 return((rp - len + RX_SIZE) % RX_SIZE);
2746 fd_p = read_ringbuf(dev, (fd_p + 4) % RX_SIZE + RX_BASE,
2816 i593_rfp %= RX_SIZE;
2825 newrfp %= RX_SIZE;
2869 stat_ptr = (rp - 7 + RX_SIZE) % RX_SIZE;
[all …]
Dwavelan.h151 #define RX_SIZE (TX_BASE-RX_BASE) /* Size of receive area */ macro
/linux-2.4.37.9/drivers/atm/
Dzatm.h26 #define RX_SIZE 2 /* RX lookup entry size (in bytes) */ macro
Dzatm.c1485 (2*VC_SIZE+RX_SIZE); in zatm_start()
1492 curr = rx*RX_SIZE/4; in zatm_start()
/linux-2.4.37.9/Documentation/networking/
Diphase.txt94 insmod <IA_DIR>/ia.o IA_RX_BUF=<RX_CNT> IA_RX_BUF_SZ=<RX_SIZE> \
98 RX_SIZE = size of receive buffers in the range (48-64K)