Home
last modified time | relevance | path

Searched refs:VMBUS_RQST_INIT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dstorvsc_drv.c661 if (rqst_addr == VMBUS_RQST_INIT) in storvsc_next_request_id()
662 return VMBUS_RQST_INIT; in storvsc_next_request_id()
754 VMBUS_RQST_INIT, in handle_multichannel_storage()
822 VMBUS_RQST_INIT, in storvsc_execute_vstor_op()
1269 if (rqst_id == VMBUS_RQST_INIT) { in storvsc_on_channel_callback()
/openbmc/linux/include/linux/
H A Dhyperv.h819 #define VMBUS_RQST_INIT (U64_MAX - 2) macro