Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpr/mpi/
H A Dmpi2.h693 #define MPI2_FUNCTION_NVME_ENCAPSULATED (0x33) /* NVMe Encapsulated (MPI v2.6) */ macro
/freebsd/sys/dev/mpr/
H A Dmpr_user.c938 if (function == MPI2_FUNCTION_NVME_ENCAPSULATED) { in mpr_user_pass_thru()
1128 if (err == 0 && function == MPI2_FUNCTION_NVME_ENCAPSULATED) { in mpr_user_pass_thru()
H A Dmpr_sas.c1786 req->Function = MPI2_FUNCTION_NVME_ENCAPSULATED; in mprsas_build_nvme_unmap()