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