Home
last modified time | relevance | path

Searched refs:otx2_sync_mbox_msg (Results 1 – 15 of 15) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_dmac_flt.c26 err = otx2_sync_mbox_msg(&pf->mbox); in otx2_dmacflt_do_add()
55 err = otx2_sync_mbox_msg(&pf->mbox); in otx2_dmacflt_add_pfmac()
104 err = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_dmacflt_do_remove()
123 err = otx2_sync_mbox_msg(&pf->mbox); in otx2_dmacflt_remove_pfmac()
158 err = otx2_sync_mbox_msg(&pf->mbox); in otx2_dmacflt_get_max_cnt()
197 rc = otx2_sync_mbox_msg(&pf->mbox); in otx2_dmacflt_update()
Dotx2_ptp.c29 err = otx2_sync_mbox_msg(&ptp->nic->mbox); in is_tstmp_atomic_update_supported()
66 rc = otx2_sync_mbox_msg(&ptp->nic->mbox); in otx2_ptp_hw_adjtime()
87 err = otx2_sync_mbox_msg(&ptp->nic->mbox); in otx2_ptp_get_clock()
136 rc = otx2_sync_mbox_msg(&ptp->nic->mbox); in otx2_ptp_hw_settime()
158 return otx2_sync_mbox_msg(&ptp->nic->mbox); in otx2_ptp_adjfine()
175 return otx2_sync_mbox_msg(&ptp->nic->mbox); in ptp_set_thresh()
193 return otx2_sync_mbox_msg(&ptp->nic->mbox); in ptp_pps_on()
218 err = otx2_sync_mbox_msg(&ptp->nic->mbox); in ptp_tstmp_read()
404 err = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_ptp_init()
Dotx2_common.c59 otx2_sync_mbox_msg(&pfvf->mbox); in otx2_update_lmac_stats()
72 otx2_sync_mbox_msg(&pfvf->mbox); in otx2_update_lmac_fec_stats()
161 err = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_hw_set_mac_addr()
181 err = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_hw_get_mac_addr()
245 err = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_hw_set_mtu()
269 err = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_config_pause_frm()
293 err = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_set_flowkey_cfg()
328 err = otx2_sync_mbox_msg(mbox); in otx2_set_rss_table()
347 err = otx2_sync_mbox_msg(mbox); in otx2_set_rss_table()
471 err = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_setup_segmentation()
[all …]
Dcn10k.c61 err = otx2_sync_mbox_msg(&pfvf->mbox); in cn10k_lmtst_init()
106 return otx2_sync_mbox_msg(&pfvf->mbox); in cn10k_sq_aq_init()
182 rc = otx2_sync_mbox_msg(&pfvf->mbox); in cn10k_free_all_ipolicers()
200 rc = otx2_sync_mbox_msg(&pfvf->mbox); in cn10k_alloc_leaf_profile()
325 return otx2_sync_mbox_msg(&pfvf->mbox); in cn10k_map_unmap_rq_policer()
339 return otx2_sync_mbox_msg(&pfvf->mbox); in cn10k_free_leaf_profile()
461 return otx2_sync_mbox_msg(&pfvf->mbox); in cn10k_set_ipolicer_rate()
Dotx2_dcbnl.c77 rc = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_pfc_txschq_alloc_one()
187 otx2_sync_mbox_msg(&pfvf->mbox); in otx2_pfc_update_sq_smq_mapping()
315 if (!otx2_sync_mbox_msg(&pfvf->mbox)) { in otx2_config_priority_flow_ctrl()
366 otx2_sync_mbox_msg(&pfvf->mbox); in otx2_update_bpid_in_rqctx()
380 otx2_sync_mbox_msg(&pfvf->mbox); in otx2_update_bpid_in_rqctx()
Dcn10k_macsec.c159 ret = otx2_sync_mbox_msg(mbox); in cn10k_mcs_alloc_rsrc()
227 if (otx2_sync_mbox_msg(&pfvf->mbox)) in cn10k_mcs_free_rsrc()
304 ret = otx2_sync_mbox_msg(mbox); in cn10k_mcs_write_rx_secy()
350 ret = otx2_sync_mbox_msg(mbox); in cn10k_mcs_write_rx_flowid()
377 ret = otx2_sync_mbox_msg(mbox); in cn10k_mcs_write_sc_cam()
463 ret = otx2_sync_mbox_msg(mbox); in cn10k_mcs_write_rx_sa_plcy()
490 ret = otx2_sync_mbox_msg(mbox); in cn10k_mcs_write_rx_sa_pn()
572 ret = otx2_sync_mbox_msg(mbox); in cn10k_mcs_write_tx_secy()
618 ret = otx2_sync_mbox_msg(mbox); in cn10k_mcs_write_tx_flowid()
652 ret = otx2_sync_mbox_msg(mbox); in cn10k_mcs_link_tx_sa2sc()
[all …]
Dotx2_flows.c58 err = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_free_ntuple_mcam_entries()
117 if (otx2_sync_mbox_msg(&pfvf->mbox)) in otx2_alloc_mcam_entries()
193 if (otx2_sync_mbox_msg(&pfvf->mbox)) { in otx2_mcam_entry_init()
228 if (otx2_sync_mbox_msg(&pfvf->mbox)) { in otx2_mcam_entry_init()
390 err = otx2_sync_mbox_msg(&pf->mbox); in otx2_do_add_macfilter()
445 err = otx2_sync_mbox_msg(&pf->mbox); in otx2_del_macfilter()
1043 err = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_add_flow_msg()
1225 err = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_remove_flow_msg()
1350 err = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_destroy_ntuple_flows()
1391 err = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_destroy_mcam_flows()
[all …]
Dotx2_pf.c132 if (!otx2_sync_mbox_msg(&pf->mbox)) { in otx2_flr_handler()
386 err = otx2_sync_mbox_msg(dst_mbox); in otx2_forward_vf_mbox_msgs()
1053 err = otx2_sync_mbox_msg(&pf->mbox); in otx2_register_mbox_intr()
1144 err = otx2_sync_mbox_msg(&pf->mbox); in otx2_cgx_config_linkevents()
1161 err = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_reset_mac_stats()
1187 err = otx2_sync_mbox_msg(&pf->mbox); in otx2_cgx_config_loopback()
1590 if (otx2_sync_mbox_msg(mbox)) in otx2_init_hw_resources()
1597 if (otx2_sync_mbox_msg(mbox)) in otx2_init_hw_resources()
1672 if (otx2_sync_mbox_msg(mbox)) in otx2_free_hw_resources()
1686 if (otx2_sync_mbox_msg(mbox)) in otx2_free_hw_resources()
[all …]
Dotx2_tc.c172 err = otx2_sync_mbox_msg(&nic->mbox); in otx2_set_matchall_egress_rate()
383 rc = otx2_sync_mbox_msg(&nic->mbox); in otx2_tc_update_mcast()
417 rc = otx2_sync_mbox_msg(&nic->mbox); in otx2_tc_update_mcast()
1049 err = otx2_sync_mbox_msg(&nic->mbox); in otx2_add_mcam_flow_entry()
1077 err = otx2_sync_mbox_msg(&nic->mbox); in otx2_del_mcam_flow_entry()
1231 otx2_sync_mbox_msg(&nic->mbox); in otx2_tc_del_flow()
1307 rc = otx2_sync_mbox_msg(&nic->mbox); in otx2_tc_add_flow()
1372 err = otx2_sync_mbox_msg(&nic->mbox); in otx2_tc_get_flow_stats()
1638 if (otx2_sync_mbox_msg(&nic->mbox)) in otx2_tc_config_ingress_rule()
Dqos_sq.c71 err = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_qos_sq_aura_pool_init()
217 return otx2_sync_mbox_msg(&pfvf->mbox); in otx2_qos_ctx_disable()
Dotx2_ethtool.c190 if (!otx2_sync_mbox_msg(&pfvf->mbox)) in otx2_get_phy_fec_stats()
343 if (!otx2_sync_mbox_msg(&pfvf->mbox)) { in otx2_get_pauseparam()
994 err = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_get_fwdata()
1069 err = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_set_fecparam()
1270 err = otx2_sync_mbox_msg(&pf->mbox); in otx2_set_link_ksettings()
Dotx2_vf.c278 err = otx2_sync_mbox_msg(&vf->mbox); in otx2vf_register_mbox_intr()
444 otx2_sync_mbox_msg(&vf->mbox); in otx2vf_do_set_rx_mode()
Dqos.c226 rc = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_qos_txschq_set_parent_topology()
626 rc = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_qos_txschq_config()
653 rc = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_qos_txschq_alloc()
Dotx2_common.h798 static inline int otx2_sync_mbox_msg(struct mbox *mbox) in otx2_sync_mbox_msg() function
Dotx2_txrx.c1316 err = otx2_sync_mbox_msg(&pfvf->mbox); in otx2_rxtx_enable()