Home
last modified time | relevance | path

Searched refs:REG_WR (Results 1 – 13 of 13) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_init_ops.h28 REG_WR(sc, addr + i*4, data[i]); in ecore_init_str_wr()
217 REG_WR(sc, addr, op->write.val); in ecore_init_block()
450 REG_WR(sc, read_arb_addr[i].add, in ecore_init_pxp_arb()
452 REG_WR(sc, read_arb_addr[i].ubound, in ecore_init_pxp_arb()
460 REG_WR(sc, write_arb_addr[i].l, in ecore_init_pxp_arb()
463 REG_WR(sc, write_arb_addr[i].add, in ecore_init_pxp_arb()
471 REG_WR(sc, write_arb_addr[i].l, in ecore_init_pxp_arb()
475 REG_WR(sc, write_arb_addr[i].add, in ecore_init_pxp_arb()
525 REG_WR(sc, PXP2_REG_WR_HC_MPS, val); in ecore_init_pxp_arb()
530 REG_WR(sc, PXP2_REG_WR_QM_MPS, val); in ecore_init_pxp_arb()
[all …]
H A Dbnx2x.c2821 REG_WR(sc, in bnx2x_nic_load_pmf()
2940 REG_WR(sc, in bnx2x_link_attn()
4744 REG_WR(sc, in bnx2x_wr_fp_sb_data()
4793 REG_WR(sc, in bnx2x_wr_sp_sb_data()
5247 REG_WR(sc, in bnx2x_init_internal_common()
5311 REG_WR(sc, in bnx2x_func_init()
5490 REG_WR(sc, in bnx2x_pf_init()
5496 REG_WR(sc, in bnx2x_pf_init()
5574 REG_WR(sc, addr, val); in bnx2x_hc_int_enable()
7073 REG_WR(sc, in bnx2x_link_status_update()
[all …]
H A Delink.c941 REG_WR(sc, reg, val); in elink_bits_en()
951 REG_WR(sc, reg, val); in elink_bits_dis()
979 REG_WR(sc, params->lfa_base + in elink_check_lfa()
7715 REG_WR(sc, addr, val); in elink_chng_link_count()
13948 REG_WR(sc, GRCBASE_MISC + in elink_avoid_link_flap()
13952 REG_WR(sc, GRCBASE_MISC + in elink_avoid_link_flap()
13976 REG_WR(sc, params->lfa_base + in elink_avoid_link_flap()
13999 REG_WR(sc, params->lfa_base + in elink_cannot_avoid_link_flap()
14003 REG_WR(sc, params->lfa_base + in elink_cannot_avoid_link_flap()
14007 REG_WR(sc, params->lfa_base + in elink_cannot_avoid_link_flap()
[all …]
H A Decore_init.h233 REG_WR(sc, ECORE_Q_VOQ_REG_ADDR(pf_q_num), new_cos); in ecore_map_q_cos()
238 REG_WR(sc, reg_addr, reg_bit_map & (~q_bit_map)); in ecore_map_q_cos()
243 REG_WR(sc, reg_addr, reg_bit_map | q_bit_map); in ecore_map_q_cos()
254 REG_WR(sc, reg_addr, reg_bit_map); in ecore_map_q_cos()
722 REG_WR(sc, mcp_attn_ctl_regs[i].addr, reg_val); in ecore_set_mcp_parity()
746 REG_WR(sc, ecore_blocks_parity_data[i].mask_addr, in ecore_disable_blocks_parity()
771 REG_WR(sc, XSEM_REG_FAST_MEMORY + SEM_FAST_REG_PARITY_RST, 0x1); in ecore_clear_blocks_parity()
772 REG_WR(sc, TSEM_REG_FAST_MEMORY + SEM_FAST_REG_PARITY_RST, 0x1); in ecore_clear_blocks_parity()
773 REG_WR(sc, USEM_REG_FAST_MEMORY + SEM_FAST_REG_PARITY_RST, 0x1); in ecore_clear_blocks_parity()
801 REG_WR(sc, MISC_REG_AEU_CLR_LATCH_SIGNAL, 0x780); in ecore_clear_blocks_parity()
[all …]
H A Dbnx2x.h1531 #define REG_WR(sc, offset, val) REG_WR32(sc, offset, val) macro
1594 #define SHMEM_WR(sc, field, val) REG_WR(sc, SHMEM_ADDR(sc, field), val)
1602 #define SHMEM2_WR(sc, field, val) REG_WR(sc, SHMEM2_ADDR(sc, field), val)
1608 #define MFCFG_WR(sc, field, val) REG_WR(sc, MFCFG_ADDR(sc, field), val)
1848 #define CATC_TRIGGER(sc, data) REG_WR((sc), 0x2000, (data));
1893 REG_WR(sc, igu_addr, cmd_data.sb_id_and_flags); in bnx2x_igu_ack_sb_gen()
1916 REG_WR(sc, hc_addr, *val); in bnx2x_hc_ack_sb()
1977 REG_WR(sc, MISC_REG_AEU_GENERAL_ATTN_0 + in bnx2x_link_sync_notify()
H A Dbnx2x_vfpf.c130 REG_WR(sc, BNX2X_VF_CMD_ADDR_LO, U64_LO(phys_addr)); in bnx2x_do_req4pf()
131 REG_WR(sc, BNX2X_VF_CMD_ADDR_HI, U64_HI(phys_addr)); in bnx2x_do_req4pf()
H A Dbnx2x_rxtx.c331 REG_WR(sc, fp->ustorm_rx_prods_offset, val[0]); in bnx2x_upd_rx_prod_fast()
H A Decore_sp.c742 REG_WR(sc, (ECORE_PORT_ID(sc) ? NIG_REG_LLH1_FUNC_MEM_ENABLE : in ecore_set_mac_in_nig()
3016 REG_WR(sc, ECORE_MC_HASH_OFFSET(sc, i), mc_filter[i]); in ecore_mcast_setup_e1h()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hw.c93 REG_WR(p_hwfn, gtt_base + i * PXP_GLOBAL_ENTRY_SIZE, in ecore_gtt_init()
197 REG_WR(p_hwfn, in ecore_ptt_set_win()
269 REG_WR(p_hwfn, bar_addr, val); in ecore_wr()
388 REG_WR(p_hwfn, in ecore_fid_pretend()
404 REG_WR(p_hwfn, in ecore_port_pretend()
420 REG_WR(p_hwfn, in ecore_port_unpretend()
444 REG_WR(p_hwfn, in ecore_port_fid_pretend()
H A Decore_vf.c106 REG_WR(p_hwfn, in ecore_send_msg2pf()
110 REG_WR(p_hwfn, in ecore_send_msg2pf()
119 REG_WR(p_hwfn, (osal_uintptr_t)&zone_data->trigger, in ecore_send_msg2pf()
H A Dbcm_osal.h138 #define REG_WR(_p_hwfn, _reg_offset, _val) \ macro
H A Decore_sriov.c1481 REG_WR(p_hwfn, in ecore_iov_send_response()
2435 REG_WR(p_hwfn, in ecore_iov_vf_mbx_start_rxq()
4068 REG_WR(p_hwfn, in ecore_iov_execute_vf_flr_cleanup()
H A Decore_dev.c2625 REG_WR(p_hwfn, addr, 0); in ecore_final_cleanup()
2645 REG_WR(p_hwfn, addr, 0); in ecore_final_cleanup()