Home
last modified time | relevance | path

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

/freebsd/sbin/nvmecontrol/
H A Dfabrics.c264 error = nvmf_read_property(qp, NVMF_PROP_CAP, 8, &cap); in connect_discovery_adminq()
269 error = nvmf_read_property(qp, NVMF_PROP_CC, 4, &cc); in connect_discovery_adminq()
288 error = nvmf_read_property(qp, NVMF_PROP_CSTS, 4, &csts); in connect_discovery_adminq()
328 error = nvmf_read_property(qp, NVMF_PROP_CAP, 8, &cap); in connect_nvm_adminq()
357 error = nvmf_read_property(qp, NVMF_PROP_CC, 4, &cc); in connect_nvm_adminq()
386 error = nvmf_read_property(qp, NVMF_PROP_CSTS, 4, &csts); in connect_nvm_adminq()
415 error = nvmf_read_property(qp, NVMF_PROP_CC, 4, &cc); in shutdown_controller()
/freebsd/sys/dev/nvmf/host/
H A Dnvmf.c86 nvmf_read_property(struct nvmf_softc *sc, uint32_t offset, uint8_t size, in nvmf_read_property() function
138 error = nvmf_read_property(sc, NVMF_PROP_CC, 4, &cc); in nvmf_shutdown_controller()
532 error = nvmf_read_property(sc, NVMF_PROP_CAP, 8, &sc->cap); in nvmf_attach()
539 error = nvmf_read_property(sc, NVMF_PROP_VS, 4, &val); in nvmf_attach()
/freebsd/lib/libnvmf/
H A Dlibnvmf.h301 int nvmf_read_property(struct nvmf_qpair *qp, uint32_t offset, uint8_t size,
H A Dnvmf_host.c342 nvmf_read_property(struct nvmf_qpair *qp, uint32_t offset, uint8_t size, in nvmf_read_property() function