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