Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c200 uint32_t sectsz_bits; member
654 nd->lbaf[0] = nvstore->sectsz_bits << NVME_NS_DATA_LBAF_LBADS_SHIFT; in pci_nvme_init_nsdata()
2205 if (slba >> (64 - nvstore->sectsz_bits)) in pci_nvme_out_of_range()
2208 offset = slba << nvstore->sectsz_bits; in pci_nvme_out_of_range()
2209 bytes = nblocks << nvstore->sectsz_bits; in pci_nvme_out_of_range()
2529 bytes = nblocks << nvstore->sectsz_bits; in nvme_opc_write_read()
2543 offset = lba << nvstore->sectsz_bits; in nvme_opc_write_read()
2653 int sectsz_bits = sc->nvstore.sectsz_bits; in nvme_opc_dataset_mgmt() local
2675 offset = range[0].starting_lba << sectsz_bits; in nvme_opc_dataset_mgmt()
2676 bytes = range[0].length << sectsz_bits; in nvme_opc_dataset_mgmt()
[all …]