Searched refs:bytes_rxed (Results 1 – 1 of 1) sorted by relevance
910 uint32_t bytes_rxed; in vmbus_pcib_on_channel_callback() local913 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()