Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c948 uint32_t bytes_rxed; in vmbus_pcib_on_channel_callback() local
951 bytes_rxed = bufferlen; in vmbus_pcib_on_channel_callback()
952 ret = vmbus_chan_recv_pkt(chan, pkt, &bytes_rxed); in vmbus_pcib_on_channel_callback()
963 malloc(bytes_rxed, M_DEVBUF, M_WAITOK | M_ZERO); in vmbus_pcib_on_channel_callback()
964 bufferlen = bytes_rxed; in vmbus_pcib_on_channel_callback()
974 if (bytes_rxed <= sizeof(struct pci_response)) in vmbus_pcib_on_channel_callback()
983 response, bytes_rxed); in vmbus_pcib_on_channel_callback()
995 if (bytes_rxed < in vmbus_pcib_on_channel_callback()
1010 if (bytes_rxed < in vmbus_pcib_on_channel_callback()