Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c910 uint32_t bytes_rxed; in vmbus_pcib_on_channel_callback() local
913 bytes_rxed = bufferlen; in vmbus_pcib_on_channel_callback()
914 ret = vmbus_chan_recv_pkt(chan, pkt, &bytes_rxed); in vmbus_pcib_on_channel_callback()
924 buffer = malloc(bytes_rxed, M_DEVBUF, M_WAITOK | M_ZERO); in vmbus_pcib_on_channel_callback()
925 bufferlen = bytes_rxed; in vmbus_pcib_on_channel_callback()
935 if (bytes_rxed <= sizeof(struct pci_response)) in vmbus_pcib_on_channel_callback()
944 response, bytes_rxed); in vmbus_pcib_on_channel_callback()
956 if (bytes_rxed < in vmbus_pcib_on_channel_callback()