Lines Matching defs:bdx_priv
241 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;
257 struct txdb txdb;
258 int tx_level;
260 int tx_update_mark;
261 int tx_noupd;
263 spinlock_t tx_lock; /* NETIF_F_LLTX mode */
266 u8 port;
267 u32 msg_enable;
268 int stats_flag;
269 struct bdx_stats hw_stats;
270 struct pci_dev *pdev;
272 struct pci_nic *nic;
274 u8 txd_size;
275 u8 txf_size;
276 u8 rxd_size;
277 u8 rxf_size;
278 u32 rdintcm;
279 u32 tdintcm;