Searched refs:sectsz_bits (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Dpci_nvme.c192 uint32_t sectsz_bits; member in struct:pci_nvme_blockstore
636 nd->lbaf[0] = NVMEF(NVME_NS_DATA_LBAF_LBADS, nvstore->sectsz_bits);
2180 if (slba >> (64 - nvstore->sectsz_bits))
2183 offset = slba << nvstore->sectsz_bits;
2184 bytes = nblocks << nvstore->sectsz_bits;
2504 bytes = nblocks << nvstore->sectsz_bits;
2518 offset = lba << nvstore->sectsz_bits;
2622 int sectsz_bits = sc->nvstore.sectsz_bits; local
2644 offset = range[0].starting_lba << sectsz_bits;
[all...]

Completed in 97 milliseconds