Searched refs:otx2_mbox_msg_send (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/drivers/crypto/marvell/octeontx2/ |
D | otx2_cpt_mbox_common.c | 11 otx2_mbox_msg_send(mbox, 0); in otx2_cpt_send_mbox_msg() 212 otx2_mbox_msg_send(mbox, 0); in otx2_cpt_sync_mbox_msg()
|
D | otx2_cptpf_mbox.c | 143 otx2_mbox_msg_send(&cptpf->vfpf_mbox, vf->vf_id); in cptpf_handle_vf_req() 221 otx2_mbox_msg_send(mbox, vf->vf_id); in otx2_cptpf_vfpf_mbox_handler()
|
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mbox.c | 214 void otx2_mbox_msg_send(struct otx2_mbox *mbox, int devid) in otx2_mbox_msg_send() function 260 EXPORT_SYMBOL(otx2_mbox_msg_send);
|
D | mcs_rvu_if.c | 101 otx2_mbox_msg_send(&rvu->afpf_wq_info.mbox_up, pf); in mcs_notify_pfvf()
|
D | rvu_cpt.c | 998 otx2_mbox_msg_send(&rvu->afpf_wq_info.mbox_up, cpt_pf_num); in cpt_inline_inb_lf_cmd_send()
|
D | rvu_cgx.c | 254 otx2_mbox_msg_send(&rvu->afpf_wq_info.mbox_up, pfid); in cgx_notify_pfs()
|
D | mbox.h | 102 void otx2_mbox_msg_send(struct otx2_mbox *mbox, int devid);
|
D | rvu.c | 2177 otx2_mbox_msg_send(mbox, devid); in __rvu_mbox_handler()
|
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_common.h | 777 otx2_mbox_msg_send(&mbox->mbox, 0); in otx2_sync_mbox_msg() 791 otx2_mbox_msg_send(&mbox->mbox_up, devid); in otx2_sync_mbox_up_msg() 808 otx2_mbox_msg_send(&mbox->mbox, 0); in otx2_sync_mbox_msg_busy_poll()
|
D | otx2_vf.c | 176 otx2_mbox_msg_send(mbox, 0); in otx2vf_vfaf_mbox_up_handler()
|
D | otx2_pf.c | 499 otx2_mbox_msg_send(mbox, vf_idx); in otx2_pfvf_mbox_handler() 970 otx2_mbox_msg_send(mbox, 0); in otx2_pfaf_mbox_up_handler()
|
D | otx2_common.c | 1499 otx2_mbox_msg_send(&mbox->mbox, 0); in otx2_detach_resources()
|