Searched defs:bdx_priv (Results 1 – 1 of 1) sorted by relevance
242 struct bdx_priv { struct243 void __iomem *pBdxRegs;244 struct net_device *ndev;246 struct napi_struct napi;249 struct rxd_fifo rxd_fifo0;250 struct rxf_fifo rxf_fifo0;251 struct rxdb *rxdb; /* rx dbs to store skb pointers */252 int napi_stop;255 struct txd_fifo txd_fifo0;256 struct txf_fifo txf_fifo0;[all …]