Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fs_enet/
Dfs_enet.h136 struct fs_enet_private { struct
137 struct napi_struct napi;
138 struct device *dev; /* pointer back to the device (must be initialized first) */
139 struct net_device *ndev;
140 spinlock_t lock; /* during all ops except TX pckt processing */
141 spinlock_t tx_lock; /* during fs_start_xmit and fs_tx */
142 struct fs_platform_info *fpi;
143 struct work_struct timeout_work;
144 const struct fs_ops *ops;
145 int rx_ring, tx_ring;
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fs_enet/
Dfs_enet.h121 struct fs_enet_private { struct
122 struct napi_struct napi;
123 struct device *dev; /* pointer back to the device (must be initialized first) */
124 struct net_device *ndev;
125 spinlock_t lock; /* during all ops except TX pckt processing */
126 spinlock_t tx_lock; /* during fs_start_xmit and fs_tx */
127 struct fs_platform_info *fpi;
128 struct work_struct timeout_work;
129 const struct fs_ops *ops;
130 int rx_ring, tx_ring;
[all …]