Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/allwinner/
H A Dsun4i-emac.c79 struct sk_buff *skb_last; member
517 if ((db->skb_last != NULL) && (rxlen_last > 0)) { in emac_rx()
521 db->skb_last->protocol = eth_type_trans(db->skb_last, in emac_rx()
523 netif_rx(db->skb_last); in emac_rx()
525 db->skb_last = NULL; in emac_rx()