Home
last modified time | relevance | path

Searched refs:rvu (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.h60 struct rvu *rvu; member
90 struct rvu *rvu; member
116 struct rvu *rvu; member
369 struct rvu *rvu; member
433 struct rvu *rvu; member
867 int rvu_sdp_init(struct rvu *rvu);
904 int rvu_cgx_init(struct rvu *rvu);
905 int rvu_cgx_exit(struct rvu *rvu);
915 int rvu_npa_init(struct rvu *rvu);
923 int rvu_nix_init(struct rvu *rvu);
[all …]
H A Drvu_cgx.c76 rvu->cgx_cnt_max * rvu->hw->lmac_per_cgx); in cgxlmac_to_pf()
84 void *rvu_cgx_pdata(u8 cgx_id, struct rvu *rvu) in rvu_cgx_pdata() argument
93 void *rvu_first_cgx_pdata(struct rvu *rvu) in rvu_first_cgx_pdata() argument
121 static int rvu_map_cgx_lmac_pf(struct rvu *rvu) in rvu_map_cgx_lmac_pf() argument
215 struct rvu *rvu = data; in cgx_lmac_postevent() local
281 struct rvu *rvu = container_of(work, struct rvu, cgx_evh_work); in cgx_evhandler_task() local
350 int rvu_cgx_init(struct rvu *rvu) in rvu_cgx_init() argument
365 rvu->cgx_idmap = devm_kzalloc(rvu->dev, rvu->cgx_cnt_max * in rvu_cgx_init()
398 void cgx_start_linkup(struct rvu *rvu) in cgx_start_linkup() argument
429 int rvu_cgx_exit(struct rvu *rvu) in rvu_cgx_exit() argument
[all …]
H A Drvu.c73 hw->rvu = rvu; in rvu_setup_hw_capabilities()
867 block->rvu = rvu; in rvu_setup_nix_hw_resource()
897 block->rvu = rvu; in rvu_setup_cpt_hw_resource()
958 block->rvu = rvu; in rvu_setup_hw_resources()
998 block->rvu = rvu; in rvu_setup_hw_resources()
1023 block->rvu = rvu; in rvu_setup_hw_resources()
2191 struct rvu *rvu = mwork->rvu; in __rvu_mbox_handler() local
2266 struct rvu *rvu = mwork->rvu; in rvu_afpf_mbox_handler() local
2282 struct rvu *rvu = mwork->rvu; in __rvu_mbox_up_handler() local
2758 struct rvu *rvu = flrwork->rvu; in rvu_flr_handler() local
[all …]
H A Drvu_cpt.c50 static u16 cpt_max_engines_get(struct rvu *rvu) in cpt_max_engines_get() argument
84 struct rvu *rvu = block->rvu; in cpt_af_flt_intr_handler() local
146 struct rvu *rvu = block->rvu; in rvu_cpt_af_rvu_intr_handler() local
160 struct rvu *rvu = block->rvu; in rvu_cpt_af_ras_intr_handler() local
175 struct rvu *rvu = block->rvu; in rvu_cpt_do_register_interrupt() local
192 struct rvu *rvu = block->rvu; in cpt_10k_unregister_interrupts() local
260 struct rvu *rvu = block->rvu; in cpt_10k_register_interrupts() local
376 int rvu_cpt_register_interrupts(struct rvu *rvu) in rvu_cpt_register_interrupts() argument
387 static int get_cpt_pf_num(struct rvu *rvu) in get_cpt_pf_num() argument
1294 int rvu_cpt_init(struct rvu *rvu) in rvu_cpt_init() argument
[all …]
H A Drvu_devlink.c60 struct rvu *rvu; in rvu_nix_af_rvu_intr_handler() local
64 rvu = rvu_dl->rvu; in rvu_nix_af_rvu_intr_handler()
95 struct rvu *rvu; in rvu_nix_af_rvu_gen_handler() local
495 struct rvu *rvu = rvu_dl->rvu; in rvu_nix_register_reporters() local
553 struct rvu *rvu = rvu_dl->rvu; in rvu_nix_health_reporters_create() local
570 struct rvu *rvu = rvu_dl->rvu; in rvu_nix_health_reporters_destroy() local
1041 struct rvu *rvu = rvu_dl->rvu; in rvu_npa_register_reporters() local
1099 struct rvu *rvu = rvu_dl->rvu; in rvu_npa_health_reporters_create() local
1116 struct rvu *rvu = rvu_dl->rvu; in rvu_npa_health_reporters_destroy() local
1170 struct rvu *rvu = rvu_dl->rvu; in rvu_af_dl_dwrr_mtu_validate() local
[all …]
H A Drvu_rep.c19 *otx2_mbox_alloc_msg_ ## _fn_name(struct rvu *rvu, int devid) \
69 struct rvu *rvu = container_of(work, struct rvu, rep_evt_work); in rvu_rep_wq_handler() local
106 queue_work(rvu->rep_evt_wq, &rvu->rep_evt_work); in rvu_mbox_handler_rep_event_notify()
145 int rvu_mbox_handler_nix_lf_stats(struct rvu *rvu, in rvu_mbox_handler_nix_lf_stats() argument
182 static u16 rvu_rep_get_vlan_id(struct rvu *rvu, u16 pcifunc) in rvu_rep_get_vlan_id() argument
192 static int rvu_rep_tx_vlan_cfg(struct rvu *rvu, u16 pcifunc, in rvu_rep_tx_vlan_cfg() argument
216 static int rvu_rep_rx_vlan_cfg(struct rvu *rvu, u16 pcifunc) in rvu_rep_rx_vlan_cfg() argument
312 int rvu_rep_install_mcam_rules(struct rvu *rvu) in rvu_rep_install_mcam_rules() argument
411 int rvu_rep_pf_init(struct rvu *rvu) in rvu_rep_pf_init() argument
444 rsp->rep_cnt = rvu->cgx_mapped_pfs + rvu->cgx_mapped_vfs; in rvu_mbox_handler_get_rep_cnt()
[all …]
H A Drvu_nix.c23 static int nix_update_mce_rule(struct rvu *rvu, u16 pcifunc,
25 static int nix_setup_ipolicers(struct rvu *rvu,
34 static int nix_get_tx_link(struct rvu *rvu, u16 pcifunc);
108 bool is_nixlf_attached(struct rvu *rvu, u16 pcifunc) in is_nixlf_attached() argument
119 int rvu_get_nixlf_count(struct rvu *rvu) in rvu_get_nixlf_count() argument
206 struct rvu *rvu = hw->rvu; in get_nix_hw() local
580 static int nix_bp_disable(struct rvu *rvu, in nix_bp_disable() argument
726 static int nix_bp_enable(struct rvu *rvu, in nix_bp_enable() argument
5086 int rvu_nix_init(struct rvu *rvu) in rvu_nix_init() argument
5101 nix_hw->rvu = rvu; in rvu_nix_init()
[all …]
H A Drvu_npc_hash.c103 static u64 npc_update_use_hash(struct rvu *rvu, int blkaddr, in npc_update_use_hash() argument
200 void npc_config_secret_key(struct rvu *rvu, int blkaddr) in npc_config_secret_key() argument
219 void npc_program_mkex_hash(struct rvu *rvu, int blkaddr) in npc_program_mkex_hash() argument
275 void npc_update_field_hash(struct rvu *rvu, u8 intf, in npc_update_field_hash() argument
721 u32 rvu_npc_exact_get_max_entries(struct rvu *rvu) in rvu_npc_exact_get_max_entries() argument
734 bool rvu_npc_exact_has_match_table(struct rvu *rvu) in rvu_npc_exact_has_match_table() argument
1592 int rvu_npc_exact_mac_addr_update(struct rvu *rvu, in rvu_npc_exact_mac_addr_update() argument
1674 int rvu_npc_exact_mac_addr_add(struct rvu *rvu, in rvu_npc_exact_mac_addr_add() argument
1710 int rvu_npc_exact_mac_addr_del(struct rvu *rvu, in rvu_npc_exact_mac_addr_del() argument
1820 void rvu_npc_exact_disable_feature(struct rvu *rvu) in rvu_npc_exact_disable_feature() argument
[all …]
H A Drvu_switch.c11 void rvu_switch_enable_lbk_link(struct rvu *rvu, u16 pcifunc, bool enable) in rvu_switch_enable_lbk_link() argument
22 static int rvu_switch_install_rx_rule(struct rvu *rvu, u16 pcifunc, in rvu_switch_install_rx_rule() argument
83 static int rvu_switch_install_rules(struct rvu *rvu) in rvu_switch_install_rules() argument
156 void rvu_switch_enable(struct rvu *rvu) in rvu_switch_enable() argument
168 alloc_req.count = rvu->cgx_mapped_pfs + rvu->cgx_mapped_vfs; in rvu_switch_enable()
169 if (rvu->rep_mode) in rvu_switch_enable()
174 dev_err(rvu->dev, in rvu_switch_enable()
180 dev_err(rvu->dev, in rvu_switch_enable()
217 void rvu_switch_disable(struct rvu *rvu) in rvu_switch_disable() argument
232 if (rvu->rep_mode) in rvu_switch_disable()
[all …]
H A Drvu_npc.c47 bool is_npc_interface_valid(struct rvu *rvu, u8 intf) in is_npc_interface_valid() argument
54 int rvu_npc_get_tx_nibble_cfg(struct rvu *rvu, u64 nibble_ena) in rvu_npc_get_tx_nibble_cfg() argument
78 int rvu_npc_get_pkind(struct rvu *rvu, u16 pf) in rvu_npc_get_pkind() argument
126 struct rvu *rvu = hw->rvu; in npc_get_ucast_mcam_index() local
1554 static int npc_apply_custom_kpu(struct rvu *rvu, in npc_apply_custom_kpu() argument
1719 static void npc_load_kpu_profile(struct rvu *rvu) in npc_load_kpu_profile() argument
1761 if (rvu->kpu_fwdata || rvu->kpu_fwdata_sz) { in npc_load_kpu_profile()
1831 void npc_mcam_rsrcs_deinit(struct rvu *rvu) in npc_mcam_rsrcs_deinit() argument
2093 int rvu_npc_init(struct rvu *rvu) in rvu_npc_init() argument
2177 void rvu_npc_freemem(struct rvu *rvu) in rvu_npc_freemem() argument
[all …]
H A Drvu_cn10k.c23 static int lmtst_map_table_ops(struct rvu *rvu, u32 index, u64 *val, in lmtst_map_table_ops() argument
67 static u32 rvu_get_lmtst_tbl_index(struct rvu *rvu, u16 pcifunc) in rvu_get_lmtst_tbl_index() argument
73 static int rvu_get_lmtaddr(struct rvu *rvu, u16 pcifunc, in rvu_get_lmtaddr() argument
148 int rvu_mbox_handler_lmtst_tbl_setup(struct rvu *rvu, in rvu_mbox_handler_lmtst_tbl_setup() argument
254 void rvu_reset_lmt_map_tbl(struct rvu *rvu, u16 pcifunc) in rvu_reset_lmt_map_tbl() argument
296 int rvu_set_channels_base(struct rvu *rvu) in rvu_set_channels_base() argument
383 static void rvu_lbk_set_channels(struct rvu *rvu) in rvu_lbk_set_channels() argument
507 static void rvu_nix_set_channels(struct rvu *rvu) in rvu_nix_set_channels() argument
533 static void rvu_rpm_set_channels(struct rvu *rvu) in rvu_rpm_set_channels() argument
547 void rvu_program_channels(struct rvu *rvu) in rvu_program_channels() argument
[all …]
H A Dmcs_rvu_if.c19 *otx2_mbox_alloc_msg_ ## _fn_name(struct rvu *rvu, int devid) \
72 int rvu_mbox_handler_mcs_set_lmac_mode(struct rvu *rvu, in rvu_mbox_handler_mcs_set_lmac_mode() argument
93 struct rvu *rvu = mcs->rvu; in mcs_add_intr_wq_entry() local
116 queue_work(rvu->mcs_intr_wq, &rvu->mcs_intr_work); in mcs_add_intr_wq_entry()
153 struct rvu *rvu = container_of(work, struct rvu, mcs_intr_work); in mcs_intr_handler_task() local
177 int rvu_mbox_handler_mcs_intr_cfg(struct rvu *rvu, in rvu_mbox_handler_mcs_intr_cfg() argument
202 int rvu_mbox_handler_mcs_get_hw_info(struct rvu *rvu, in rvu_mbox_handler_mcs_get_hw_info() argument
236 int rvu_mbox_handler_mcs_clear_stats(struct rvu *rvu, in rvu_mbox_handler_mcs_clear_stats() argument
870 int rvu_mcs_init(struct rvu *rvu) in rvu_mcs_init() argument
897 mcs->rvu = rvu; in rvu_mcs_init()
[all …]
H A Drvu_npa.c15 static int npa_aq_enqueue_wait(struct rvu *rvu, struct rvu_block *block, in npa_aq_enqueue_wait() argument
61 int rvu_npa_aq_enq_inst(struct rvu *rvu, struct npa_aq_enq_req *req, in rvu_npa_aq_enq_inst() argument
281 int rvu_mbox_handler_npa_aq_enq(struct rvu *rvu, in rvu_mbox_handler_npa_aq_enq() argument
294 int rvu_mbox_handler_npa_aq_enq(struct rvu *rvu, in rvu_mbox_handler_npa_aq_enq() argument
302 int rvu_mbox_handler_npa_hwctx_disable(struct rvu *rvu, in rvu_mbox_handler_npa_hwctx_disable() argument
309 static void npa_ctx_free(struct rvu *rvu, struct rvu_pfvf *pfvf) in npa_ctx_free() argument
327 int rvu_mbox_handler_npa_lf_alloc(struct rvu *rvu, in rvu_mbox_handler_npa_lf_alloc() argument
467 static int npa_aq_init(struct rvu *rvu, struct rvu_block *block) in npa_aq_init() argument
514 int rvu_npa_init(struct rvu *rvu) in rvu_npa_init() argument
527 void rvu_npa_freemem(struct rvu *rvu) in rvu_npa_freemem() argument
[all …]
H A Drvu_npc_hash.h55 void npc_update_field_hash(struct rvu *rvu, u8 intf,
63 void npc_config_secret_key(struct rvu *rvu, int blkaddr);
64 void npc_program_mkex_hash(struct rvu *rvu, int blkaddr);
210 bool rvu_npc_exact_has_match_table(struct rvu *rvu);
211 u32 rvu_npc_exact_get_max_entries(struct rvu *rvu);
212 int rvu_npc_exact_init(struct rvu *rvu);
216 int rvu_npc_exact_mac_addr_update(struct rvu *rvu,
220 int rvu_npc_exact_mac_addr_add(struct rvu *rvu,
224 int rvu_npc_exact_mac_addr_del(struct rvu *rvu,
231 void rvu_npc_exact_reset(struct rvu *rvu, u16 pcifunc);
[all …]
H A Drvu_debugfs.c1584 struct rvu *rvu = nix_hw->rvu; in print_tm_tree() local
1613 struct rvu *rvu = nix_hw->rvu; in rvu_dbg_nix_tm_tree_display() local
1658 struct rvu *rvu = nix_hw->rvu; in rvu_dbg_nix_tm_tree_write() local
1686 struct rvu *rvu = nix_hw->rvu; in print_tm_topo() local
1882 struct rvu *rvu = nix_hw->rvu; in rvu_dbg_nix_tm_topo_display() local
1915 struct rvu *rvu = nix_hw->rvu; in rvu_dbg_nix_tm_topo_write() local
3574 struct rvu *rvu = ctx->rvu; in cpt_eng_sts_display() local
3639 struct rvu *rvu = ctx->rvu; in rvu_dbg_cpt_engines_info_display() local
3673 struct rvu *rvu = ctx->rvu; in rvu_dbg_cpt_lfs_info_display() local
3705 struct rvu *rvu = ctx->rvu; in rvu_dbg_cpt_err_info_display() local
[all …]
H A Drvu_npc_fs.c60 bool npc_is_feature_supported(struct rvu *rvu, u64 features, u8 intf) in npc_is_feature_supported() argument
198 static bool npc_check_overlap(struct rvu *rvu, int blkaddr, in npc_check_overlap() argument
633 static int npc_scan_kex(struct rvu *rvu, int blkaddr, u8 intf) in npc_scan_kex() argument
681 static int npc_scan_verify_kex(struct rvu *rvu, int blkaddr) in npc_scan_verify_kex() argument
712 int npc_flow_steering_init(struct rvu *rvu, int blkaddr) in npc_flow_steering_init() argument
753 void npc_update_entry(struct rvu *rvu, enum key_fields type, in npc_update_entry() argument
1396 int rvu_mbox_handler_npc_install_flow(struct rvu *rvu, in rvu_mbox_handler_npc_install_flow() argument
1552 int rvu_mbox_handler_npc_delete_flow(struct rvu *rvu, in rvu_mbox_handler_npc_delete_flow() argument
1631 void npc_mcam_enable_flows(struct rvu *rvu, u16 target) in npc_mcam_enable_flows() argument
1687 void npc_mcam_disable_flows(struct rvu *rvu, u16 target) in npc_mcam_disable_flows() argument
[all …]
H A Drvu_sdp.c44 bool is_sdp_vf(struct rvu *rvu, u16 pcifunc) in is_sdp_vf() argument
47 return (rvu->vf_devid == RVU_SDP_VF_DEVID); in is_sdp_vf()
53 int rvu_sdp_init(struct rvu *rvu) in rvu_sdp_init() argument
59 if (rvu->fwdata->channel_data.valid) { in rvu_sdp_init()
61 pfvf = &rvu->pf[sdp_pf_num[0]]; in rvu_sdp_init()
62 pfvf->sdp_info = &rvu->fwdata->channel_data.info; in rvu_sdp_init()
72 pfvf = &rvu->pf[sdp_pf_num[i]]; in rvu_sdp_init()
74 pfvf->sdp_info = devm_kzalloc(rvu->dev, in rvu_sdp_init()
93 rvu_mbox_handler_set_sdp_chan_info(struct rvu *rvu, in rvu_mbox_handler_set_sdp_chan_info() argument
107 rvu_mbox_handler_get_sdp_chan_info(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_get_sdp_chan_info() argument
[all …]
H A Drvu_devlink.h72 struct rvu *rvu; member
79 int rvu_register_dl(struct rvu *rvu);
80 void rvu_unregister_dl(struct rvu *rvu);
H A Dptp.c99 static bool is_tstmp_atomic_update_supported(struct rvu *rvu) in is_tstmp_atomic_update_supported() argument
101 struct ptp *ptp = rvu->ptp; in is_tstmp_atomic_update_supported()
103 if (is_rvu_otx2(rvu)) in is_tstmp_atomic_update_supported()
367 void ptp_start(struct rvu *rvu, u64 sclk, u32 ext_clk_freq, u32 extts) in ptp_start() argument
369 struct ptp *ptp = rvu->ptp; in ptp_start()
619 int rvu_mbox_handler_ptp_op(struct rvu *rvu, struct ptp_req *req, in rvu_mbox_handler_ptp_op() argument
631 if (!rvu->ptp) in rvu_mbox_handler_ptp_op()
639 err = ptp_get_clock(rvu->ptp, &rsp->clk); in rvu_mbox_handler_ptp_op()
642 err = ptp_get_tstmp(rvu->ptp, &rsp->clk); in rvu_mbox_handler_ptp_op()
664 int rvu_mbox_handler_ptp_get_cap(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_ptp_get_cap() argument
[all …]
H A Dptp.h26 struct rvu;
29 void ptp_start(struct rvu *rvu, u64 sclk, u32 ext_clk_freq, u32 extts);
H A Drvu_npc_fs.h17 void npc_update_entry(struct rvu *rvu, enum key_fields type,
H A Drvu_reg.h642 if (rvu->hw->npc_ext_set) \
650 if (rvu->hw->npc_ext_set) \
658 if (rvu->hw->npc_ext_set) \
666 if (rvu->hw->npc_ext_set) \
674 if (rvu->hw->npc_ext_set) \
682 if (rvu->hw->npc_ext_set) \
690 if (rvu->hw->npc_ext_set) \
698 if (rvu->hw->npc_ext_set) \
H A DMakefile11 rvu_af-y := cgx.o rvu.o rvu_cgx.o rvu_npa.o rvu_nix.o \
H A Drvu_trace.h9 #define TRACE_SYSTEM rvu
H A Dnpc.h14 rvu_write64(rvu, blkaddr, \
18 rvu_write64(rvu, blkaddr, \

12