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
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
2676 bytes = range[0].length << sectsz_bits; in nvme_opc_dataset_mgmt()
3216 sc->nvstore.sectsz_bits = 12; in pci_nvme_parse_config()
3238 for (sc->nvstore.sectsz_bits = 9; in pci_nvme_parse_config()
[all …]