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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dhnddma.c104 uint16 txin; /* index of next descriptor to reclaim */ member in struct:dma_info
895 ASSERT(di->txin == di->txout);
1473 for (i = di->txin; i != end; i = NEXTTXD(i))
1501 start = di->txin;
1619 di->hnddma.txavail = di->ntxd - NTXDACTIVE(di->txin, di->txout) - 1;
1625 return NTXDACTIVE(di->txin, di->txout);
1650 uint txin = di->txin; local
1652 if (txin == di->txout)
1662 return NTXDACTIVE(di->txin, pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wan/
H A Dhd64570.c158 port->txin = 0;
592 sca_in(DSR_TX(phy_node(port)), card), port->txin, port->txlast,
633 desc = desc_address(port, port->txin + 1, 1);
641 desc = desc_address(port, port->txin, 1);
642 buff = buffer_offset(port, port->txin, 1);
662 port->txin = next_desc(port, port->txin, 1);
663 sca_outw(desc_offset(port, port->txin, 1),
668 desc = desc_address(port, port->txin + 1, 1);
H A Dhd64572.c137 port->txin = 0;
537 sca_in(DSR_TX(port->chan), card), port->txin, port->txlast,
573 desc = desc_address(port, port->txin + 1, 1);
581 desc = desc_address(port, port->txin, 1);
582 buff = buffer_offset(port, port->txin, 1);
589 port->txin = (port->txin + 1) % card->tx_ring_buffers;
590 sca_outl(desc_offset(port, port->txin, 1),
595 desc = desc_address(port, port->txin + 1, 1);
H A Dc101.c70 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member in struct:card_s
H A Dpci200syn.c75 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member in struct:port_s
H A Dn2.c105 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member in struct:port_s
H A Dpc300too.c88 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member in struct:port_s
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wan/
H A Dhd64570.c158 port->txin = 0;
592 sca_in(DSR_TX(phy_node(port)), card), port->txin, port->txlast,
633 desc = desc_address(port, port->txin + 1, 1);
641 desc = desc_address(port, port->txin, 1);
642 buff = buffer_offset(port, port->txin, 1);
662 port->txin = next_desc(port, port->txin, 1);
663 sca_outw(desc_offset(port, port->txin, 1),
668 desc = desc_address(port, port->txin + 1, 1);
H A Dhd64572.c137 port->txin = 0;
537 sca_in(DSR_TX(port->chan), card), port->txin, port->txlast,
573 desc = desc_address(port, port->txin + 1, 1);
581 desc = desc_address(port, port->txin, 1);
582 buff = buffer_offset(port, port->txin, 1);
589 port->txin = (port->txin + 1) % card->tx_ring_buffers;
590 sca_outl(desc_offset(port, port->txin, 1),
595 desc = desc_address(port, port->txin + 1, 1);
H A Dc101.c70 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member in struct:card_s
H A Dpci200syn.c75 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member in struct:port_s
H A Dn2.c105 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member in struct:port_s
H A Dpc300too.c88 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member in struct:port_s

Completed in 201 milliseconds