Searched refs:bnx2 (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 250 static void bnx2_init_napi(struct bnx2 *bp); 251 static void bnx2_del_napi(struct bnx2 *bp); 253 static inline u32 bnx2_tx_avail(struct bnx2 *bp, struct bnx2_tx_ring_info *txr) in bnx2_tx_avail() 270 bnx2_reg_rd_ind(struct bnx2 *bp, u32 offset) in bnx2_reg_rd_ind() 283 bnx2_reg_wr_ind(struct bnx2 *bp, u32 offset, u32 val) in bnx2_reg_wr_ind() 294 bnx2_shmem_wr(struct bnx2 *bp, u32 offset, u32 val) in bnx2_shmem_wr() 300 bnx2_shmem_rd(struct bnx2 *bp, u32 offset) in bnx2_shmem_rd() 306 bnx2_ctx_wr(struct bnx2 *bp, u32 cid_addr, u32 offset, u32 val) in bnx2_ctx_wr() 335 struct bnx2 *bp = netdev_priv(dev); in bnx2_drv_ctl() 354 static void bnx2_setup_cnic_irq_info(struct bnx2 *bp) in bnx2_setup_cnic_irq_info() [all …]
|
D | Makefile | 9 obj-$(CONFIG_BNX2) += bnx2.o
|
D | Kconfig | 75 tristate "QLogic bnx2 support" 80 This driver supports QLogic bnx2 gigabit Ethernet cards. 83 will be called bnx2. This is recommended. 91 This driver supports offload features of QLogic bnx2 gigabit
|
D | cnic.h | 257 struct status_block_msix *bnx2; member
|
D | cnic.c | 4458 cp->last_status_idx = cp->status_blk.bnx2->status_idx; in cnic_init_bnx2_irq() 4465 while (cp->status_blk.bnx2->status_completion_producer_index && in cnic_init_bnx2_irq() 4473 if (cp->status_blk.bnx2->status_completion_producer_index) { in cnic_init_bnx2_irq() 4543 struct status_block_msix *sblk = cp->status_blk.bnx2; in cnic_init_bnx2_tx_ring() 4611 struct status_block_msix *sblk = cp->status_blk.bnx2; in cnic_init_bnx2_rx_ring() 4794 struct status_block_msix *msblk = cp->status_blk.bnx2; in cnic_start_bnx2_hw() 5502 struct bnx2 *bp = netdev_priv(dev); in init_bnx2_cnic()
|
D | bnx2.h | 6766 struct bnx2 *bp; 6785 struct bnx2 { struct
|
/Linux-v4.19/Documentation/PCI/ |
D | pci-error-recovery.txt | 417 >>> drivers/next/bnx2.c
|
/Linux-v4.19/ |
D | MAINTAINERS | 2961 F: drivers/net/ethernet/broadcom/bnx2.*
|