Home
last modified time | relevance | path

Searched refs:txin (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/util/
Dhnddma.c99 u16 txin; /* index of next descriptor to reclaim */ member
548 ASSERT(di->txin == di->txout);
915 for (i = di->txin; i != end; i = NEXTTXD(i))
967 di->hnddma.txavail = di->ntxd - NTXDACTIVE(di->txin, di->txout) - 1;
972 return NTXDACTIVE(di->txin, di->txout);
990 uint txin = di->txin; local
992 if (txin == di->txout)
997 return NTXDACTIVE(di->txin, ptr);
1115 di->txin = di->txout = 0;
1184 if (di->txin == di->txout)
[all …]
/linux-2.6.39/drivers/net/wan/
Dhd64572.c137 port->txin = 0; in sca_init_port()
540 sca_in(DSR_TX(port->chan), card), port->txin, port->txlast, in sca_dump_rings()
576 desc = desc_address(port, port->txin + 1, 1); in sca_xmit()
584 desc = desc_address(port, port->txin, 1); in sca_xmit()
585 buff = buffer_offset(port, port->txin, 1); in sca_xmit()
592 port->txin = (port->txin + 1) % card->tx_ring_buffers; in sca_xmit()
593 sca_outl(desc_offset(port, port->txin, 1), in sca_xmit()
598 desc = desc_address(port, port->txin + 1, 1); in sca_xmit()
Dhd64570.c158 port->txin = 0; in sca_init_port()
592 sca_in(DSR_TX(phy_node(port)), card), port->txin, port->txlast, in sca_dump_rings()
633 desc = desc_address(port, port->txin + 1, 1); in sca_xmit()
641 desc = desc_address(port, port->txin, 1); in sca_xmit()
642 buff = buffer_offset(port, port->txin, 1); in sca_xmit()
662 port->txin = next_desc(port, port->txin, 1); in sca_xmit()
663 sca_outw(desc_offset(port, port->txin, 1), in sca_xmit()
668 desc = desc_address(port, port->txin + 1, 1); in sca_xmit()
Dc101.c70 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member
Dpci200syn.c75 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member
Dn2.c105 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member
Dpc300too.c88 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member