Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/net/ethernet/tehuti/
Dtehuti.h245 struct bdx_priv { struct
246 void __iomem *pBdxRegs;
247 struct net_device *ndev;
249 struct napi_struct napi;
252 struct rxd_fifo rxd_fifo0;
253 struct rxf_fifo rxf_fifo0;
254 struct rxdb *rxdb; /* rx dbs to store skb pointers */
255 int napi_stop;
258 struct txd_fifo txd_fifo0;
259 struct txf_fifo txf_fifo0;
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/tehuti/
Dtehuti.h241 struct bdx_priv { struct
242 void __iomem *pBdxRegs;
243 struct net_device *ndev;
245 struct napi_struct napi;
248 struct rxd_fifo rxd_fifo0;
249 struct rxf_fifo rxf_fifo0;
250 struct rxdb *rxdb; /* rx dbs to store skb pointers */
251 int napi_stop;
254 struct txd_fifo txd_fifo0;
255 struct txf_fifo txf_fifo0;
[all …]