Searched refs:bnx2 (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/broadcom/ |
H A 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 …]
|
H A D | Makefile | 10 obj-$(CONFIG_BNX2) += bnx2.o
|
H A D | cnic.h | 257 struct status_block_msix *bnx2; member
|
H A D | cnic.c | 4467 cp->last_status_idx = cp->status_blk.bnx2->status_idx; in cnic_init_bnx2_irq() 4473 while (cp->status_blk.bnx2->status_completion_producer_index && in cnic_init_bnx2_irq() 4481 if (cp->status_blk.bnx2->status_completion_producer_index) { in cnic_init_bnx2_irq() 4551 struct status_block_msix *sblk = cp->status_blk.bnx2; in cnic_init_bnx2_tx_ring() 4619 struct status_block_msix *sblk = cp->status_blk.bnx2; in cnic_init_bnx2_rx_ring() 4802 struct status_block_msix *msblk = cp->status_blk.bnx2; in cnic_start_bnx2_hw() 5513 struct bnx2 *bp = netdev_priv(dev); in init_bnx2_cnic()
|
H A D | bnx2.h | 6766 struct bnx2 *bp; 6785 struct bnx2 { struct
|
/linux/Documentation/PCI/ |
H A D | pci-error-recovery.rst | 417 - drivers/next/bnx2.c
|
/linux/ |
H A D | MAINTAINERS | 4621 F: drivers/net/ethernet/broadcom/bnx2.*
|