Searched defs:rswitch_device (Results 1 – 1 of 1) sorted by relevance
1000 struct rswitch_device { struct1001 struct rswitch_private *priv;1002 struct net_device *ndev;1003 struct napi_struct napi;1004 void __iomem *addr;1005 struct rswitch_gwca_queue *tx_queue;1006 struct rswitch_gwca_queue *rx_queue;1007 u8 ts_tag;1031 struct rswitch_device *rdev[RSWITCH_NUM_PORTS]; argument