Home
last modified time | relevance | path

Searched refs:msg_rsp (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.h128 M(ATTACH_RESOURCES, 0x002, attach_resources, rsrc_attach, msg_rsp) \
129 M(DETACH_RESOURCES, 0x003, detach_resources, rsrc_detach, msg_rsp) \
132 M(VF_FLR, 0x006, vf_flr, msg_req, msg_rsp) \
136 msg_rsp) \
137 M(SET_VF_PERM, 0x00b, set_vf_perm, set_vf_perm, msg_rsp) \
139 M(CGX_START_RXTX, 0x200, cgx_start_rxtx, msg_req, msg_rsp) \
140 M(CGX_STOP_RXTX, 0x201, cgx_stop_rxtx, msg_req, msg_rsp) \
146 M(CGX_PROMISC_ENABLE, 0x205, cgx_promisc_enable, msg_req, msg_rsp) \
147 M(CGX_PROMISC_DISABLE, 0x206, cgx_promisc_disable, msg_req, msg_rsp) \
148 M(CGX_START_LINKEVENTS, 0x207, cgx_start_linkevents, msg_req, msg_rsp) \
[all …]
Drvu_cgx.c483 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_start_rxtx()
490 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_stop_rxtx()
608 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_mac_addr_del()
665 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_promisc_enable()
681 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_promisc_disable()
726 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_ptp_rx_enable()
732 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_ptp_rx_disable()
759 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_start_linkevents()
766 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_stop_linkevents()
836 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_intlbk_enable()
[all …]
Drvu_switch.c150 struct msg_rsp rsp; in rvu_switch_enable()
203 struct msg_rsp rsp; in rvu_switch_disable()
Drvu_sdp.c80 struct msg_rsp *rsp) in rvu_mbox_handler_set_sdp_chan_info()
Drvu_cpt.c99 struct msg_rsp *rsp) in rvu_mbox_handler_cpt_lf_alloc()
186 struct msg_rsp *rsp) in rvu_mbox_handler_cpt_lf_free()
406 struct msg_rsp *rsp) in rvu_mbox_handler_cpt_rxc_time_cfg()
Dmbox.c373 struct msg_rsp *rsp; in otx2_reply_invalid_msg()
375 rsp = (struct msg_rsp *) in otx2_reply_invalid_msg()
Drvu_npc_fs.c897 struct msg_rsp free_rsp; in rvu_mcam_remove_counter_from_rule()
1024 struct msg_rsp write_rsp; in npc_install_flow()
1255 struct msg_rsp dis_rsp; in npc_delete_flow()
1274 struct msg_rsp *rsp) in rvu_mbox_handler_npc_delete_flow()
1322 struct msg_rsp rsp; in npc_update_dmac_value()
Drvu_npa.c295 struct msg_rsp *rsp) in rvu_mbox_handler_npa_hwctx_disable()
427 struct msg_rsp *rsp) in rvu_mbox_handler_npa_lf_free()
Drvu_nix.c475 struct msg_rsp *rsp) in rvu_mbox_handler_nix_bp_disable()
1207 struct msg_rsp *rsp) in rvu_mbox_handler_nix_hwctx_disable()
1443 struct msg_rsp *rsp) in rvu_mbox_handler_nix_lf_free()
2174 struct msg_rsp *rsp) in rvu_mbox_handler_nix_txsch_free()
3173 struct msg_rsp *rsp) in rvu_mbox_handler_nix_stats_rst()
3609 struct msg_rsp *rsp) in rvu_mbox_handler_nix_set_mac_addr()
3661 struct msg_rsp *rsp) in rvu_mbox_handler_nix_set_rx_mode()
3852 struct msg_rsp *rsp) in rvu_mbox_handler_nix_set_hw_frs()
3946 struct msg_rsp *rsp) in rvu_mbox_handler_nix_set_rx_cfg()
4401 struct msg_rsp *rsp) in rvu_mbox_handler_nix_lf_start_rx()
[all …]
Drvu_npc.c2601 struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_free_entry()
2672 struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_write_entry()
2730 struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_ena_entry()
2753 struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_dis_entry()
2908 struct npc_mcam_oper_counter_req *req, struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_free_counter()
2950 struct npc_mcam_unmap_counter_req *req, struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_unmap_counter()
2997 struct npc_mcam_oper_counter_req *req, struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_clear_counter()
Drvu_cn10k.c133 struct msg_rsp *rsp) in rvu_mbox_handler_lmtst_tbl_setup()
Drvu.c1380 struct msg_rsp *rsp) in rvu_mbox_handler_detach_resources()
1622 struct msg_rsp *rsp) in rvu_mbox_handler_attach_resources()
1905 struct msg_rsp *rsp) in rvu_mbox_handler_vf_flr()
1936 struct msg_rsp *rsp) in rvu_mbox_handler_set_vf_perm()
/Linux-v5.15/drivers/crypto/marvell/octeontx2/
Dotx2_cpt_mbox_common.c127 sizeof(struct msg_rsp)); in otx2_cpt_attach_rscrs_msg()
155 sizeof(struct msg_rsp)); in otx2_cpt_detach_rsrcs_msg()
Dotx2_cptpf_main.c143 sizeof(struct msg_rsp)); in cptpf_flr_wq_handler()
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_vf.c116 struct msg_rsp *rsp; in otx2vf_process_mbox_msg_up()
127 rsp = (struct msg_rsp *)otx2_mbox_alloc_msg( in otx2vf_process_mbox_msg_up()
129 sizeof(struct msg_rsp)); in otx2vf_process_mbox_msg_up()
Dotx2_pf.c850 struct msg_rsp *rsp) in otx2_mbox_up_handler_cgx_link_event()
2696 sizeof(*req), sizeof(struct msg_rsp)); in otx2_vf_link_event_task()