Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/sunplus/
Dspl2sw_desc.c21 rx_skbinfo = comm->rx_skb_info[i]; in spl2sw_rx_descs_flush()
67 if (!comm->rx_skb_info[i]) in spl2sw_rx_descs_clean()
71 rx_skbinfo = comm->rx_skb_info[i]; in spl2sw_rx_descs_clean()
88 comm->rx_skb_info[i] = NULL; in spl2sw_rx_descs_clean()
132 comm->rx_skb_info[i] = kcalloc(comm->rx_desc_num[i], sizeof(*rx_skbinfo), in spl2sw_rx_descs_init()
134 if (!comm->rx_skb_info[i]) in spl2sw_rx_descs_init()
137 rx_skbinfo = comm->rx_skb_info[i]; in spl2sw_rx_descs_init()
207 comm->rx_skb_info[i] = NULL; in spl2sw_descs_init()
Dspl2sw_define.h233 struct spl2sw_skb_info *rx_skb_info[RX_DESC_QUEUE_NUM]; member
Dspl2sw_int.c40 sinfo = comm->rx_skb_info[queue] + rx_pos; in spl2sw_rx_poll()