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

/linux-4.4.14/drivers/net/wan/
H A Dhd64570.c156 port->txin = 0; sca_init_port()
590 sca_in(DSR_TX(phy_node(port)), card), port->txin, port->txlast, sca_dump_rings()
631 desc = desc_address(port, port->txin + 1, 1); sca_xmit()
639 desc = desc_address(port, port->txin, 1); sca_xmit()
640 buff = buffer_offset(port, port->txin, 1); sca_xmit()
660 port->txin = next_desc(port, port->txin, 1); sca_xmit()
661 sca_outw(desc_offset(port, port->txin, 1), sca_xmit()
666 desc = desc_address(port, port->txin + 1, 1); sca_xmit()
H A Dhd64572.c135 port->txin = 0; sca_init_port()
538 sca_in(DSR_TX(port->chan), card), port->txin, port->txlast, sca_dump_rings()
574 desc = desc_address(port, port->txin + 1, 1); sca_xmit()
582 desc = desc_address(port, port->txin, 1); sca_xmit()
583 buff = buffer_offset(port, port->txin, 1); sca_xmit()
590 port->txin = (port->txin + 1) % card->tx_ring_buffers; sca_xmit()
591 sca_outl(desc_offset(port, port->txin, 1), sca_xmit()
596 desc = desc_address(port, port->txin + 1, 1); sca_xmit()
H A Dc101.c72 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member in struct:card_s
H A Dpci200syn.c77 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member in struct:port_s
H A Dn2.c107 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member in struct:port_s
H A Dpc300too.c90 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member in struct:port_s
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Ddma.c233 u16 txin; /* index of next descriptor to reclaim */ member in struct:dma_info
1148 di->txin = di->txout = 0; dma_txinit()
1216 if (di->txin == di->txout) dma_txreclaim()
1279 if (WARN_ON(nexttxd(di, txout) == di->txin)) dma_txenq()
1367 di->dma.txavail = di->ntxd - ntxdactive(di, di->txin, di->txout) - dma_update_txavail()
1390 if (di->dma.txavail == 0 || nexttxd(di, di->txout) == di->txin) dma_txfast()
1440 return ntxdactive(di, di->txin, di->txout); dma_txpending()
1484 start = di->txin; dma_getnexttxp()
1528 di->txin = i; dma_getnexttxp()
1551 uint i = di->txin; dma_walk_packets()

Completed in 205 milliseconds