Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dchannel_mgmt.c1419 if (responseheader->msgtype == CHANNELMSG_MODIFYCHANNEL) { in vmbus_onmodifychannel_response()
1549 { CHANNELMSG_MODIFYCHANNEL, 0, NULL, 0},
H A Dchannel.c221 msg.header.msgtype = CHANNELMSG_MODIFYCHANNEL; in send_modifychannel_without_ack()
248 msg->header.msgtype = CHANNELMSG_MODIFYCHANNEL; in send_modifychannel_with_ack()
/openbmc/linux/include/linux/
H A Dhyperv.h506 CHANNELMSG_MODIFYCHANNEL = 22, enumerator