Home
last modified time | relevance | path

Searched defs:bnx2 (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
Dbnx2.h3991 struct bnx2 { struct
3994 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 …]
Dbnx2.c47 static struct bnx2 bnx2; variable