Searched refs:mbox_msghdr (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mbox.h | 84 struct mbox_msghdr { struct 110 struct mbox_msghdr *otx2_mbox_alloc_msg_rsp(struct otx2_mbox *mbox, int devid, argument 112 struct mbox_msghdr *otx2_mbox_get_rsp(struct otx2_mbox *mbox, int devid, 113 struct mbox_msghdr *msg); 119 static inline struct mbox_msghdr *otx2_mbox_alloc_msg(struct otx2_mbox *mbox, in otx2_mbox_alloc_msg() 400 struct mbox_msghdr hdr; 407 struct mbox_msghdr hdr; 418 struct mbox_msghdr hdr; 441 struct mbox_msghdr hdr; 458 struct mbox_msghdr hdr; [all …]
|
D | mbox.c | 304 struct mbox_msghdr *otx2_mbox_alloc_msg_rsp(struct otx2_mbox *mbox, int devid, in otx2_mbox_alloc_msg_rsp() 308 struct mbox_msghdr *msghdr = NULL; in otx2_mbox_alloc_msg_rsp() 339 struct mbox_msghdr *otx2_mbox_get_rsp(struct otx2_mbox *mbox, int devid, in otx2_mbox_get_rsp() 340 struct mbox_msghdr *msg) in otx2_mbox_get_rsp() 353 struct mbox_msghdr *pmsg = mdev->mbase + imsg; in otx2_mbox_get_rsp() 354 struct mbox_msghdr *prsp = mdev->mbase + irsp; in otx2_mbox_get_rsp() 387 struct mbox_msghdr *preq = mdev->mbase + ireq; in otx2_mbox_check_rsp_msgs() 388 struct mbox_msghdr *prsp = mdev->mbase + irsp; in otx2_mbox_check_rsp_msgs()
|
D | rvu.c | 2138 struct mbox_msghdr *req) in rvu_process_mbox_msg() 2194 struct mbox_msghdr *msg; in __rvu_mbox_handler() 2284 struct mbox_msghdr *msg; in __rvu_mbox_up_handler()
|
/linux-6.12.1/drivers/crypto/marvell/octeontx2/ |
D | otx2_cptpf_mbox.c | 30 struct mbox_msghdr *req, int size) in forward_to_af() 32 struct mbox_msghdr *msg; in forward_to_af() 42 memcpy((uint8_t *)msg + sizeof(struct mbox_msghdr), in forward_to_af() 43 (uint8_t *)req + sizeof(struct mbox_msghdr), size); in forward_to_af() 67 struct mbox_msghdr *req) in handle_msg_get_caps() 89 struct mbox_msghdr *req) in handle_msg_get_eng_grp_num() 112 struct mbox_msghdr *req) in handle_msg_kvf_limits() 244 struct mbox_msghdr *req) in handle_msg_rx_inline_ipsec_lf_cfg() 311 struct mbox_msghdr *req, int size) in cptpf_handle_vf_req() 382 struct mbox_msghdr *msg; in otx2_cptpf_vfpf_mbox_handler() [all …]
|
D | otx2_cpt_common.h | 53 struct mbox_msghdr hdr; 72 struct mbox_msghdr hdr; 77 struct mbox_msghdr hdr; 87 struct mbox_msghdr hdr; 91 struct mbox_msghdr hdr; 122 struct mbox_msghdr hdr; 126 struct mbox_msghdr hdr;
|
D | otx2_cptvf_mbox.c | 70 struct mbox_msghdr *msg) in process_pfvf_mbox_mbox_msg() 151 struct mbox_msghdr *msg; in otx2_cptvf_pfvf_mbox_handler() 167 msg = (struct mbox_msghdr *)(mdev->mbase + pfvf_mbox->rx_start + in otx2_cptvf_pfvf_mbox_handler() 201 struct mbox_msghdr *req; in otx2_cptvf_send_kvf_limits_msg() 203 req = (struct mbox_msghdr *) in otx2_cptvf_send_kvf_limits_msg() 221 struct mbox_msghdr *req; in otx2_cptvf_send_caps_msg() 223 req = (struct mbox_msghdr *) in otx2_cptvf_send_caps_msg()
|
D | otx2_cpt_mbox_common.c | 26 struct mbox_msghdr *req; in otx2_cpt_send_ready_msg() 189 struct mbox_msghdr *req; in otx2_cpt_msix_offset_msg()
|
D | otx2_cptpf_main.c | 137 struct mbox_msghdr *req; in cptpf_flr_wq_handler()
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_vf.c | 38 struct mbox_msghdr *msg) in otx2vf_process_vfaf_mbox_msg() 88 struct mbox_msghdr *msg; in otx2vf_vfaf_mbox_handler() 106 msg = (struct mbox_msghdr *)(mdev->mbase + offset); in otx2vf_vfaf_mbox_handler() 116 struct mbox_msghdr *req) in otx2vf_process_mbox_msg_up() 153 struct mbox_msghdr *msg; in otx2vf_vfaf_mbox_up_handler() 174 msg = (struct mbox_msghdr *)(mdev->mbase + offset); in otx2vf_vfaf_mbox_up_handler()
|
D | otx2_pf.c | 450 struct mbox_msghdr *msg = NULL; in otx2_pfvf_mbox_handler() 467 msg = (struct mbox_msghdr *)(mdev->mbase + mbox->rx_start + in otx2_pfvf_mbox_handler() 495 struct mbox_msghdr *msg; in otx2_pfvf_mbox_up_handler() 731 struct mbox_msghdr *msg) in otx2_process_pfaf_mbox_msg() 803 struct mbox_msghdr *msg; in otx2_pfaf_mbox_handler() 820 msg = (struct mbox_msghdr *)(mdev->mbase + offset); in otx2_pfaf_mbox_handler() 885 struct mbox_msghdr *req) in otx2_process_mbox_msg_up() 933 struct mbox_msghdr *msg; in otx2_pfaf_mbox_up_handler() 942 msg = (struct mbox_msghdr *)(mdev->mbase + offset); in otx2_pfaf_mbox_up_handler() 3139 struct mbox_msghdr *msghdr; in otx2_vf_link_event_task()
|
D | otx2_tc.c | 413 memcpy(&ureq->hdr, &grp_update_req->hdr, sizeof(struct mbox_msghdr)); in otx2_tc_update_mcast() 1298 memcpy(&dummy.hdr, &req->hdr, sizeof(struct mbox_msghdr)); in otx2_tc_add_flow()
|
D | otx2_flows.c | 1456 struct mbox_msghdr *rsp_hdr; in otx2_enable_rxvlan()
|
D | otx2_common.c | 170 struct mbox_msghdr *msghdr; in otx2_hw_get_mac_addr()
|