Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c947 uint32_t bytes_rxed; in vmbus_pcib_on_channel_callback() local
950 bytes_rxed = bufferlen; in vmbus_pcib_on_channel_callback()
951 ret = vmbus_chan_recv_pkt(chan, pkt, &bytes_rxed); in vmbus_pcib_on_channel_callback()
962 malloc(bytes_rxed, M_DEVBUF, M_WAITOK | M_ZERO); in vmbus_pcib_on_channel_callback()
963 bufferlen = bytes_rxed; in vmbus_pcib_on_channel_callback()
973 if (bytes_rxed <= sizeof(struct pci_response)) in vmbus_pcib_on_channel_callback()
982 response, bytes_rxed); in vmbus_pcib_on_channel_callback()
994 if (bytes_rxed < in vmbus_pcib_on_channel_callback()
1009 if (bytes_rxed < in vmbus_pcib_on_channel_callback()