Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/cam/ctl/
HDctl_util.c521 int minimum_cdb_size, uint64_t starting_lba, in ctl_scsi_sync_cache() argument
529 && ((starting_lba & 0xffffffff) == starting_lba)) { in ctl_scsi_sync_cache()
541 scsi_ulto4b(starting_lba, cdb->begin_lba); in ctl_scsi_sync_cache()
556 scsi_u64to8b(starting_lba, cdb->begin_lba); in ctl_scsi_sync_cache()
HDctl_util.h84 int minimum_cdb_size, uint64_t starting_lba,
HDctl.c5430 uint64_t starting_lba; in ctl_sync_cache() local
5444 starting_lba = scsi_4btoul(cdb->begin_lba); in ctl_sync_cache()
5453 starting_lba = scsi_8btou64(cdb->begin_lba); in ctl_sync_cache()
5471 if ((starting_lba + block_count) > (lun->be_lun->maxlba + 1)) { in ctl_sync_cache()
5473 MAX(starting_lba, lun->be_lun->maxlba + 1)); in ctl_sync_cache()
5479 lbalen->lba = starting_lba; in ctl_sync_cache()
/freebsd-13-stable/sys/dev/nvme/
HDnvme_ns.c486 dsm_range->starting_lba = in nvme_ns_bio_process()
HDnvme.h687 uint64_t starting_lba; member
/freebsd-13-stable/usr.sbin/bhyve/
HDpci_nvme.c2679 range[r].starting_lba, range[r].length)) { in nvme_opc_dataset_mgmt()
2711 offset = range[0].starting_lba << sectsz_bits; in nvme_opc_dataset_mgmt()
2731 offset = range[r].starting_lba << sectsz_bits; in nvme_opc_dataset_mgmt()
/freebsd-13-stable/sys/cam/nvme/
HDnvme_da.c1093 dsm_range->starting_lba = in ndastart()
/freebsd-13-stable/sys/dev/mpr/
HDmpr_sas.c1785 nvme_dsm_ranges[i].starting_lba = in mprsas_build_nvme_unmap()