Home
last modified time | relevance | path

Searched refs:nvmf_ioc_nv (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/nvmf/
H A Dnvmf.h36 struct nvmf_ioc_nv { struct
112 #define NVMF_HANDOFF_HOST _IOW('n', 200, struct nvmf_ioc_nv)
117 #define NVMF_RECONNECT_PARAMS _IOWR('n', 203, struct nvmf_ioc_nv)
118 #define NVMF_RECONNECT_HOST _IOW('n', 204, struct nvmf_ioc_nv)
119 #define NVMF_CONNECTION_STATUS _IOWR('n', 205, struct nvmf_ioc_nv)
H A Dnvmf_transport.h24 struct nvmf_ioc_nv;
147 int nvmf_pack_ioc_nvlist(const nvlist_t *nvl, struct nvmf_ioc_nv *nv);
153 int nvmf_unpack_ioc_nvlist(const struct nvmf_ioc_nv *nv, nvlist_t **nvlp);
H A Dnvmf_transport.c234 nvmf_pack_ioc_nvlist(const nvlist_t *nvl, struct nvmf_ioc_nv *nv) in nvmf_pack_ioc_nvlist()
259 nvmf_unpack_ioc_nvlist(const struct nvmf_ioc_nv *nv, nvlist_t **nvlp) in nvmf_unpack_ioc_nvlist()
/freebsd/sys/dev/nvmf/host/
H A Dnvmf_ctldev.c21 nvmf_handoff_host(struct nvmf_ioc_nv *nv) in nvmf_handoff_host()
121 return (nvmf_handoff_host((struct nvmf_ioc_nv *)arg)); in nvmf_ctl_ioctl()
H A Dnvmf.c201 nvmf_copyin_handoff(const struct nvmf_ioc_nv *nv, nvlist_t **nvlp) in nvmf_copyin_handoff()
683 nvmf_reconnect_host(struct nvmf_softc *sc, struct nvmf_ioc_nv *nv) in nvmf_reconnect_host()
1078 nvmf_reconnect_params(struct nvmf_softc *sc, struct nvmf_ioc_nv *nv) in nvmf_reconnect_params()
1090 nvmf_connection_status(struct nvmf_softc *sc, struct nvmf_ioc_nv *nv) in nvmf_connection_status()
1117 struct nvmf_ioc_nv *nv; in nvmf_ioctl()
1136 nv = (struct nvmf_ioc_nv *)arg; in nvmf_ioctl()
1139 nv = (struct nvmf_ioc_nv *)arg; in nvmf_ioctl()
1142 nv = (struct nvmf_ioc_nv *)arg; in nvmf_ioctl()
H A Dnvmf_var.h158 int nvmf_copyin_handoff(const struct nvmf_ioc_nv *nv, nvlist_t **nvlp);
/freebsd/lib/libnvmf/
H A Dinternal.h118 int nvmf_pack_ioc_nvlist(struct nvmf_ioc_nv *nv, nvlist_t *nvl);
H A Dnvmf_host.c792 prepare_queues_for_handoff(struct nvmf_ioc_nv *nv, in prepare_queues_for_handoff()
877 struct nvmf_ioc_nv nv; in nvmf_handoff_host()
950 struct nvmf_ioc_nv nv; in nvmf_read_ioc_nv()
986 struct nvmf_ioc_nv nv; in nvmf_reconnect_host()
H A Dlibnvmf.h254 const struct nvmf_fabric_connect_data *data, struct nvmf_ioc_nv *nv);
H A Dnvmf_transport.c292 nvmf_pack_ioc_nvlist(struct nvmf_ioc_nv *nv, nvlist_t *nvl) in nvmf_pack_ioc_nvlist()
H A Dnvmf_controller.c461 const struct nvmf_fabric_connect_data *data, struct nvmf_ioc_nv *nv) in nvmf_handoff_controller_qpair()
/freebsd/sys/cam/ctl/
H A Dctl_ioctl.h803 struct nvmf_ioc_nv handoff;