Searched defs:rswitch_device (Results 1 – 1 of 1) sorted by relevance
986 struct rswitch_device { struct987 struct rswitch_private *priv;988 struct net_device *ndev;989 struct napi_struct napi;990 void __iomem *addr;991 struct rswitch_gwca_queue *tx_queue;992 struct rswitch_gwca_queue *rx_queue;993 struct sk_buff *ts_skb[TS_TAGS_PER_PORT];1018 struct rswitch_device *rdev[RSWITCH_NUM_PORTS]; argument