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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc911x.c432 SMC_PULL_DATA(lp, data, (pkt_len+2+15) & ~15);
437 SMC_PULL_DATA(lp, data, pkt_len+2+3);
H A Dsmc911x.h716 #define SMC_PULL_DATA(lp, p, l) SMC_insl ( lp, RX_DATA_FIFO, p, (l) >> 2 ) macro
H A Dsmc91x.h1204 #define SMC_PULL_DATA(lp, p, l) \ macro
H A Dsmc91x.c488 SMC_PULL_DATA(lp, data, packet_len - 4);

Completed in 58 milliseconds