Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dring_buffer.c288 u64 __trans_id, rqst_id = VMBUS_NO_RQSTOR; in hv_ringbuffer_write() local
339 rqst_id = channel->next_request_id_callback(channel, requestid); in hv_ringbuffer_write()
340 if (rqst_id == VMBUS_RQST_ERROR) { in hv_ringbuffer_write()
347 __trans_id = (rqst_id == VMBUS_NO_RQSTOR) ? requestid : rqst_id; in hv_ringbuffer_write()
377 if (rqst_id != VMBUS_NO_RQSTOR) { in hv_ringbuffer_write()
380 channel->request_addr_callback(channel, rqst_id); in hv_ringbuffer_write()
/linux/drivers/scsi/
H A Dstorvsc_drv.c1253 u64 rqst_id = desc->trans_id; in storvsc_on_channel_callback() local
1254 u32 minlen = rqst_id ? sizeof(struct vstor_packet) : in storvsc_on_channel_callback()
1265 rqst_id, pktlen, minlen); in storvsc_on_channel_callback()
1269 if (rqst_id == VMBUS_RQST_INIT) { in storvsc_on_channel_callback()
1271 } else if (rqst_id == VMBUS_RQST_RESET) { in storvsc_on_channel_callback()
1275 if (rqst_id == 0) { in storvsc_on_channel_callback()
1302 scmnd = scsi_host_find_tag(shost, rqst_id - 1); in storvsc_on_channel_callback()
/linux/include/linux/
H A Dhyperv.h1062 u64 (*request_addr_callback)(struct vmbus_channel *channel, u64 rqst_id);