Searched refs:tx_out (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.h456 } tx_out; typedef in typeref:struct:__anon3934
564 tx_out * start;
565 tx_out * ptr;
566 tx_out * limit;
H A Dambassador.c229 static inline void tx_complete (amb_dev * dev, tx_out * tx) {
1254 total += txs * (sizeof(tx_in) + sizeof(tx_out));
1295 tx_out * out;
/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
281 desc = &get_status(port)->tx_descs[port->tx_out];
297 port->tx_skbs[port->tx_out] = skb;
306 port->tx_out = (port->tx_out + 1) % TX_BUFFERS;
308 if (get_status(port)->tx_descs[port->tx_out].stat != PACKET_EMPTY) {
409 port->tx_in = port->tx_out = 0;
H A Dwanxlfw.S298 clrl tx_out(%d0)
452 movel tx_out(%d0), %d1
453 movel %d1, %d2 // D1 = D2 = tx_out BD# = desc#
463 addl tx_first_bd(%d0), %d1 // D1 = current tx_out BD addr
471 // update tx_out and tx_count
472 movel tx_out(%d0), %d1
477 tx_1: movel %d1, tx_out(%d0)
885 tx_out: .long 0, 0, 0, 0 // received from host for transmission label

Completed in 60 milliseconds