Searched defs:bdx_priv (Results 1 – 1 of 1) sorted by relevance
241 struct bdx_priv { struct242 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 …]