Home
last modified time | relevance | path

Searched refs:dpaa2_eth_needed_headroom (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.h665 static inline unsigned int dpaa2_eth_needed_headroom(struct sk_buff *skb) in dpaa2_eth_needed_headroom() function
H A Ddpaa2-eth.c930 buffer_start = skb->data - dpaa2_eth_needed_headroom(skb); in dpaa2_eth_build_single_fd()
1092 needed_headroom = dpaa2_eth_needed_headroom(skb); in __dpaa2_eth_tx()
2305 needed_headroom = dpaa2_eth_needed_headroom(NULL); in dpaa2_eth_xdp_create_fd()
/kernel/linux/linux-6.6/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()

Completed in 19 milliseconds