Home
last modified time | relevance | path

Searched refs:mbox_send (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_mbox.h99 struct hinic_recv_mbox mbox_send[HINIC_MAX_FUNCTIONS]; member
Dhinic_hw_mbox.c419 &mbox_work->func_to_func->mbox_send[mbox_work->src_func_idx]; in recv_func_mbox_work_handler()
641 &func_to_func->mbox_send[src] : in hinic_mbox_func_aeqe_handler()
1422 err = alloc_mbox_info(hwdev, func_to_func->mbox_send); in hinic_func_to_func_init()
1457 free_mbox_info(func_to_func->mbox_send); in hinic_func_to_func_init()
1483 free_mbox_info(func_to_func->mbox_send); in hinic_func_to_func_free()
/Linux-v6.6/drivers/cxl/core/
Dmbox.c252 rc = mds->mbox_send(mds, mbox_cmd); in cxl_internal_send_cmd()
591 rc = mds->mbox_send(mds, mbox_cmd); in handle_mailbox_cmd_from_user()
/Linux-v6.6/drivers/cxl/
Dcxlmem.h481 int (*mbox_send)(struct cxl_memdev_state *mds, member
Dpci.c419 mds->mbox_send = cxl_pci_mbox_send; in cxl_pci_setup_mailbox()
/Linux-v6.6/tools/testing/cxl/test/
Dmem.c1418 mds->mbox_send = cxl_mock_mbox_send; in cxl_mock_mem_probe()