Home
last modified time | relevance | path

Searched refs:tx_in (Results 1 – 11 of 11) sorted by relevance

/drivers/net/wimax/i2400m/
Dtx.c326 size_t tx_in; in __i2400m_tx_tail_room() local
328 if (unlikely(i2400m->tx_in == 0)) in __i2400m_tx_tail_room()
330 tx_in = i2400m->tx_in % I2400M_TX_BUF_SIZE; in __i2400m_tx_tail_room()
331 tail_room = I2400M_TX_BUF_SIZE - tx_in; in __i2400m_tx_tail_room()
442 room = I2400M_TX_BUF_SIZE - (i2400m->tx_in - i2400m->tx_out); in i2400m_tx_fifo_push()
474 ptr = i2400m->tx_buf + i2400m->tx_in % I2400M_TX_BUF_SIZE; in i2400m_tx_fifo_push()
476 i2400m->tx_in % I2400M_TX_BUF_SIZE); in i2400m_tx_fifo_push()
477 i2400m->tx_in += size; in i2400m_tx_fifo_push()
508 size_t tx_in = i2400m->tx_in % I2400M_TX_BUF_SIZE; in i2400m_tx_skip_tail() local
510 struct i2400m_msg_hdr *msg = i2400m->tx_buf + tx_in; in i2400m_tx_skip_tail()
[all …]
Di2400m.h601 size_t tx_in, tx_out; member
Ddebugfs.c264 &i2400m->tx_in); in i2400m_debugfs_add()
/drivers/atm/
Dambassador.h457 } tx_in; typedef
566 tx_in * start;
567 tx_in * ptr;
568 tx_in * limit;
Dambassador.c627 static int tx_give (amb_dev * dev, tx_in * tx) { in tx_give()
1315 tx_in tx; in amb_send()
1522 total += txs * (sizeof(tx_in) + sizeof(tx_out)); in create_queues()
1562 tx_in * in = memory; in create_queues()
/drivers/net/wan/
Dwanxl.c63 int tx_in, tx_out; member
167 desc_t *desc = &get_status(port)->tx_descs[port->tx_in]; in wanxl_tx_intr()
168 struct sk_buff *skb = port->tx_skbs[port->tx_in]; in wanxl_tx_intr()
189 port->tx_in = (port->tx_in + 1) % TX_BUFFERS; in wanxl_tx_intr()
408 port->tx_in = port->tx_out = 0; in wanxl_open()
Dwanxlfw.S298 clrl tx_in(%d0)
568 movel tx_in(%d0), %d1
579 movel tx_in(%d0), %d1
585 movel %d1, tx_in(%d0)
885 tx_in: .long 0, 0, 0, 0 // transmitted label
/drivers/staging/dgnc/
Ddigi.h112 unsigned long tx_in; member
Ddgnc_tty.c2857 tdist = (buf.tx_in - buf.tx_out) & 0xffff; in dgnc_tty_ioctl()
/drivers/crypto/
Domap-des.c393 struct dma_async_tx_descriptor *tx_in, *tx_out; in omap_des_crypt_dma() local
426 tx_in = dmaengine_prep_slave_sg(dd->dma_lch_in, in_sg, in_sg_len, in omap_des_crypt_dma()
429 if (!tx_in) { in omap_des_crypt_dma()
435 tx_in->callback_param = dd; in omap_des_crypt_dma()
456 dmaengine_submit(tx_in); in omap_des_crypt_dma()
Domap-aes.c410 struct dma_async_tx_descriptor *tx_in, *tx_out; in omap_aes_crypt_dma() local
443 tx_in = dmaengine_prep_slave_sg(dd->dma_lch_in, in_sg, in_sg_len, in omap_aes_crypt_dma()
446 if (!tx_in) { in omap_aes_crypt_dma()
452 tx_in->callback_param = dd; in omap_aes_crypt_dma()
473 dmaengine_submit(tx_in); in omap_aes_crypt_dma()