Home
last modified time | relevance | path

Searched refs:nvmf_ivars (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/nvmf/host/
H A Dnvmf_var.h30 struct nvmf_ivars { struct
159 int nvmf_init_ivars(struct nvmf_ivars *ivars, struct nvmf_handoff_host *hh);
160 void nvmf_free_ivars(struct nvmf_ivars *ivars);
H A Dnvmf.c199 nvmf_init_ivars(struct nvmf_ivars *ivars, struct nvmf_handoff_host *hh) in nvmf_init_ivars()
244 nvmf_free_ivars(struct nvmf_ivars *ivars) in nvmf_free_ivars()
253 struct nvmf_ivars *ivars = device_get_ivars(dev); in nvmf_probe()
263 nvmf_establish_connection(struct nvmf_softc *sc, struct nvmf_ivars *ivars) in nvmf_establish_connection()
455 struct nvmf_ivars *ivars = device_get_ivars(dev); in nvmf_attach()
646 struct nvmf_ivars ivars; in nvmf_reconnect_host()