Searched refs:tx_in (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dambassador.h450 } tx_in; typedef in typeref:struct:__anon3933
452 /* handle is the handle from tx_in */
559 tx_in * start;
560 tx_in * ptr;
561 tx_in * limit;
H A Dambassador.c405 static inline int tx_give (amb_dev * dev, tx_in * tx) {
1086 tx_in tx;
1254 total += txs * (sizeof(tx_in) + sizeof(tx_out));
1294 tx_in * in = memory;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dwanxl.c60 int tx_in, tx_out; member in struct:__anon5982
166 desc_t *desc = &get_status(port)->tx_descs[port->tx_in];
167 struct sk_buff *skb = port->tx_skbs[port->tx_in];
188 port->tx_in = (port->tx_in + 1) % TX_BUFFERS;
409 port->tx_in = port->tx_out = 0;
H A Dwanxlfw.S297 clrl tx_in(%d0)
567 movel tx_in(%d0), %d1
568 movel %d1, %d2 // D1 = D2 = tx_in BD# = desc#
570 addl tx_first_bd(%d0), %d1 // D1 = current tx_in BD address
575 // update D6, tx_in and tx_count
578 movel tx_in(%d0), %d1
584 movel %d1, tx_in(%d0)
884 tx_in: .long 0, 0, 0, 0 // transmitted label

Completed in 52 milliseconds