Searched refs:RX_SIZE (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dzatm.h25 #define RX_SIZE 2 /* RX lookup entry size (in bytes) */ macro
H A Dzatm.c1188 (2*VC_SIZE+RX_SIZE);
1195 curr = rx*RX_SIZE/4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dwavelan_cs.c982 if((addr + len) < (RX_BASE + RX_SIZE))
985 chunk_len = RX_BASE + RX_SIZE - addr;
989 ring_ptr = (ring_ptr - RX_BASE + chunk_len) % RX_SIZE + RX_BASE;
2805 rp = (rfp - 5 + RX_SIZE) % RX_SIZE;
2833 if(len > ((wrap - (rfp - len) + RX_SIZE) % RX_SIZE)) /* magic formula ! */
2842 return((rp - len + RX_SIZE) % RX_SIZE);
2911 fd_p = read_ringbuf(dev, (fd_p + 4) % RX_SIZE
[all...]
H A Dwavelan_cs.h151 #define RX_SIZE (TX_BASE-RX_BASE) /* Size of receive area */ macro

Completed in 65 milliseconds