Searched refs:bnx2 (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 249 static void bnx2_init_napi(struct bnx2 *bp); 250 static void bnx2_del_napi(struct bnx2 *bp); 252 static inline u32 bnx2_tx_avail(struct bnx2 *bp, struct bnx2_tx_ring_info *txr) in bnx2_tx_avail() 272 bnx2_reg_rd_ind(struct bnx2 *bp, u32 offset) in bnx2_reg_rd_ind() 284 bnx2_reg_wr_ind(struct bnx2 *bp, u32 offset, u32 val) in bnx2_reg_wr_ind() 293 bnx2_shmem_wr(struct bnx2 *bp, u32 offset, u32 val) in bnx2_shmem_wr() 299 bnx2_shmem_rd(struct bnx2 *bp, u32 offset) in bnx2_shmem_rd() 305 bnx2_ctx_wr(struct bnx2 *bp, u32 cid_addr, u32 offset, u32 val) in bnx2_ctx_wr() 332 struct bnx2 *bp = netdev_priv(dev); in bnx2_drv_ctl() 351 static void bnx2_setup_cnic_irq_info(struct bnx2 *bp) in bnx2_setup_cnic_irq_info() [all …]
|
D | Kconfig | 74 tristate "QLogic bnx2 support" 79 This driver supports QLogic bnx2 gigabit Ethernet cards. 82 will be called bnx2. This is recommended. 90 This driver supports offload features of QLogic bnx2 gigabit
|
D | Makefile | 8 obj-$(CONFIG_BNX2) += bnx2.o
|
D | cnic.h | 257 struct status_block_msix *bnx2; member
|
D | cnic.c | 4448 cp->last_status_idx = cp->status_blk.bnx2->status_idx; in cnic_init_bnx2_irq() 4455 while (cp->status_blk.bnx2->status_completion_producer_index && in cnic_init_bnx2_irq() 4463 if (cp->status_blk.bnx2->status_completion_producer_index) { in cnic_init_bnx2_irq() 4533 struct status_block_msix *sblk = cp->status_blk.bnx2; in cnic_init_bnx2_tx_ring() 4601 struct status_block_msix *sblk = cp->status_blk.bnx2; in cnic_init_bnx2_rx_ring() 4784 struct status_block_msix *msblk = cp->status_blk.bnx2; in cnic_start_bnx2_hw() 5472 struct bnx2 *bp = netdev_priv(dev); in init_bnx2_cnic()
|
D | bnx2.h | 6766 struct bnx2 *bp; 6785 struct bnx2 { struct
|
/linux-4.1.27/firmware/ |
D | Makefile | 37 fw-shipped-$(CONFIG_BNX2) += bnx2/bnx2-mips-09-6.2.1a.fw \ 38 bnx2/bnx2-rv2p-09-6.0.17.fw \ 39 bnx2/bnx2-rv2p-09ax-6.0.17.fw \ 40 bnx2/bnx2-mips-06-6.2.1.fw \ 41 bnx2/bnx2-rv2p-06-6.0.15.fw
|
D | WHENCE | 655 File: bnx2/bnx2-mips-06-6.2.1.fw 656 File: bnx2/bnx2-rv2p-06-6.0.15.fw 657 File: bnx2/bnx2-mips-09-6.2.1a.fw 658 File: bnx2/bnx2-rv2p-09-6.0.17.fw 659 File: bnx2/bnx2-rv2p-09ax-6.0.17.fw
|
/linux-4.1.27/Documentation/PCI/ |
D | pci-error-recovery.txt | 420 >>> drivers/next/bnx2.c
|
/linux-4.1.27/ |
D | MAINTAINERS | 2124 F: drivers/net/ethernet/broadcom/bnx2.*
|