Searched refs:bnx2 (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 243 static void bnx2_init_napi(struct bnx2 *bp); 244 static void bnx2_del_napi(struct bnx2 *bp); 246 static inline u32 bnx2_tx_avail(struct bnx2 *bp, struct bnx2_tx_ring_info *txr) in bnx2_tx_avail() 263 bnx2_reg_rd_ind(struct bnx2 *bp, u32 offset) in bnx2_reg_rd_ind() 276 bnx2_reg_wr_ind(struct bnx2 *bp, u32 offset, u32 val) in bnx2_reg_wr_ind() 287 bnx2_shmem_wr(struct bnx2 *bp, u32 offset, u32 val) in bnx2_shmem_wr() 293 bnx2_shmem_rd(struct bnx2 *bp, u32 offset) in bnx2_shmem_rd() 299 bnx2_ctx_wr(struct bnx2 *bp, u32 cid_addr, u32 offset, u32 val) in bnx2_ctx_wr() 328 struct bnx2 *bp = netdev_priv(dev); in bnx2_drv_ctl() 347 static void bnx2_setup_cnic_irq_info(struct bnx2 *bp) in bnx2_setup_cnic_irq_info() [all …]
|
D | Makefile | 10 obj-$(CONFIG_BNX2) += bnx2.o
|
D | Kconfig | 87 tristate "QLogic bnx2 support" 92 This driver supports QLogic bnx2 gigabit Ethernet cards. 95 will be called bnx2. This is recommended. 104 This driver supports offload features of QLogic bnx2 gigabit
|
D | cnic.h | 257 struct status_block_msix *bnx2; member
|
D | cnic.c | 4457 cp->last_status_idx = cp->status_blk.bnx2->status_idx; in cnic_init_bnx2_irq() 4463 while (cp->status_blk.bnx2->status_completion_producer_index && in cnic_init_bnx2_irq() 4471 if (cp->status_blk.bnx2->status_completion_producer_index) { in cnic_init_bnx2_irq() 4541 struct status_block_msix *sblk = cp->status_blk.bnx2; in cnic_init_bnx2_tx_ring() 4609 struct status_block_msix *sblk = cp->status_blk.bnx2; in cnic_init_bnx2_rx_ring() 4792 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-6.6.21/Documentation/PCI/ |
D | pci-error-recovery.rst | 417 - drivers/next/bnx2.c
|
/linux-6.6.21/ |
D | MAINTAINERS | 4056 F: drivers/net/ethernet/broadcom/bnx2.*
|