Searched refs:txin (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/staging/brcm80211/util/ |
D | hnddma.c | 99 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/ |
D | hd64572.c | 137 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()
|
D | hd64570.c | 158 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()
|
D | c101.c | 70 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member
|
D | pci200syn.c | 75 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member
|
D | n2.c | 105 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member
|
D | pc300too.c | 88 u16 txin; /* tx ring buffer 'in' and 'last' pointers */ member
|