Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dstorvsc_drv.c671 if (rqst_addr == VMBUS_RQST_RESET) in storvsc_next_request_id()
672 return VMBUS_RQST_RESET; in storvsc_next_request_id()
1282 } else if (rqst_id == VMBUS_RQST_RESET) { in storvsc_on_channel_callback()
1662 VMBUS_RQST_RESET, in storvsc_host_reset_handler()
/linux/include/linux/
H A Dhyperv.h767 #define VMBUS_RQST_RESET (U64_MAX - 3) macro