Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme.c389 nvme_vers_ctrl_atleast(const nvme_ctrl_t *ctrl, const nvme_version_t *targ) in nvme_vers_ctrl_atleast() function
413 return (nvme_vers_ctrl_atleast(ctrl, &nvme_vers_1v2) && in nvme_guid_valid()
422 return (nvme_vers_ctrl_atleast(ctrl, &nvme_vers_1v1) && in nvme_eui64_valid()
H A Dlibnvme_impl.h448 extern bool nvme_vers_ctrl_atleast(const nvme_ctrl_t *, const nvme_version_t *);
H A Dlibnvme_log.c502 nvme_vers_ctrl_atleast(ctrl, in nvme_log_req_init_by_disc()