Searched refs:rqst_id (Results 1 – 3 of 3) sorted by relevance
297 u64 __trans_id, 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 __trans_id = (rqst_id == VMBUS_NO_RQSTOR) ? requestid : rqst_id; in hv_ringbuffer_write()386 if (rqst_id != VMBUS_NO_RQSTOR) { in hv_ringbuffer_write()389 channel->request_addr_callback(channel, rqst_id); in hv_ringbuffer_write()
1226 u64 rqst_id = desc->trans_id; in storvsc_on_channel_callback() local1227 u32 minlen = rqst_id ? sizeof(struct vstor_packet) : in storvsc_on_channel_callback()1238 rqst_id, pktlen, minlen); in storvsc_on_channel_callback()1242 if (rqst_id == VMBUS_RQST_INIT) { in storvsc_on_channel_callback()1244 } else if (rqst_id == VMBUS_RQST_RESET) { in storvsc_on_channel_callback()1248 if (rqst_id == 0) { in storvsc_on_channel_callback()1275 scmnd = scsi_host_find_tag(shost, rqst_id - 1); in storvsc_on_channel_callback()
1039 u64 (*request_addr_callback)(struct vmbus_channel *channel, u64 rqst_id);