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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dforcedeth.c786 union ring_type get_rx, put_rx, first_rx, last_rx; member in struct:fe_priv
1746 while (np->put_rx.orig != less_rx) {
1755 np->put_rx.orig->buf = cpu_to_le32(np->put_rx_ctx->dma);
1757 np->put_rx.orig->flaglen = cpu_to_le32(np->rx_buf_sz | NV_RX_AVAIL);
1758 if (unlikely(np->put_rx.orig++ == np->last_rx.orig))
1759 np->put_rx.orig = np->first_rx.orig;
1778 while (np->put_rx.ex != less_rx) {
1787 np->put_rx.ex->bufhigh = cpu_to_le32(dma_high(np->put_rx_ctx->dma));
1788 np->put_rx.ex->buflow = cpu_to_le32(dma_low(np->put_rx_ctx->dma));
1790 np->put_rx
[all...]

Completed in 67 milliseconds