Searched defs:gfar_priv_rx_q (Results 1 – 1 of 1) sorted by relevance
1053 struct gfar_priv_rx_q { struct1056 struct net_device *ndev;1057 struct device *dev;1058 u16 rx_ring_size;1059 u16 qindex;1061 u16 next_to_clean;1062 u16 next_to_use;1063 u16 next_to_alloc;1064 struct sk_buff *skb;1066 u32 __iomem *rfbptr;[all …]
Completed in 13 milliseconds