Lines Matching refs:tx_headroom
263 net_dev->needed_headroom = priv->tx_headroom; in dpaa_netdev_init()
1038 priv->tx_headroom, in dpaa_fq_init()
1082 priv->tx_headroom, in dpaa_fq_init()
1867 buffer_start = skb->data - priv->tx_headroom; in skb_to_contig_fd()
1888 qm_fd_set_contig(fd, priv->tx_headroom, skb->len); in skb_to_contig_fd()
1921 sz = SKB_DATA_ALIGN(priv->tx_headroom + DPAA_SGT_SIZE); in skb_to_sg_fd()
1944 sgt = (struct qm_sg_entry *)(sgt_buf + priv->tx_headroom); in skb_to_sg_fd()
1982 qm_fd_set_sg(fd, priv->tx_headroom, skb->len); in skb_to_sg_fd()
1985 buffer_start = (void *)sgt - priv->tx_headroom; in skb_to_sg_fd()
1990 priv->tx_headroom + DPAA_SGT_SIZE, dma_dir); in skb_to_sg_fd()
2073 if (skb_cow_head(skb, priv->tx_headroom)) in dpaa_start_xmit()
2895 priv->tx_headroom = dpaa_get_headroom(&priv->buf_layout[TX]); in dpaa_eth_probe()