Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/sunplus/
Dspl2sw_desc.c15 struct spl2sw_skb_info *rx_skbinfo; in spl2sw_rx_descs_flush() local
21 rx_skbinfo = comm->rx_skb_info[i]; in spl2sw_rx_descs_flush()
23 rx_desc[j].addr1 = rx_skbinfo[j].mapping; in spl2sw_rx_descs_flush()
62 struct spl2sw_skb_info *rx_skbinfo; in spl2sw_rx_descs_clean() local
71 rx_skbinfo = comm->rx_skb_info[i]; in spl2sw_rx_descs_clean()
78 if (rx_skbinfo[j].skb) { in spl2sw_rx_descs_clean()
79 dma_unmap_single(&comm->pdev->dev, rx_skbinfo[j].mapping, in spl2sw_rx_descs_clean()
81 dev_kfree_skb_any(rx_skbinfo[j].skb); in spl2sw_rx_descs_clean()
82 rx_skbinfo[j].skb = NULL; in spl2sw_rx_descs_clean()
83 rx_skbinfo[j].mapping = 0; in spl2sw_rx_descs_clean()
[all …]