Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dring_buffer.c338 if (channel->next_request_id_callback != NULL) { in hv_ringbuffer_write()
339 rqst_id = channel->next_request_id_callback(channel, requestid); in hv_ringbuffer_write()
/linux/drivers/scsi/
H A Dstorvsc_drv.c696 new_sc->next_request_id_callback = storvsc_next_request_id; in handle_sc_creation()
1340 device->channel->next_request_id_callback = storvsc_next_request_id; in storvsc_connect_to_vsp()
/linux/include/linux/
H A Dhyperv.h1051 u64 (*next_request_id_callback)(struct vmbus_channel *channel, u64 rqst_addr); member