Searched refs:txin (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wan/ |
D | hd64572.c | 136 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()
|
D | hd64570.c | 157 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()
|
D | pci200syn.c | 77 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member
|
D | c101.c | 72 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member
|
D | n2.c | 107 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member
|
D | pc300too.c | 90 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member
|
/drivers/net/wireless/brcm80211/brcmsmac/ |
D | dma.c | 233 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()
|