Searched refs:chm_type (Results 1 – 3 of 3) sorted by relevance
465 req->chm_hdr.chm_type = VMBUS_CHANMSG_TYPE_CHOPEN; in vmbus_chan_open_br()627 req->chm_hdr.chm_type = VMBUS_CHANMSG_TYPE_GPADL_CONN; in vmbus_chan_gpadl_connect()660 subreq->chm_hdr.chm_type = VMBUS_CHANMSG_TYPE_GPADL_SUBCONN; in vmbus_chan_gpadl_connect()732 req->chm_hdr.chm_type = VMBUS_CHANMSG_TYPE_GPADL_DISCONN; in vmbus_chan_gpadl_disconnect()892 req->chm_hdr.chm_type = VMBUS_CHANMSG_TYPE_CHCLOSE; in vmbus_chan_close_internal()2016 req->chm_hdr.chm_type = VMBUS_CHANMSG_TYPE_CHFREE; in vmbus_chan_release()2178 msg_type = ((const struct vmbus_chanmsg_hdr *)msg->msg_data)->chm_type; in vmbus_chan_msgproc()
419 req->chm_hdr.chm_type = VMBUS_CHANMSG_TYPE_TL_CONN; in vmbus_req_tl_connect()447 req->chm_hdr.chm_type = VMBUS_CHANMSG_TYPE_CONNECT; in vmbus_connect()504 req->chm_hdr.chm_type = VMBUS_CHANMSG_TYPE_DISCONNECT; in vmbus_disconnect()527 req->chm_hdr.chm_type = VMBUS_CHANMSG_TYPE_CHREQUEST; in vmbus_req_channels()633 msg_type = ((const struct vmbus_chanmsg_hdr *)msg->msg_data)->chm_type; in vmbus_chanmsg_handle()
253 uint32_t chm_type; /* VMBUS_CHANMSG_TYPE_ */ member