Home
last modified time | relevance | path

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

/freebsd/sbin/nvmecontrol/
H A Dreset.c70 if (ioctl(fd, NVME_RESET_CONTROLLER) < 0) in reset()
/freebsd/sys/dev/nvme/
H A Dnvme_ctrlr.c1327 case NVME_RESET_CONTROLLER: in nvme_ctrlr_ioctl()
H A Dnvme.h40 #define NVME_RESET_CONTROLLER _IO('n', 1) macro