Home
last modified time | relevance | path

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

/drivers/net/wan/
Dhd64572.c136 port->txin = 0; in sca_init_port()
539 sca_in(DSR_TX(port->chan), card), port->txin, port->txlast, in sca_dump_rings()
575 desc = desc_address(port, port->txin + 1, 1); in sca_xmit()
583 desc = desc_address(port, port->txin, 1); in sca_xmit()
584 buff = buffer_offset(port, port->txin, 1); in sca_xmit()
591 port->txin = (port->txin + 1) % card->tx_ring_buffers; in sca_xmit()
592 sca_outl(desc_offset(port, port->txin, 1), in sca_xmit()
597 desc = desc_address(port, port->txin + 1, 1); in sca_xmit()
Dhd64570.c157 port->txin = 0; in sca_init_port()
591 sca_in(DSR_TX(phy_node(port)), card), port->txin, port->txlast, in sca_dump_rings()
632 desc = desc_address(port, port->txin + 1, 1); in sca_xmit()
640 desc = desc_address(port, port->txin, 1); in sca_xmit()
641 buff = buffer_offset(port, port->txin, 1); in sca_xmit()
661 port->txin = next_desc(port, port->txin, 1); in sca_xmit()
662 sca_outw(desc_offset(port, port->txin, 1), in sca_xmit()
667 desc = desc_address(port, port->txin + 1, 1); in sca_xmit()
Dpci200syn.c77 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member
Dc101.c72 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member
Dn2.c107 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member
Dpc300too.c90 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member
/drivers/net/wireless/brcm80211/brcmsmac/
Ddma.c233 u16 txin; /* index of next descriptor to reclaim */ member
1145 di->txin = di->txout = 0; in dma_txinit()
1213 if (di->txin == di->txout) in dma_txreclaim()
1276 if (WARN_ON(nexttxd(di, txout) == di->txin)) in dma_txenq()
1360 di->dma.txavail = di->ntxd - ntxdactive(di, di->txin, di->txout) - in dma_update_txavail()
1383 if (di->dma.txavail == 0 || nexttxd(di, di->txout) == di->txin) in dma_txfast()
1433 return ntxdactive(di, di->txin, di->txout); in dma_txpending()
1477 start = di->txin; in dma_getnexttxp()
1521 di->txin = i; in dma_getnexttxp()
1544 uint i = di->txin; in dma_walk_packets()