Searched defs:rswitch_device (Results 1 – 1 of 1) sorted by relevance
977 struct rswitch_device { struct978 struct rswitch_private *priv;979 struct net_device *ndev;980 struct napi_struct napi;981 void __iomem *addr;982 struct rswitch_gwca_queue *tx_queue;983 struct rswitch_gwca_queue *rx_queue;984 u8 ts_tag;1008 struct rswitch_device *rdev[RSWITCH_NUM_PORTS]; argument