Searched refs:rqst_id (Results 1 – 3 of 3) sorted by relevance
297 u64 rqst_id = VMBUS_NO_RQSTOR; in hv_ringbuffer_write() local348 rqst_id = channel->next_request_id_callback(channel, requestid); in hv_ringbuffer_write()349 if (rqst_id == VMBUS_RQST_ERROR) { in hv_ringbuffer_write()356 desc->trans_id = (rqst_id == VMBUS_NO_RQSTOR) ? requestid : rqst_id; in hv_ringbuffer_write()378 if (rqst_id != VMBUS_NO_RQSTOR) { in hv_ringbuffer_write()381 channel->request_addr_callback(channel, rqst_id); in hv_ringbuffer_write()
1289 u64 rqst_id = desc->trans_id; in storvsc_on_channel_callback() local1290 u32 minlen = rqst_id ? sizeof(struct vstor_packet) - in storvsc_on_channel_callback()1296 rqst_id, pktlen, minlen); in storvsc_on_channel_callback()1300 if (rqst_id == VMBUS_RQST_INIT) { in storvsc_on_channel_callback()1302 } else if (rqst_id == VMBUS_RQST_RESET) { in storvsc_on_channel_callback()1306 if (rqst_id == 0) { in storvsc_on_channel_callback()1333 scmnd = scsi_host_find_tag(shost, rqst_id - 1); in storvsc_on_channel_callback()
1034 u64 (*request_addr_callback)(struct vmbus_channel *channel, u64 rqst_id);
Completed in 14 milliseconds