Home
last modified time | relevance | path

Searched refs:tx_bufs (Results 1 – 25 of 38) sorted by relevance

12

/dports/lang/micropython/micropython-1.17/ports/zephyr/
H A Dmachine_spi.c174 struct spi_buf tx_bufs[1]; in machine_hard_spi_transfer() local
175 tx_bufs[0].buf = (uint8_t *)src; in machine_hard_spi_transfer()
176 tx_bufs[0].len = len; in machine_hard_spi_transfer()
178 .buffers = tx_bufs, in machine_hard_spi_transfer()
179 .count = ARRAY_SIZE(tx_bufs) in machine_hard_spi_transfer()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/sun/
H A Dsunvnet_common.c1011 if (port->tx_bufs[txi].skb) { in vnet_clean_tx_ring()
1018 skb = port->tx_bufs[txi].skb; in vnet_clean_tx_ring()
1019 port->tx_bufs[txi].skb = NULL; in vnet_clean_tx_ring()
1022 port->tx_bufs[txi].cookies, in vnet_clean_tx_ring()
1398 BUG_ON(port->tx_bufs[txi].skb); in sunvnet_start_xmit_common()
1411 port->tx_bufs[txi].skb = skb; in sunvnet_start_xmit_common()
1481 skb = port->tx_bufs[txi].skb; in sunvnet_start_xmit_common()
1482 port->tx_bufs[txi].skb = NULL; in sunvnet_start_xmit_common()
1690 port->tx_bufs[i].cookies, in sunvnet_port_free_tx_bufs_common()
1691 port->tx_bufs[i].ncookies); in sunvnet_port_free_tx_bufs_common()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/sun/
H A Dsunvnet_common.c1011 if (port->tx_bufs[txi].skb) { in vnet_clean_tx_ring()
1018 skb = port->tx_bufs[txi].skb; in vnet_clean_tx_ring()
1019 port->tx_bufs[txi].skb = NULL; in vnet_clean_tx_ring()
1022 port->tx_bufs[txi].cookies, in vnet_clean_tx_ring()
1398 BUG_ON(port->tx_bufs[txi].skb); in sunvnet_start_xmit_common()
1411 port->tx_bufs[txi].skb = skb; in sunvnet_start_xmit_common()
1481 skb = port->tx_bufs[txi].skb; in sunvnet_start_xmit_common()
1482 port->tx_bufs[txi].skb = NULL; in sunvnet_start_xmit_common()
1690 port->tx_bufs[i].cookies, in sunvnet_port_free_tx_bufs_common()
1691 port->tx_bufs[i].ncookies); in sunvnet_port_free_tx_bufs_common()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/sun/
H A Dsunvnet_common.c1011 if (port->tx_bufs[txi].skb) { in vnet_clean_tx_ring()
1018 skb = port->tx_bufs[txi].skb; in vnet_clean_tx_ring()
1019 port->tx_bufs[txi].skb = NULL; in vnet_clean_tx_ring()
1022 port->tx_bufs[txi].cookies, in vnet_clean_tx_ring()
1398 BUG_ON(port->tx_bufs[txi].skb); in sunvnet_start_xmit_common()
1411 port->tx_bufs[txi].skb = skb; in sunvnet_start_xmit_common()
1481 skb = port->tx_bufs[txi].skb; in sunvnet_start_xmit_common()
1482 port->tx_bufs[txi].skb = NULL; in sunvnet_start_xmit_common()
1690 port->tx_bufs[i].cookies, in sunvnet_port_free_tx_bufs_common()
1691 port->tx_bufs[i].ncookies); in sunvnet_port_free_tx_bufs_common()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/hsi/
H A Dcs-protocol.h73 uint32_t tx_bufs; /* number of TX buffer slots */ member
96 uint32_t tx_bufs; /* # of TX buffers */ member
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/hsi/
H A Dcs-protocol.h73 uint32_t tx_bufs; /* number of TX buffer slots */ member
96 uint32_t tx_bufs; /* # of TX buffers */ member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/hsi/
H A Dcs-protocol.h73 __u32 tx_bufs; /* number of TX buffer slots */ member
96 __u32 tx_bufs; /* # of TX buffers */ member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/hsi/
H A Dcs-protocol.h73 __u32 tx_bufs; /* number of TX buffer slots */ member
96 __u32 tx_bufs; /* # of TX buffers */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/hsi/
H A Dcs-protocol.h73 uint32_t tx_bufs; /* number of TX buffer slots */ member
96 uint32_t tx_bufs; /* # of TX buffers */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/apple/
H A Dbmac.c73 struct sk_buff *tx_bufs[N_TX_RING]; member
493 if (bp->tx_bufs[i] != NULL) { in bmac_suspend()
495 bp->tx_bufs[i] = NULL; in bmac_suspend()
662 bp->tx_bufs[bp->tx_fill] = skb; in bmac_transmit_packet()
779 if (bp->tx_bufs[bp->tx_empty]) { in bmac_txdma_intr()
783 bp->tx_bufs[bp->tx_empty] = NULL; in bmac_txdma_intr()
1420 if (bp->tx_bufs[i] != NULL) { in bmac_close()
1421 dev_kfree_skb(bp->tx_bufs[i]); in bmac_close()
1422 bp->tx_bufs[i] = NULL; in bmac_close()
1514 dev_kfree_skb(bp->tx_bufs[i]); in bmac_tx_timeout()
[all …]
H A Dmace.c56 struct sk_buff *tx_bufs[N_TX_RING]; member
422 dev_kfree_skb(mp->tx_bufs[i]); in mace_clean_rings()
557 mp->tx_bufs[fill] = skb; in mace_xmit_start()
765 dev->stats.tx_bytes += mp->tx_bufs[i]->len; in mace_interrupt()
768 dev_consume_skb_irq(mp->tx_bufs[i]); in mace_interrupt()
844 dev_kfree_skb(mp->tx_bufs[i]); in mace_tx_timeout()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/apple/
H A Dbmac.c73 struct sk_buff *tx_bufs[N_TX_RING]; member
493 if (bp->tx_bufs[i] != NULL) { in bmac_suspend()
495 bp->tx_bufs[i] = NULL; in bmac_suspend()
662 bp->tx_bufs[bp->tx_fill] = skb; in bmac_transmit_packet()
779 if (bp->tx_bufs[bp->tx_empty]) { in bmac_txdma_intr()
783 bp->tx_bufs[bp->tx_empty] = NULL; in bmac_txdma_intr()
1420 if (bp->tx_bufs[i] != NULL) { in bmac_close()
1421 dev_kfree_skb(bp->tx_bufs[i]); in bmac_close()
1422 bp->tx_bufs[i] = NULL; in bmac_close()
1514 dev_kfree_skb(bp->tx_bufs[i]); in bmac_tx_timeout()
[all …]
H A Dmace.c56 struct sk_buff *tx_bufs[N_TX_RING]; member
422 dev_kfree_skb(mp->tx_bufs[i]); in mace_clean_rings()
557 mp->tx_bufs[fill] = skb; in mace_xmit_start()
765 dev->stats.tx_bytes += mp->tx_bufs[i]->len; in mace_interrupt()
768 dev_consume_skb_irq(mp->tx_bufs[i]); in mace_interrupt()
844 dev_kfree_skb(mp->tx_bufs[i]); in mace_tx_timeout()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/apple/
H A Dbmac.c73 struct sk_buff *tx_bufs[N_TX_RING]; member
493 if (bp->tx_bufs[i] != NULL) { in bmac_suspend()
495 bp->tx_bufs[i] = NULL; in bmac_suspend()
662 bp->tx_bufs[bp->tx_fill] = skb; in bmac_transmit_packet()
779 if (bp->tx_bufs[bp->tx_empty]) { in bmac_txdma_intr()
783 bp->tx_bufs[bp->tx_empty] = NULL; in bmac_txdma_intr()
1420 if (bp->tx_bufs[i] != NULL) { in bmac_close()
1421 dev_kfree_skb(bp->tx_bufs[i]); in bmac_close()
1422 bp->tx_bufs[i] = NULL; in bmac_close()
1514 dev_kfree_skb(bp->tx_bufs[i]); in bmac_tx_timeout()
[all …]
H A Dmace.c56 struct sk_buff *tx_bufs[N_TX_RING]; member
422 dev_kfree_skb(mp->tx_bufs[i]); in mace_clean_rings()
557 mp->tx_bufs[fill] = skb; in mace_xmit_start()
765 dev->stats.tx_bytes += mp->tx_bufs[i]->len; in mace_interrupt()
768 dev_consume_skb_irq(mp->tx_bufs[i]); in mace_interrupt()
844 dev_kfree_skb(mp->tx_bufs[i]); in mace_tx_timeout()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hsi/clients/
H A Dcmt_speech.c101 unsigned int tx_bufs; member
788 static void set_buffer_sizes(struct cs_hsi_iface *hi, int rx_bufs, int tx_bufs) in set_buffer_sizes() argument
791 hi->tx_bufs = tx_bufs; in set_buffer_sizes()
793 hi->mmap_cfg->tx_bufs = tx_bufs; in set_buffer_sizes()
814 (buf_cfg->rx_bufs + buf_cfg->tx_bufs); in check_buf_params()
819 buf_cfg->tx_bufs > CS_MAX_BUFFERS) { in check_buf_params()
886 set_buffer_sizes(hi, buf_cfg->rx_bufs, buf_cfg->tx_bufs); in cs_hsi_data_enable()
904 for (i = 0; i < hi->mmap_cfg->tx_bufs; i++) { in cs_hsi_data_enable()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hsi/clients/
H A Dcmt_speech.c101 unsigned int tx_bufs; member
788 static void set_buffer_sizes(struct cs_hsi_iface *hi, int rx_bufs, int tx_bufs) in set_buffer_sizes() argument
791 hi->tx_bufs = tx_bufs; in set_buffer_sizes()
793 hi->mmap_cfg->tx_bufs = tx_bufs; in set_buffer_sizes()
814 (buf_cfg->rx_bufs + buf_cfg->tx_bufs); in check_buf_params()
819 buf_cfg->tx_bufs > CS_MAX_BUFFERS) { in check_buf_params()
886 set_buffer_sizes(hi, buf_cfg->rx_bufs, buf_cfg->tx_bufs); in cs_hsi_data_enable()
904 for (i = 0; i < hi->mmap_cfg->tx_bufs; i++) { in cs_hsi_data_enable()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hsi/clients/
H A Dcmt_speech.c101 unsigned int tx_bufs; member
788 static void set_buffer_sizes(struct cs_hsi_iface *hi, int rx_bufs, int tx_bufs) in set_buffer_sizes() argument
791 hi->tx_bufs = tx_bufs; in set_buffer_sizes()
793 hi->mmap_cfg->tx_bufs = tx_bufs; in set_buffer_sizes()
814 (buf_cfg->rx_bufs + buf_cfg->tx_bufs); in check_buf_params()
819 buf_cfg->tx_bufs > CS_MAX_BUFFERS) { in check_buf_params()
886 set_buffer_sizes(hi, buf_cfg->rx_bufs, buf_cfg->tx_bufs); in cs_hsi_data_enable()
904 for (i = 0; i < hi->mmap_cfg->tx_bufs; i++) { in cs_hsi_data_enable()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/silan/
H A Dsc92031.c284 void *tx_bufs; member
957 skb_copy_and_csum_dev(skb, priv->tx_bufs + entry * TX_BUF_SIZE); in sc92031_start_xmit()
961 memset(priv->tx_bufs + entry * TX_BUF_SIZE + len, in sc92031_start_xmit()
1004 priv->tx_bufs = dma_alloc_coherent(&pdev->dev, TX_BUF_TOT_LEN, in sc92031_open()
1006 if (unlikely(!priv->tx_bufs)) { in sc92031_open()
1035 dma_free_coherent(&pdev->dev, TX_BUF_TOT_LEN, priv->tx_bufs, in sc92031_open()
1062 dma_free_coherent(&pdev->dev, TX_BUF_TOT_LEN, priv->tx_bufs, in sc92031_stop()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/silan/
H A Dsc92031.c284 void *tx_bufs; member
957 skb_copy_and_csum_dev(skb, priv->tx_bufs + entry * TX_BUF_SIZE); in sc92031_start_xmit()
961 memset(priv->tx_bufs + entry * TX_BUF_SIZE + len, in sc92031_start_xmit()
1004 priv->tx_bufs = dma_alloc_coherent(&pdev->dev, TX_BUF_TOT_LEN, in sc92031_open()
1006 if (unlikely(!priv->tx_bufs)) { in sc92031_open()
1035 dma_free_coherent(&pdev->dev, TX_BUF_TOT_LEN, priv->tx_bufs, in sc92031_open()
1062 dma_free_coherent(&pdev->dev, TX_BUF_TOT_LEN, priv->tx_bufs, in sc92031_stop()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/silan/
H A Dsc92031.c284 void *tx_bufs; member
957 skb_copy_and_csum_dev(skb, priv->tx_bufs + entry * TX_BUF_SIZE); in sc92031_start_xmit()
961 memset(priv->tx_bufs + entry * TX_BUF_SIZE + len, in sc92031_start_xmit()
1004 priv->tx_bufs = dma_alloc_coherent(&pdev->dev, TX_BUF_TOT_LEN, in sc92031_open()
1006 if (unlikely(!priv->tx_bufs)) { in sc92031_open()
1035 dma_free_coherent(&pdev->dev, TX_BUF_TOT_LEN, priv->tx_bufs, in sc92031_open()
1062 dma_free_coherent(&pdev->dev, TX_BUF_TOT_LEN, priv->tx_bufs, in sc92031_stop()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/aeroflex/
H A Dgreth.h105 unsigned char *tx_bufs[GRETH_TXBD_NUM]; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/aeroflex/
H A Dgreth.h105 unsigned char *tx_bufs[GRETH_TXBD_NUM]; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/aeroflex/
H A Dgreth.h105 unsigned char *tx_bufs[GRETH_TXBD_NUM]; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/realtek/
H A D8139too.c597 unsigned char *tx_bufs; /* Tx bounce buffer region. */ member
1330 tp->tx_bufs = dma_alloc_coherent(&tp->pci_dev->dev, TX_BUF_TOT_LEN, in rtl8139_open()
1334 if (tp->tx_bufs == NULL || tp->rx_ring == NULL) { in rtl8139_open()
1337 if (tp->tx_bufs) in rtl8139_open()
1339 tp->tx_bufs, tp->tx_bufs_dma); in rtl8139_open()
1427 RTL_W32_F (TxAddr0 + (i * 4), tp->tx_bufs_dma + (tp->tx_buf[i] - tp->tx_bufs)); in rtl8139_hw_start()
1457 tp->tx_buf[i] = &tp->tx_bufs[i * TX_BUF_SIZE]; in rtl8139_init_ring()
2288 tp->tx_bufs, tp->tx_bufs_dma); in rtl8139_close()
2290 tp->tx_bufs = NULL; in rtl8139_close()

12