Searched defs:bnx2 (Results 1 – 2 of 2) sorted by relevance
3991 struct bnx2 { struct3994 void /*__iomem*/ *regview;3996 struct nic *nic;3997 struct pci_device *pdev;4001 struct status_block *status_blk;4002 u32 last_status_idx;4004 u32 flags;4014 u32 tx_prod_bseq __attribute__((aligned(L1_CACHE_BYTES)));4015 u16 tx_prod;4017 struct tx_bd *tx_desc_ring;[all …]
47 static struct bnx2 bnx2; variable