Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsServices.c48 uint32_t alignment_offset = 0; in qatUtilsMemAllocContiguousNUMA() local
69 alignment_offset = (uint64_t)pRet % alignment; in qatUtilsMemAllocContiguousNUMA()
71 alignment_offset = (uint32_t)pRet % alignment; in qatUtilsMemAllocContiguousNUMA()
73 pRet = (char *)pRet + (alignment - alignment_offset); in qatUtilsMemAllocContiguousNUMA()
/freebsd/sys/dev/virtio/block/
H A Dvirtio_blk.h78 uint8_t alignment_offset; member
H A Dvirtio_blk.c810 blkcfg->topology.alignment_offset * dp->d_sectorsize) % in vtblk_alloc_disk()
1379 topology.alignment_offset, blkcfg); in vtblk_read_config()
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_block.c122 uint8_t alignment_offset; member
538 sc->vbsc_cfg.vbc_topology.alignment_offset = in pci_vtblk_init()