Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.h127 M(ATTACH_RESOURCES, 0x002, attach_resources, rsrc_attach, msg_rsp) \
128 M(DETACH_RESOURCES, 0x003, detach_resources, rsrc_detach, msg_rsp) \
130 M(VF_FLR, 0x006, vf_flr, msg_req, msg_rsp) \
134 M(CGX_START_RXTX, 0x200, cgx_start_rxtx, msg_req, msg_rsp) \
135 M(CGX_STOP_RXTX, 0x201, cgx_stop_rxtx, msg_req, msg_rsp) \
141 M(CGX_PROMISC_ENABLE, 0x205, cgx_promisc_enable, msg_req, msg_rsp) \
142 M(CGX_PROMISC_DISABLE, 0x206, cgx_promisc_disable, msg_req, msg_rsp) \
143 M(CGX_START_LINKEVENTS, 0x207, cgx_start_linkevents, msg_req, msg_rsp) \
144 M(CGX_STOP_LINKEVENTS, 0x208, cgx_stop_linkevents, msg_req, msg_rsp) \
146 M(CGX_INTLBK_ENABLE, 0x20A, cgx_intlbk_enable, msg_req, msg_rsp) \
[all …]
Drvu_cgx.c401 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_start_rxtx()
408 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_stop_rxtx()
484 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_promisc_enable()
500 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_promisc_disable()
542 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_ptp_rx_enable()
548 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_ptp_rx_disable()
575 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_start_linkevents()
582 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_stop_linkevents()
621 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_intlbk_enable()
628 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_intlbk_disable()
Drvu_nix.c284 struct msg_rsp *rsp) in rvu_mbox_handler_nix_bp_disable()
953 struct msg_rsp *rsp) in rvu_mbox_handler_nix_hwctx_disable()
1171 struct msg_rsp *rsp) in rvu_mbox_handler_nix_lf_free()
1720 struct msg_rsp *rsp) in rvu_mbox_handler_nix_txsch_free()
1823 struct msg_rsp *rsp) in rvu_mbox_handler_nix_txschq_cfg()
1932 struct msg_rsp *rsp) in rvu_mbox_handler_nix_vtag_cfg()
2279 struct msg_rsp *rsp) in rvu_mbox_handler_nix_stats_rst()
2681 struct msg_rsp *rsp) in rvu_mbox_handler_nix_set_mac_addr()
2721 struct msg_rsp *rsp) in rvu_mbox_handler_nix_set_rx_mode()
2798 struct msg_rsp *rsp) in rvu_mbox_handler_nix_set_hw_frs()
[all …]
Dmbox.c335 struct msg_rsp *rsp; in otx2_reply_invalid_msg()
337 rsp = (struct msg_rsp *) in otx2_reply_invalid_msg()
Drvu_npa.c298 struct msg_rsp *rsp) in rvu_mbox_handler_npa_hwctx_disable()
426 struct msg_rsp *rsp) in rvu_mbox_handler_npa_lf_free()
Drvu_npc.c1744 struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_free_entry()
1790 struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_write_entry()
1831 struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_ena_entry()
1854 struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_dis_entry()
2009 struct npc_mcam_oper_counter_req *req, struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_free_counter()
2051 struct npc_mcam_unmap_counter_req *req, struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_unmap_counter()
2097 struct npc_mcam_oper_counter_req *req, struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_clear_counter()
Drvu.c1167 struct msg_rsp *rsp) in rvu_mbox_handler_detach_resources()
1315 struct msg_rsp *rsp) in rvu_mbox_handler_attach_resources()
1486 struct msg_rsp *rsp) in rvu_mbox_handler_vf_flr()
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_vf.c111 struct msg_rsp *rsp; in otx2vf_process_mbox_msg_up()
122 rsp = (struct msg_rsp *)otx2_mbox_alloc_msg( in otx2vf_process_mbox_msg_up()
124 sizeof(struct msg_rsp)); in otx2vf_process_mbox_msg_up()
Dotx2_pf.c839 struct msg_rsp *rsp) in otx2_mbox_up_handler_cgx_link_event()
2177 sizeof(*req), sizeof(struct msg_rsp)); in otx2_vf_link_event_task()