Home
last modified time | relevance | path

Searched defs:fs_enet_private (Results 1 – 1 of 1) sorted by relevance

/drivers/net/ethernet/freescale/fs_enet/
Dfs_enet.h123 struct fs_enet_private { struct
124 struct napi_struct napi;
125 struct napi_struct napi_tx;
126 struct device *dev; /* pointer back to the device (must be initialized first) */
127 struct net_device *ndev;
128 spinlock_t lock; /* during all ops except TX pckt processing */
129 spinlock_t tx_lock; /* during fs_start_xmit and fs_tx */
130 struct fs_platform_info *fpi;
131 const struct fs_ops *ops;
132 int rx_ring, tx_ring;
[all …]