Home
last modified time | relevance | path

Searched refs:rqstor_size (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/hv/
H A Dchannel.c691 if (newchannel->rqstor_size) { in __vmbus_open()
692 if (vmbus_alloc_requestor(&newchannel->requestor, newchannel->rqstor_size)) in __vmbus_open()
1271 if (!channel->rqstor_size) in vmbus_next_request_id()
1309 if (!channel->rqstor_size) in __vmbus_request_addr_match()
/openbmc/linux/include/linux/
H A Dhyperv.h1064 u32 rqstor_size; member
/openbmc/linux/drivers/pci/controller/
H A Dpci-hyperv.c3713 hdev->channel->rqstor_size = HV_PCI_RQSTOR_SIZE; in hv_pci_probe()
4027 hdev->channel->rqstor_size = HV_PCI_RQSTOR_SIZE; in hv_pci_resume()
/openbmc/linux/drivers/net/hyperv/
H A Drndis_filter.c1267 new_sc->rqstor_size = netvsc_rqstor_size(netvsc_ring_bytes); in netvsc_sc_open()
H A Dnetvsc.c1772 device->channel->rqstor_size = netvsc_rqstor_size(netvsc_ring_bytes); in netvsc_device_add()