Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/nvmecontrol/
Didentify_ext.c53 uint8_t compare, write_unc, dsm, t; in nvme_print_controller() local
66 dsm = (oncs >> NVME_CTRLR_DATA_ONCS_DSM_SHIFT) & in nvme_print_controller()
224 dsm ? "Supported" : "Not Supported"); in nvme_print_controller()
/freebsd-12-stable/sys/cam/nvme/
Dnvme_da.c132 struct nvme_dsm_range dsm; member
1041 dsm_range = &trim->dsm; in ndastart()
1058 nda_nvme_trim(softc, &start_ccb->nvmeio, &trim->dsm, in ndastart()
1059 dsm_range - &trim->dsm); in ndastart()
/freebsd-12-stable/usr.sbin/bhyve/
Dpci_ahci.c1894 int slot, ncq, dsm; in ata_ioreq_cb() local
1898 ncq = dsm = 0; in ata_ioreq_cb()
1913 dsm = 1; in ata_ioreq_cb()
1931 if (dsm) in ata_ioreq_cb()
/freebsd-12-stable/sys/sys/
Data.h917 uint8_t dsm[8]; member