Searched refs:msg_rsp (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.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() 490 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_promisc_enable() 506 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_promisc_disable() 548 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_ptp_rx_enable() 554 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_ptp_rx_disable() 581 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_start_linkevents() 588 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_stop_linkevents() 627 struct msg_rsp *rsp) in rvu_mbox_handler_cgx_intlbk_enable() 634 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() 1175 struct msg_rsp *rsp) in rvu_mbox_handler_nix_lf_free() 1724 struct msg_rsp *rsp) in rvu_mbox_handler_nix_txsch_free() 1827 struct msg_rsp *rsp) in rvu_mbox_handler_nix_txschq_cfg() 1936 struct msg_rsp *rsp) in rvu_mbox_handler_nix_vtag_cfg() 2283 struct msg_rsp *rsp) in rvu_mbox_handler_nix_stats_rst() 2685 struct msg_rsp *rsp) in rvu_mbox_handler_nix_set_mac_addr() 2725 struct msg_rsp *rsp) in rvu_mbox_handler_nix_set_rx_mode() 2802 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 | 1745 struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_free_entry() 1791 struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_write_entry() 1832 struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_ena_entry() 1855 struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_dis_entry() 2010 struct npc_mcam_oper_counter_req *req, struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_free_counter() 2052 struct npc_mcam_unmap_counter_req *req, struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_unmap_counter() 2099 struct npc_mcam_oper_counter_req *req, struct msg_rsp *rsp) in rvu_mbox_handler_npc_mcam_clear_counter()
|
D | rvu.c | 1177 struct msg_rsp *rsp) in rvu_mbox_handler_detach_resources() 1325 struct msg_rsp *rsp) in rvu_mbox_handler_attach_resources() 1496 struct msg_rsp *rsp) in rvu_mbox_handler_vf_flr()
|
/kernel/linux/linux-5.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 | 844 struct msg_rsp *rsp) in otx2_mbox_up_handler_cgx_link_event() 2192 sizeof(*req), sizeof(struct msg_rsp)); in otx2_vf_link_event_task()
|