Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sunplus/
H A Dspl2sw_desc.c47 if (comm->tx_temp_skb_info[i].mapping) { in spl2sw_tx_descs_clean()
48 dma_unmap_single(&comm->pdev->dev, comm->tx_temp_skb_info[i].mapping, in spl2sw_tx_descs_clean()
49 comm->tx_temp_skb_info[i].skb->len, DMA_TO_DEVICE); in spl2sw_tx_descs_clean()
50 comm->tx_temp_skb_info[i].mapping = 0; in spl2sw_tx_descs_clean()
53 if (comm->tx_temp_skb_info[i].skb) { in spl2sw_tx_descs_clean()
54 dev_kfree_skb_any(comm->tx_temp_skb_info[i].skb); in spl2sw_tx_descs_clean()
55 comm->tx_temp_skb_info[i].skb = NULL; in spl2sw_tx_descs_clean()
218 comm->tx_temp_skb_info[i].skb = NULL; in spl2sw_descs_init()
H A Dspl2sw_define.h239 struct spl2sw_skb_info tx_temp_skb_info[TX_DESC_NUM]; member
H A Dspl2sw_int.c158 skbinfo = &comm->tx_temp_skb_info[tx_done_pos]; in spl2sw_tx_poll()
H A Dspl2sw_driver.c104 skbinfo = &comm->tx_temp_skb_info[tx_pos]; in spl2sw_ethernet_start_xmit()