Home
last modified time | relevance | path

Searched refs:tx_out (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Dtx.c442 room = I2400M_TX_BUF_SIZE - (i2400m->tx_in - i2400m->tx_out); in i2400m_tx_fifo_push()
668 i2400m->tx_out); in i2400m_tx_close()
851 if (i2400m->tx_in == i2400m->tx_out) { /* Empty FIFO? */ in i2400m_tx_msg_get()
853 i2400m->tx_out = 0; in i2400m_tx_msg_get()
857 tx_msg = i2400m->tx_buf + i2400m->tx_out % I2400M_TX_BUF_SIZE; in i2400m_tx_msg_get()
860 i2400m->tx_out % I2400M_TX_BUF_SIZE, in i2400m_tx_msg_get()
862 i2400m->tx_out += tx_msg->size & ~I2400M_TX_SKIP; in i2400m_tx_msg_get()
878 i2400m->tx_out += tx_msg->size & ~I2400M_TX_SKIP; in i2400m_tx_msg_get()
940 i2400m->tx_out += i2400m->tx_msg_size; in i2400m_tx_msg_sent()
943 BUG_ON(i2400m->tx_out > i2400 in i2400m_tx_msg_sent()
[all...]
H A Ddebugfs.c207 debugfs_create_size_t("tx_out", 0400, dentry, &i2400m->tx_out); in i2400m_debugfs_add()
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
/kernel/linux/linux-5.10/drivers/atm/
H A Dambassador.h448 } tx_out; typedef
556 tx_out * start;
557 tx_out * ptr;
558 tx_out * limit;
H A Dambassador.c435 static void tx_complete (amb_dev * dev, tx_out * tx) { in tx_complete()
1507 total += txs * (sizeof(tx_in) + sizeof(tx_out)); in create_queues()
1548 tx_out * out; in create_queues()
/kernel/linux/linux-5.10/drivers/net/wan/
H A Dwanxl.c60 int tx_in, tx_out; member
278 desc = &get_status(port)->tx_descs[port->tx_out]; in wanxl_xmit()
294 port->tx_skbs[port->tx_out] = skb; in wanxl_xmit()
302 port->tx_out = (port->tx_out + 1) % TX_BUFFERS; in wanxl_xmit()
304 if (get_status(port)->tx_descs[port->tx_out].stat != PACKET_EMPTY) { in wanxl_xmit()
406 port->tx_in = port->tx_out = 0; in wanxl_open()
H A Dwanxlfw.S297 clrl tx_out(%d0)
451 movel tx_out(%d0), %d1
452 movel %d1, %d2 // D1 = D2 = tx_out BD# = desc#
462 addl tx_first_bd(%d0), %d1 // D1 = current tx_out BD addr
470 // update tx_out and tx_count
471 movel tx_out(%d0), %d1
476 tx_1: movel %d1, tx_out(%d0)
884 tx_out: .long 0, 0, 0, 0 // received from host for transmission label
/kernel/linux/linux-6.6/drivers/net/wan/
H A Dwanxl.c59 int tx_in, tx_out; member
288 desc = &get_status(port)->tx_descs[port->tx_out]; in wanxl_xmit()
304 port->tx_skbs[port->tx_out] = skb; in wanxl_xmit()
312 port->tx_out = (port->tx_out + 1) % TX_BUFFERS; in wanxl_xmit()
314 if (get_status(port)->tx_descs[port->tx_out].stat != PACKET_EMPTY) { in wanxl_xmit()
409 port->tx_in = port->tx_out = 0; in wanxl_open()
H A Dwanxlfw.S297 clrl tx_out(%d0)
451 movel tx_out(%d0), %d1
452 movel %d1, %d2 // D1 = D2 = tx_out BD# = desc#
462 addl tx_first_bd(%d0), %d1 // D1 = current tx_out BD addr
470 // update tx_out and tx_count
471 movel tx_out(%d0), %d1
476 tx_1: movel %d1, tx_out(%d0)
884 tx_out: .long 0, 0, 0, 0 // received from host for transmission label
/kernel/linux/linux-5.10/drivers/crypto/
H A Domap-aes.c272 struct dma_async_tx_descriptor *tx_in, *tx_out = NULL, *cb_desc; in omap_aes_crypt_dma() local
327 tx_out = dmaengine_prep_slave_sg(dd->dma_lch_out, out_sg, in omap_aes_crypt_dma()
331 if (!tx_out) { in omap_aes_crypt_dma()
336 cb_desc = tx_out; in omap_aes_crypt_dma()
349 if (tx_out) in omap_aes_crypt_dma()
350 dmaengine_submit(tx_out); in omap_aes_crypt_dma()
H A Domap-des.c383 struct dma_async_tx_descriptor *tx_in, *tx_out; in omap_des_crypt_dma() local
435 tx_out = dmaengine_prep_slave_sg(dd->dma_lch_out, out_sg, out_sg_len, in omap_des_crypt_dma()
438 if (!tx_out) { in omap_des_crypt_dma()
443 tx_out->callback = omap_des_dma_out_callback; in omap_des_crypt_dma()
444 tx_out->callback_param = dd; in omap_des_crypt_dma()
447 dmaengine_submit(tx_out); in omap_des_crypt_dma()
H A Dsa2ul.c1067 struct dma_async_tx_descriptor *tx_out; in sa_run() local
1234 tx_out = dmaengine_prep_slave_sg(pdata->dma_tx, src, in sa_run()
1238 if (!tx_out) { in sa_run()
1248 mdptr = (u32 *)dmaengine_desc_get_metadata_ptr(tx_out, &pl, &ml); in sa_run()
1255 dmaengine_desc_set_metadata_len(tx_out, req->mdata_size); in sa_run()
1257 dmaengine_submit(tx_out); in sa_run()
/kernel/linux/linux-6.6/drivers/crypto/
H A Domap-aes.c270 struct dma_async_tx_descriptor *tx_in, *tx_out = NULL, *cb_desc; in omap_aes_crypt_dma() local
325 tx_out = dmaengine_prep_slave_sg(dd->dma_lch_out, out_sg, in omap_aes_crypt_dma()
329 if (!tx_out) { in omap_aes_crypt_dma()
334 cb_desc = tx_out; in omap_aes_crypt_dma()
347 if (tx_out) in omap_aes_crypt_dma()
348 dmaengine_submit(tx_out); in omap_aes_crypt_dma()
H A Domap-des.c377 struct dma_async_tx_descriptor *tx_in, *tx_out; in omap_des_crypt_dma() local
429 tx_out = dmaengine_prep_slave_sg(dd->dma_lch_out, out_sg, out_sg_len, in omap_des_crypt_dma()
432 if (!tx_out) { in omap_des_crypt_dma()
437 tx_out->callback = omap_des_dma_out_callback; in omap_des_crypt_dma()
438 tx_out->callback_param = dd; in omap_des_crypt_dma()
441 dmaengine_submit(tx_out); in omap_des_crypt_dma()
H A Dsa2ul.c1093 struct dma_async_tx_descriptor *tx_out; in sa_run() local
1260 tx_out = dmaengine_prep_slave_sg(pdata->dma_tx, src, in sa_run()
1264 if (!tx_out) { in sa_run()
1274 mdptr = (u32 *)dmaengine_desc_get_metadata_ptr(tx_out, &pl, &ml); in sa_run()
1281 dmaengine_desc_set_metadata_len(tx_out, req->mdata_size); in sa_run()
1283 dmaengine_submit(tx_out); in sa_run()

Completed in 26 milliseconds