tx_bufs           101 drivers/hsi/clients/cmt_speech.c 	unsigned int			tx_bufs;
tx_bufs           788 drivers/hsi/clients/cmt_speech.c static void set_buffer_sizes(struct cs_hsi_iface *hi, int rx_bufs, int tx_bufs)
tx_bufs           791 drivers/hsi/clients/cmt_speech.c 	hi->tx_bufs = tx_bufs;
tx_bufs           793 drivers/hsi/clients/cmt_speech.c 	hi->mmap_cfg->tx_bufs = tx_bufs;
tx_bufs           814 drivers/hsi/clients/cmt_speech.c 					(buf_cfg->rx_bufs + buf_cfg->tx_bufs);
tx_bufs           819 drivers/hsi/clients/cmt_speech.c 					buf_cfg->tx_bufs > CS_MAX_BUFFERS) {
tx_bufs           886 drivers/hsi/clients/cmt_speech.c 	set_buffer_sizes(hi, buf_cfg->rx_bufs, buf_cfg->tx_bufs);
tx_bufs           904 drivers/hsi/clients/cmt_speech.c 	for (i = 0; i < hi->mmap_cfg->tx_bufs; i++) {
tx_bufs           223 drivers/net/ethernet/aeroflex/greth.c 			kfree(greth->tx_bufs[i]);
tx_bufs           296 drivers/net/ethernet/aeroflex/greth.c 			greth->tx_bufs[i] = kmalloc(MAX_FRAME_SIZE, GFP_KERNEL);
tx_bufs           298 drivers/net/ethernet/aeroflex/greth.c 			if (greth->tx_bufs[i] == NULL) {
tx_bufs           305 drivers/net/ethernet/aeroflex/greth.c 						  greth->tx_bufs[i],
tx_bufs           105 drivers/net/ethernet/aeroflex/greth.h 	unsigned char *tx_bufs[GRETH_TXBD_NUM];
tx_bufs            73 drivers/net/ethernet/apple/bmac.c 	struct sk_buff *tx_bufs[N_TX_RING];
tx_bufs           493 drivers/net/ethernet/apple/bmac.c 			if (bp->tx_bufs[i] != NULL) {
tx_bufs           494 drivers/net/ethernet/apple/bmac.c 		       		dev_kfree_skb(bp->tx_bufs[i]);
tx_bufs           495 drivers/net/ethernet/apple/bmac.c 	       			bp->tx_bufs[i] = NULL;
tx_bufs           662 drivers/net/ethernet/apple/bmac.c 	bp->tx_bufs[bp->tx_fill] = skb;
tx_bufs           779 drivers/net/ethernet/apple/bmac.c 		if (bp->tx_bufs[bp->tx_empty]) {
tx_bufs           781 drivers/net/ethernet/apple/bmac.c 			dev_consume_skb_irq(bp->tx_bufs[bp->tx_empty]);
tx_bufs           783 drivers/net/ethernet/apple/bmac.c 		bp->tx_bufs[bp->tx_empty] = NULL;
tx_bufs          1420 drivers/net/ethernet/apple/bmac.c 		if (bp->tx_bufs[i] != NULL) {
tx_bufs          1421 drivers/net/ethernet/apple/bmac.c 			dev_kfree_skb(bp->tx_bufs[i]);
tx_bufs          1422 drivers/net/ethernet/apple/bmac.c 			bp->tx_bufs[i] = NULL;
tx_bufs          1514 drivers/net/ethernet/apple/bmac.c 		dev_kfree_skb(bp->tx_bufs[i]);
tx_bufs          1515 drivers/net/ethernet/apple/bmac.c 		bp->tx_bufs[i] = NULL;
tx_bufs            56 drivers/net/ethernet/apple/mace.c     struct sk_buff *tx_bufs[N_TX_RING];
tx_bufs           422 drivers/net/ethernet/apple/mace.c 	dev_kfree_skb(mp->tx_bufs[i]);
tx_bufs           557 drivers/net/ethernet/apple/mace.c     mp->tx_bufs[fill] = skb;
tx_bufs           765 drivers/net/ethernet/apple/mace.c 	    dev->stats.tx_bytes += mp->tx_bufs[i]->len;
tx_bufs           768 drivers/net/ethernet/apple/mace.c 	dev_consume_skb_irq(mp->tx_bufs[i]);
tx_bufs           844 drivers/net/ethernet/apple/mace.c 	dev_kfree_skb(mp->tx_bufs[i]);
tx_bufs           354 drivers/net/ethernet/aurora/nb8800.c 	txb = &priv->tx_bufs[priv->tx_queue];
tx_bufs           424 drivers/net/ethernet/aurora/nb8800.c 	txb = &priv->tx_bufs[next];
tx_bufs           442 drivers/net/ethernet/aurora/nb8800.c 	desc->n_addr = priv->tx_bufs[next].dma_desc;
tx_bufs           497 drivers/net/ethernet/aurora/nb8800.c 		struct nb8800_tx_buf *txb = &priv->tx_bufs[done];
tx_bufs           760 drivers/net/ethernet/aurora/nb8800.c 	if (priv->tx_bufs) {
tx_bufs           762 drivers/net/ethernet/aurora/nb8800.c 			kfree_skb(priv->tx_bufs[i].skb);
tx_bufs           764 drivers/net/ethernet/aurora/nb8800.c 		kfree(priv->tx_bufs);
tx_bufs           765 drivers/net/ethernet/aurora/nb8800.c 		priv->tx_bufs = NULL;
tx_bufs           805 drivers/net/ethernet/aurora/nb8800.c 		struct nb8800_tx_buf *txb = &priv->tx_bufs[i];
tx_bufs           853 drivers/net/ethernet/aurora/nb8800.c 	priv->tx_bufs = kcalloc(n_tx, sizeof(*priv->tx_bufs), GFP_KERNEL);
tx_bufs           854 drivers/net/ethernet/aurora/nb8800.c 	if (!priv->tx_bufs)
tx_bufs           858 drivers/net/ethernet/aurora/nb8800.c 		priv->tx_bufs[i].dma_desc =
tx_bufs           874 drivers/net/ethernet/aurora/nb8800.c 	struct nb8800_tx_buf *txb = &priv->tx_bufs[0];
tx_bufs           266 drivers/net/ethernet/aurora/nb8800.h 	struct nb8800_tx_buf		*tx_bufs;
tx_bufs           597 drivers/net/ethernet/realtek/8139too.c 	unsigned char		*tx_bufs;	/* Tx bounce buffer region. */
tx_bufs          1330 drivers/net/ethernet/realtek/8139too.c 	tp->tx_bufs = dma_alloc_coherent(&tp->pci_dev->dev, TX_BUF_TOT_LEN,
tx_bufs          1334 drivers/net/ethernet/realtek/8139too.c 	if (tp->tx_bufs == NULL || tp->rx_ring == NULL) {
tx_bufs          1337 drivers/net/ethernet/realtek/8139too.c 		if (tp->tx_bufs)
tx_bufs          1339 drivers/net/ethernet/realtek/8139too.c 					    tp->tx_bufs, tp->tx_bufs_dma);
tx_bufs          1427 drivers/net/ethernet/realtek/8139too.c 		RTL_W32_F (TxAddr0 + (i * 4), tp->tx_bufs_dma + (tp->tx_buf[i] - tp->tx_bufs));
tx_bufs          1457 drivers/net/ethernet/realtek/8139too.c 		tp->tx_buf[i] = &tp->tx_bufs[i * TX_BUF_SIZE];
tx_bufs          2288 drivers/net/ethernet/realtek/8139too.c 			  tp->tx_bufs, tp->tx_bufs_dma);
tx_bufs          2290 drivers/net/ethernet/realtek/8139too.c 	tp->tx_bufs = NULL;
tx_bufs           284 drivers/net/ethernet/silan/sc92031.c 	void			*tx_bufs;
tx_bufs           956 drivers/net/ethernet/silan/sc92031.c 	skb_copy_and_csum_dev(skb, priv->tx_bufs + entry * TX_BUF_SIZE);
tx_bufs           960 drivers/net/ethernet/silan/sc92031.c 		memset(priv->tx_bufs + entry * TX_BUF_SIZE + len,
tx_bufs          1003 drivers/net/ethernet/silan/sc92031.c 	priv->tx_bufs = pci_alloc_consistent(pdev, TX_BUF_TOT_LEN,
tx_bufs          1005 drivers/net/ethernet/silan/sc92031.c 	if (unlikely(!priv->tx_bufs)) {
tx_bufs          1034 drivers/net/ethernet/silan/sc92031.c 	pci_free_consistent(pdev, TX_BUF_TOT_LEN, priv->tx_bufs,
tx_bufs          1061 drivers/net/ethernet/silan/sc92031.c 	pci_free_consistent(pdev, TX_BUF_TOT_LEN, priv->tx_bufs,
tx_bufs          1011 drivers/net/ethernet/sun/sunvnet_common.c 		if (port->tx_bufs[txi].skb) {
tx_bufs          1015 drivers/net/ethernet/sun/sunvnet_common.c 			BUG_ON(port->tx_bufs[txi].skb->next);
tx_bufs          1017 drivers/net/ethernet/sun/sunvnet_common.c 			port->tx_bufs[txi].skb->next = skb;
tx_bufs          1018 drivers/net/ethernet/sun/sunvnet_common.c 			skb = port->tx_bufs[txi].skb;
tx_bufs          1019 drivers/net/ethernet/sun/sunvnet_common.c 			port->tx_bufs[txi].skb = NULL;
tx_bufs          1022 drivers/net/ethernet/sun/sunvnet_common.c 				  port->tx_bufs[txi].cookies,
tx_bufs          1023 drivers/net/ethernet/sun/sunvnet_common.c 				  port->tx_bufs[txi].ncookies);
tx_bufs          1416 drivers/net/ethernet/sun/sunvnet_common.c 	BUG_ON(port->tx_bufs[txi].skb);
tx_bufs          1422 drivers/net/ethernet/sun/sunvnet_common.c 	err = vnet_skb_map(port->vio.lp, skb, port->tx_bufs[txi].cookies, 2,
tx_bufs          1429 drivers/net/ethernet/sun/sunvnet_common.c 	port->tx_bufs[txi].skb = skb;
tx_bufs          1431 drivers/net/ethernet/sun/sunvnet_common.c 	port->tx_bufs[txi].ncookies = err;
tx_bufs          1443 drivers/net/ethernet/sun/sunvnet_common.c 	d->ncookies = port->tx_bufs[txi].ncookies;
tx_bufs          1445 drivers/net/ethernet/sun/sunvnet_common.c 		d->cookies[i] = port->tx_bufs[txi].cookies[i];
tx_bufs          1450 drivers/net/ethernet/sun/sunvnet_common.c 		if (skb_is_gso(port->tx_bufs[txi].skb)) {
tx_bufs          1451 drivers/net/ethernet/sun/sunvnet_common.c 			dext->ipv4_lso_mss = skb_shinfo(port->tx_bufs[txi].skb)
tx_bufs          1499 drivers/net/ethernet/sun/sunvnet_common.c 		skb = port->tx_bufs[txi].skb;
tx_bufs          1500 drivers/net/ethernet/sun/sunvnet_common.c 		port->tx_bufs[txi].skb = NULL;
tx_bufs          1509 drivers/net/ethernet/sun/sunvnet_common.c 	dev->stats.tx_bytes += port->tx_bufs[txi].skb->len;
tx_bufs          1511 drivers/net/ethernet/sun/sunvnet_common.c 	port->stats.tx_bytes += port->tx_bufs[txi].skb->len;
tx_bufs          1700 drivers/net/ethernet/sun/sunvnet_common.c 		void *skb = port->tx_bufs[i].skb;
tx_bufs          1708 drivers/net/ethernet/sun/sunvnet_common.c 			  port->tx_bufs[i].cookies,
tx_bufs          1709 drivers/net/ethernet/sun/sunvnet_common.c 			  port->tx_bufs[i].ncookies);
tx_bufs          1711 drivers/net/ethernet/sun/sunvnet_common.c 		port->tx_bufs[i].skb = NULL;
tx_bufs            73 drivers/net/ethernet/sun/sunvnet_common.h 	struct vnet_tx_entry	tx_bufs[VNET_TX_RING_SIZE];
tx_bufs           457 drivers/net/ethernet/via/via-rhine.c 	unsigned char *tx_bufs;
tx_bufs          1169 drivers/net/ethernet/via/via-rhine.c 		rp->tx_bufs = dma_alloc_coherent(hwdev,
tx_bufs          1173 drivers/net/ethernet/via/via-rhine.c 		if (rp->tx_bufs == NULL) {
tx_bufs          1201 drivers/net/ethernet/via/via-rhine.c 	if (rp->tx_bufs)
tx_bufs          1203 drivers/net/ethernet/via/via-rhine.c 				  rp->tx_bufs, rp->tx_bufs_dma);
tx_bufs          1205 drivers/net/ethernet/via/via-rhine.c 	rp->tx_bufs = NULL;
tx_bufs          1330 drivers/net/ethernet/via/via-rhine.c 			rp->tx_buf[i] = &rp->tx_bufs[i * PKT_BUF_SZ];
tx_bufs          1819 drivers/net/ethernet/via/via-rhine.c 						       rp->tx_bufs));
tx_bufs            73 include/uapi/linux/hsi/cs-protocol.h 	__u32 tx_bufs;	/* number of TX buffer slots */
tx_bufs            96 include/uapi/linux/hsi/cs-protocol.h 	__u32 tx_bufs;		/* # of TX buffers */