Searched refs:skbh (Results 1 – 3 of 3) sorted by relevance
1616 struct sk_buff **skbh, *skb; in dpaa_cleanup_tx_fd() local1620 skbh = (struct sk_buff **)phys_to_virt(addr); in dpaa_cleanup_tx_fd()1621 skb = *skbh; in dpaa_cleanup_tx_fd()1626 if (!fman_port_get_tstamp(priv->mac_dev->port[TX], (void *)skbh, in dpaa_cleanup_tx_fd()1662 skb_tail_pointer(skb) - (u8 *)skbh, dma_dir); in dpaa_cleanup_tx_fd()1861 struct sk_buff **skbh; in skb_to_contig_fd() local1872 skbh = (struct sk_buff **)buffer_start; in skb_to_contig_fd()1873 *skbh = skb; in skb_to_contig_fd()1881 ((char *)skbh) + DPAA_TX_PRIV_DATA_SIZE); in skb_to_contig_fd()1894 addr = dma_map_single(dev, skbh, in skb_to_contig_fd()[all …]
452 struct sk_buff **skbh; in build_single_fd() local469 skbh = (struct sk_buff **)buffer_start; in build_single_fd()470 *skbh = skb; in build_single_fd()502 struct sk_buff **skbh, *skb; in free_tx_fd() local508 skbh = dpaa2_iova_to_virt(priv->iommu_domain, fd_addr); in free_tx_fd()511 skb = *skbh; in free_tx_fd()512 buffer_start = (unsigned char *)skbh; in free_tx_fd()520 swa = (struct dpaa2_eth_swa *)skbh; in free_tx_fd()538 __le64 *ts = dpaa2_get_ts(skbh, true); in free_tx_fd()550 skb_free_frag(skbh); in free_tx_fd()
2375 struct sk_buff_head *skbh);2382 struct sk_buff_head *skbh);