Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sunplus/
H A 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] = kzalloc_objs(*rx_skbinfo, in spl2sw_rx_descs_init()
135 if (!comm->rx_skb_info[i]) in spl2sw_rx_descs_init()
138 rx_skbinfo = comm->rx_skb_info[i]; in spl2sw_rx_descs_init()
208 comm->rx_skb_info[i] = NULL; in spl2sw_descs_init()
H A Dspl2sw_define.h233 struct spl2sw_skb_info *rx_skb_info[RX_DESC_QUEUE_NUM]; member
H A Dspl2sw_int.c40 sinfo = comm->rx_skb_info[queue] + rx_pos; in spl2sw_rx_poll()