Home
last modified time | relevance | path

Searched refs:skbh (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c1883 struct sk_buff **skbh; in skb_to_contig_fd() local
1894 skbh = (struct sk_buff **)buff_start; in skb_to_contig_fd()
1895 *skbh = skb; in skb_to_contig_fd()
1935 struct sk_buff **skbh; in skb_to_sg_fd() local
2008 skbh = (struct sk_buff **)buff_start; in skb_to_sg_fd()
2009 *skbh = skb; in skb_to_sg_fd()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c1019 struct sk_buff **skbh, *skb; in dpaa2_switch_free_fd() local
1023 skbh = dpaa2_iova_to_virt(ethsw->iommu_domain, fd_addr); in dpaa2_switch_free_fd()
1025 skb = *skbh; in dpaa2_switch_free_fd()
1026 buffer_start = (unsigned char *)skbh; in dpaa2_switch_free_fd()
1041 struct sk_buff **skbh; in dpaa2_switch_build_single_fd() local
1061 skbh = (struct sk_buff **)buff_start; in dpaa2_switch_build_single_fd()
1062 *skbh = skb; in dpaa2_switch_build_single_fd()

Completed in 8 milliseconds