Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_nvme.c192 uint32_t sectsz_bits; member
2191 if (slba >> (64 - nvstore->sectsz_bits)) in pci_nvme_out_of_range()
2194 offset = slba << nvstore->sectsz_bits; in pci_nvme_out_of_range()
2195 bytes = nblocks << nvstore->sectsz_bits; in pci_nvme_out_of_range()
2515 bytes = nblocks << nvstore->sectsz_bits; in nvme_opc_write_read()
2529 offset = lba << nvstore->sectsz_bits; in nvme_opc_write_read()
2633 int sectsz_bits = sc->nvstore.sectsz_bits; in nvme_opc_dataset_mgmt() local
2656 bytes = range[0].length << sectsz_bits; in nvme_opc_dataset_mgmt()
3243 sc->nvstore.sectsz_bits = 12; in pci_nvme_parse_config()
3265 for (sc->nvstore.sectsz_bits = 9; in pci_nvme_parse_config()
[all …]