Searched refs:msg_rsp (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mbox.h | 127 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 …]
|
D | rvu_cgx.c | 401 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()
|
D | rvu_nix.c | 284 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 …]
|
D | mbox.c | 335 struct msg_rsp *rsp; in otx2_reply_invalid_msg() 337 rsp = (struct msg_rsp *) in otx2_reply_invalid_msg()
|
D | rvu_npa.c | 298 struct msg_rsp *rsp) in rvu_mbox_handler_npa_hwctx_disable() 426 struct msg_rsp *rsp) in rvu_mbox_handler_npa_lf_free()
|
D | rvu_npc.c | 1744 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()
|
D | rvu.c | 1167 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/ |
D | otx2_vf.c | 111 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()
|
D | otx2_pf.c | 839 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()
|