Searched defs:fs_enet_private (Results 1 – 1 of 1) sorted by relevance
122 struct fs_enet_private { struct123 struct napi_struct napi;124 struct device *dev; /* pointer back to the device (must be initialized first) */125 struct net_device *ndev;126 spinlock_t lock; /* during all ops except TX pckt processing */127 spinlock_t tx_lock; /* during fs_start_xmit and fs_tx */128 struct fs_platform_info *fpi;129 struct work_struct timeout_work;130 const struct fs_ops *ops;131 int rx_ring, tx_ring;[all …]