HomeSort by: relevance | last modified time | path
    Searched defs:pktlen_aligned (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/hyperv/
vmbus.c 1763 uint32_t pktlen, pktlen_aligned; local
1768 pktlen_aligned = roundup(pktlen, sizeof(uint64_t));
1773 VMBUS_CHANPKT_SETLEN(cp.cp_hdr.cph_tlen, pktlen_aligned);
1783 iov[2].iov_len = pktlen_aligned - pktlen;
1801 uint32_t buflen, pktlen, pktlen_aligned; local
1807 pktlen_aligned = roundup(pktlen, sizeof(uint64_t));
1812 VMBUS_CHANPKT_SETLEN(cp.cp_hdr.cph_tlen, pktlen_aligned);
1827 iov[3].iov_len = pktlen_aligned - pktlen;
1845 uint32_t buflen, pktlen, pktlen_aligned; local
1851 pktlen_aligned = roundup(pktlen, sizeof(uint64_t))
    [all...]

Completed in 116 milliseconds