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