Searched refs:bnx2 (Results 1 – 7 of 7) sorted by relevance
1 /* bnx2.c: QLogic bnx2 network driver.57 #include "bnx2.h"60 #define DRV_MODULE_NAME "bnx2"61 #define FW_MIPS_FILE_06 "bnx2/bnx2-mips-06-6.2.3.fw"62 #define FW_RV2P_FILE_06 "bnx2/bnx2-rv2p-06-6.0.15.fw"63 #define FW_MIPS_FILE_09 "bnx2/bnx2[all...]
10 obj-$(CONFIG_BNX2) += bnx2.o
88 tristate "QLogic bnx2 support"93 This driver supports QLogic bnx2 gigabit Ethernet cards.96 will be called bnx2. This is recommended.104 This driver supports offload features of QLogic bnx2 gigabit
257 struct status_block_msix *bnx2; member
4463 cp->last_status_idx = cp->status_blk.bnx2->status_idx; in cnic_init_bnx2_irq()4469 while (cp->status_blk.bnx2->status_completion_producer_index && in cnic_init_bnx2_irq()4477 if (cp->status_blk.bnx2->status_completion_producer_index) { in cnic_init_bnx2_irq()4547 struct status_block_msix *sblk = cp->status_blk.bnx2; in cnic_init_bnx2_tx_ring()4615 struct status_block_msix *sblk = cp->status_blk.bnx2; in cnic_init_bnx2_rx_ring()4798 struct status_block_msix *msblk = cp->status_blk.bnx2; in cnic_start_bnx2_hw()5509 struct bnx2 *bp = netdev_priv(dev); in init_bnx2_cnic()
6766 struct bnx2 *bp;6785 struct bnx2 { struct
5280 F: drivers/net/ethernet/broadcom/bnx2.*