Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c956 uint32_t bytes_rxed; in vmbus_pcib_on_channel_callback() local
959 bytes_rxed = bufferlen; in vmbus_pcib_on_channel_callback()
960 ret = vmbus_chan_recv_pkt(chan, pkt, &bytes_rxed); in vmbus_pcib_on_channel_callback()
970 buffer = malloc(bytes_rxed, M_DEVBUF, M_WAITOK | M_ZERO); in vmbus_pcib_on_channel_callback()
971 bufferlen = bytes_rxed; in vmbus_pcib_on_channel_callback()
981 if (bytes_rxed <= sizeof(struct pci_response)) in vmbus_pcib_on_channel_callback()
990 response, bytes_rxed); in vmbus_pcib_on_channel_callback()
1002 if (bytes_rxed < in vmbus_pcib_on_channel_callback()