[go: nahoru, domu]

Searched defs:tx_out (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wan/
H A Dwanxl.c63 int tx_in, tx_out; member in struct:port
280 desc = &get_status(port)->tx_descs[port->tx_out];
296 port->tx_skbs[port->tx_out] = skb;
304 port->tx_out = (port->tx_out + 1) % TX_BUFFERS;
306 if (get_status(port)->tx_descs[port->tx_out].stat != PACKET_EMPTY) {
408 port->tx_in = port->tx_out = 0;
H A Dwanxlfw.S299 clrl tx_out(%d0)
453 movel tx_out(%d0), %d1
454 movel %d1, %d2 // D1 = D2 = tx_out BD# = desc#
464 addl tx_first_bd(%d0), %d1 // D1 = current tx_out BD addr
472 // update tx_out and tx_count
473 movel tx_out(%d0), %d1
478 tx_1: movel %d1, tx_out(%d0)
886 tx_out: .long 0, 0, 0, 0 // received from host for transmission label
/drivers/net/wimax/i2400m/
H A Di2400m.h390 * and it is always greater than @tx_out.
392 * @tx_out: FIFO index for outgoing data
601 size_t tx_in, tx_out; member in struct:i2400m
/drivers/crypto/
H A Domap-aes.c422 struct dma_async_tx_descriptor *tx_in, *tx_out; local
474 tx_out = dmaengine_prep_slave_sg(dd->dma_lch_out, out_sg, out_sg_len,
477 if (!tx_out) {
482 tx_out->callback = omap_aes_dma_out_callback;
483 tx_out->callback_param = dd;
486 dmaengine_submit(tx_out);
H A Domap-des.c406 struct dma_async_tx_descriptor *tx_in, *tx_out; local
458 tx_out = dmaengine_prep_slave_sg(dd->dma_lch_out, out_sg, out_sg_len,
461 if (!tx_out) {
466 tx_out->callback = omap_des_dma_out_callback;
467 tx_out->callback_param = dd;
470 dmaengine_submit(tx_out);
/drivers/atm/
H A Dambassador.h463 } tx_out; typedef in typeref:struct:__anon115
571 tx_out * start;
572 tx_out * ptr;
573 tx_out * limit;

Completed in 131 milliseconds