Home
last modified time | relevance | path

Searched refs:post_msg (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/hyperv/
H A Dvmbus.c1584 static void post_msg(VMBus *vmbus, void *msgdata, uint32_t msglen) in post_msg() function
1692 post_msg(vmbus, &msg, sizeof(msg)); in send_handshake()
1741 post_msg(vmbus, &msg, sizeof(msg)); in send_offer()
1748 post_msg(vmbus, &alloffers_msg, sizeof(alloffers_msg)); in send_offer()
1872 post_msg(vmbus, &msg, sizeof(msg)); in send_create_gpadl()
1928 post_msg(vmbus, &msg, sizeof(msg)); in send_teardown_gpadl()
1992 post_msg(vmbus, &msg, sizeof(msg)); in send_open_channel()
2075 post_msg(vmbus, &msg, sizeof(msg)); in send_unload()
/openbmc/linux/drivers/scsi/
H A Dhptiop.h358 void (*post_msg)(struct hptiop_hba *hba, u32 msg); member
H A Dhptiop.c385 hba->ops->post_msg(hba, msg); in iop_send_sync_msg()
1070 hba->ops->post_msg(hba, IOPMU_INBOUND_MSG0_RESET); in hptiop_reset_hba()
1592 .post_msg = hptiop_post_msg_itl,
1611 .post_msg = hptiop_post_msg_mv,
1630 .post_msg = hptiop_post_msg_mvfrey,