Searched refs:bnx2_reg_wr_ind (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 277 bnx2_reg_wr_ind(struct bnx2 *bp, u32 offset, u32 val) in bnx2_reg_wr_ind() function 290 bnx2_reg_wr_ind(bp, bp->shmem_base + offset, val); in bnx2_shmem_wr() 334 bnx2_reg_wr_ind(bp, io->offset, io->data); in bnx2_drv_ctl() 2676 bnx2_reg_wr_ind(bp, BNX2_RBUF_COMMAND, in bnx2_alloc_bad_rbuf() 2700 bnx2_reg_wr_ind(bp, BNX2_RBUF_FW_BUF_FREE, val); in bnx2_alloc_bad_rbuf() 3844 bnx2_reg_wr_ind(bp, cpu_reg->mode, val); in load_cpu_fw() 3845 bnx2_reg_wr_ind(bp, cpu_reg->state, cpu_reg->state_value_clear); in load_cpu_fw() 3858 bnx2_reg_wr_ind(bp, offset, be32_to_cpu(data[j])); in load_cpu_fw() 3872 bnx2_reg_wr_ind(bp, offset, be32_to_cpu(data[j])); in load_cpu_fw() 3886 bnx2_reg_wr_ind(b in load_cpu_fw() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 276 bnx2_reg_wr_ind(struct bnx2 *bp, u32 offset, u32 val) in bnx2_reg_wr_ind() function 289 bnx2_reg_wr_ind(bp, bp->shmem_base + offset, val); in bnx2_shmem_wr() 333 bnx2_reg_wr_ind(bp, io->offset, io->data); in bnx2_drv_ctl() 2675 bnx2_reg_wr_ind(bp, BNX2_RBUF_COMMAND, in bnx2_alloc_bad_rbuf() 2699 bnx2_reg_wr_ind(bp, BNX2_RBUF_FW_BUF_FREE, val); in bnx2_alloc_bad_rbuf() 3842 bnx2_reg_wr_ind(bp, cpu_reg->mode, val); in load_cpu_fw() 3843 bnx2_reg_wr_ind(bp, cpu_reg->state, cpu_reg->state_value_clear); in load_cpu_fw() 3856 bnx2_reg_wr_ind(bp, offset, be32_to_cpu(data[j])); in load_cpu_fw() 3870 bnx2_reg_wr_ind(bp, offset, be32_to_cpu(data[j])); in load_cpu_fw() 3884 bnx2_reg_wr_ind(b in load_cpu_fw() [all...] |
Completed in 13 milliseconds