Home
last modified time | relevance | path

Searched refs:dpaa2_eth_needed_headroom (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.h741 static inline unsigned int dpaa2_eth_needed_headroom(struct sk_buff *skb) in dpaa2_eth_needed_headroom() function
H A Ddpaa2-eth.c508 skb_len = fd_length + dpaa2_eth_needed_headroom(NULL); in dpaa2_eth_alloc_skb()
514 skb_reserve(skb, dpaa2_eth_needed_headroom(NULL)); in dpaa2_eth_alloc_skb()
1079 buffer_start = skb->data - dpaa2_eth_needed_headroom(skb); in dpaa2_eth_build_single_fd()
1417 needed_headroom = dpaa2_eth_needed_headroom(skb); in __dpaa2_eth_tx()
2820 needed_headroom = dpaa2_eth_needed_headroom(NULL); in dpaa2_eth_xdp_create_fd()