Searched refs:sectsz_bits (Results 1 – 1 of 1) sorted by relevance
192 uint32_t sectsz_bits; member647 nd->lbaf[0] = NVMEF(NVME_NS_DATA_LBAF_LBADS, nvstore->sectsz_bits); in pci_nvme_init_nsdata()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() local2655 offset = range[0].starting_lba << sectsz_bits; in nvme_opc_dataset_mgmt()2656 bytes = range[0].length << sectsz_bits; in nvme_opc_dataset_mgmt()[all …]