Searched refs:pktlen_aligned (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/pv/ |
H A D | hyperv.c | 1385 uint32_t pktlen, pktlen_aligned; in hv_channel_send() local 1390 pktlen_aligned = roundup(pktlen, sizeof(uint64_t)); in hv_channel_send() 1395 VMBUS_CHANPKT_SETLEN(cp.cp_hdr.cph_tlen, pktlen_aligned); in hv_channel_send() 1405 iov[2].iov_len = pktlen_aligned - pktlen; in hv_channel_send() 1423 uint32_t buflen, pktlen, pktlen_aligned; in hv_channel_send_sgl() local 1429 pktlen_aligned = roundup(pktlen, sizeof(uint64_t)); in hv_channel_send_sgl() 1434 VMBUS_CHANPKT_SETLEN(cp.cp_hdr.cph_tlen, pktlen_aligned); in hv_channel_send_sgl() 1449 iov[3].iov_len = pktlen_aligned - pktlen; in hv_channel_send_sgl() 1467 uint32_t buflen, pktlen, pktlen_aligned; in hv_channel_send_prpl() local 1473 pktlen_aligned = roundup(pktlen, sizeof(uint64_t)); in hv_channel_send_prpl() [all …]
|