Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/sunplus/
H A 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[ in spl2sw_rx_descs_clean()
125 struct spl2sw_skb_info *rx_skbinfo; spl2sw_rx_descs_init() local
[all...]

Completed in 1 milliseconds