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()
1869 buffer_start = skb->data - priv->tx_headroom; in skb_to_contig_fd()
1890 qm_fd_set_contig(fd, priv->tx_headroom, skb->len); in skb_to_contig_fd()
1923 sz = SKB_DATA_ALIGN(priv->tx_headroom + DPAA_SGT_SIZE); in skb_to_sg_fd()
1946 sgt = (struct qm_sg_entry *)(sgt_buf + priv->tx_headroom); in skb_to_sg_fd()
1984 qm_fd_set_sg(fd, priv->tx_headroom, skb->len); in skb_to_sg_fd()
1987 buffer_start = (void *)sgt - priv->tx_headroom; in skb_to_sg_fd()
1992 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()
2890 priv->tx_headroom = dpaa_get_headroom(&priv->buf_layout[TX]); in dpaa_eth_probe()