Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/scsi/
H A Dstorvsc_drv.c696 new_sc->next_request_id_callback = storvsc_next_request_id; in handle_sc_creation()
1341 device->channel->next_request_id_callback = storvsc_next_request_id; in storvsc_connect_to_vsp()
/openbmc/linux/include/linux/
H A Dhyperv.h1058 u64 (*next_request_id_callback)(struct vmbus_channel *channel, u64 rqst_addr); member
/openbmc/linux/drivers/pci/controller/
H A Dpci-hyperv.c3711 hdev->channel->next_request_id_callback = vmbus_next_request_id; in hv_pci_probe()
4025 hdev->channel->next_request_id_callback = vmbus_next_request_id; in hv_pci_resume()
/openbmc/linux/drivers/net/hyperv/
H A Drndis_filter.c1265 new_sc->next_request_id_callback = vmbus_next_request_id; in netvsc_sc_open()
H A Dnetvsc.c1770 device->channel->next_request_id_callback = vmbus_next_request_id; in netvsc_device_add()