/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/ |
H A D | bnx_hw_reset.c | 85 REG_WR_IND( in fw_reset_sync() 116 REG_WR_IND( in fw_reset_sync() 393 REG_WR_IND( in alloc_bad_rbuf_5706_a0_wa() 425 REG_WR_IND(pdev, OFFSETOF(reg_space_t, rbuf.rbuf_fw_buf_free), val); in alloc_bad_rbuf_5706_a0_wa() 520 REG_WR_IND( in lm_chip_reset() 532 REG_WR_IND( in lm_chip_reset() 764 REG_WR_IND( in lm_chip_reset() 989 REG_WR_IND( in l4_reset_setup() 1434 REG_WR_IND( in reduce_ftq_depth() 1438 REG_WR_IND( in reduce_ftq_depth() [all …]
|
H A D | bnx_hw_cpu.c | 169 REG_WR_IND(pdev, cpu_reg->mode, val); in load_cpu_fw() 170 REG_WR_IND(pdev, cpu_reg->state, cpu_reg->state_value_clear); in load_cpu_fw() 223 REG_WR_IND(pdev, cpu_reg->inst, 0); in load_cpu_fw() 224 REG_WR_IND(pdev, cpu_reg->pc, fw->start_addr); in load_cpu_fw() 229 REG_WR_IND(pdev, cpu_reg->state, cpu_reg->state_value_clear); in load_cpu_fw() 230 REG_WR_IND(pdev, cpu_reg->mode, val); in load_cpu_fw()
|
H A D | bnx_lm_send.c | 363 REG_WR_IND( in lm_send_packet() 634 REG_WR_IND( in lm_send_packet()
|
H A D | bnx_hw_misc.c | 489 REG_WR_IND( in lm_submit_fw_cmd()
|
H A D | bnx_hw_phy.c | 2262 REG_WR_IND( in lm_init_remote_phy() 2268 REG_WR_IND( in lm_init_remote_phy() 2288 REG_WR_IND( in lm_init_remote_phy() 3899 REG_WR_IND( in lm_init_mac_link()
|
H A D | bnx_lm_main.c | 2556 REG_WR_IND(pdev, 0xe0024, val); in lm_set_rx_mask() 3874 REG_WR_IND( in init_nwuf_5706() 3878 REG_WR_IND( in init_nwuf_5706() 3885 REG_WR_IND( in init_nwuf_5706() 3889 REG_WR_IND( in init_nwuf_5706() 5555 REG_WR_IND( in lm_update_defq_filter_ctx()
|
H A D | lm5706.h | 1333 #define REG_WR_IND(_pdev, _offset, _val) lm_reg_wr_ind(_pdev, _offset, _val) macro
|
/illumos-gate/usr/src/uts/common/io/bnx/ |
H A D | bnxhwi.c | 221 REG_WR_IND(lmdevice, (OFFSETOF(reg_space_t, tpat.tpat_scratch[0]) + in bnx_hdwr_acquire() 401 REG_WR_IND(lmdevice, offset, msg_code); in um_send_driver_pulse()
|
H A D | bnx_mm.c | 246 REG_WR_IND(pdev, offset, DRV_ACK_CAP_SIGNATURE | in mm_get_user_config()
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_hw_init_reset.c | 1255 REG_WR_IND(pdev,rq_onchip_at_reg+temp*8,0); in uninit_pxp2_blk() 1256 REG_WR_IND(pdev,rq_onchip_at_reg+temp*8+4,on_chip_addr2_val); in uninit_pxp2_blk() 1684 REG_WR_IND( pdev, offset, val_32[0] ); in lm_reset_nig_values_for_func_save_restore() 1685 REG_WR_IND( pdev, offset+4, val_32[1] ); in lm_reset_nig_values_for_func_save_restore() 2800 REG_WR_IND(pdev,rq_onchip_at_reg+temp*8,ONCHIP_ADDR1(addr_table[k][i].as_u64)); in init_pxp2_func() 2801 REG_WR_IND(pdev,rq_onchip_at_reg+temp*8+4,ONCHIP_ADDR2(addr_table[k][i].as_u64)); in init_pxp2_func() 2854 REG_WR_IND(pdev,QM_REG_PTRTBL +8*i ,0); in init_qm_common() 2855 REG_WR_IND(pdev,QM_REG_PTRTBL +8*i +4 ,0); in init_qm_common() 2863 REG_WR_IND(pdev,QM_REG_PTRTBL_EXT_A +8*i ,0); in init_qm_common() 2864 REG_WR_IND(pdev,QM_REG_PTRTBL_EXT_A +8*i +4 ,0); in init_qm_common() [all …]
|
H A D | lm_power.c | 173 REG_WR_IND( pdev, reg_be+val, val_32[0] ) ; in init_nwuf_57710() 174 REG_WR_IND( pdev, reg_be+val+4, val_32[1] ) ; in init_nwuf_57710()
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 3932 #define REG_WR_IND(_pdev, _reg_offset, _val) lm_reg_wr_ind(_pdev, (_reg_offset), _val) macro
|