Searched defs:rswitch_device (Results 1 – 1 of 1) sorted by relevance
1011 struct rswitch_device { struct1012 struct rswitch_private *priv;1013 struct net_device *ndev;1014 struct napi_struct napi;1015 void __iomem *addr;1016 struct rswitch_gwca_queue *tx_queue;1017 struct rswitch_gwca_queue *rx_queue;1018 struct sk_buff *ts_skb[TS_TAGS_PER_PORT];1020 bool disabled;1022 struct list_head list;[all …]