Lines Matching defs:bdx_priv
242 struct bdx_priv { struct
243 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;
258 struct txdb txdb;
259 int tx_level;
261 int tx_update_mark;
262 int tx_noupd;
264 spinlock_t tx_lock; /* NETIF_F_LLTX mode */
267 u8 port;
268 u32 msg_enable;
269 int stats_flag;
270 struct bdx_stats hw_stats;
271 struct pci_dev *pdev;
273 struct pci_nic *nic;
275 u8 txd_size;
276 u8 txf_size;
277 u8 rxd_size;
278 u8 rxf_size;
279 u32 rdintcm;
280 u32 tdintcm;