Searched refs:nvmf_ioc_nv (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/nvmf/ |
H A D | nvmf.h | 36 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 D | nvmf_transport.h | 24 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 D | nvmf_transport.c | 234 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 D | nvmf_ctldev.c | 21 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 D | nvmf.c | 201 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 D | nvmf_var.h | 158 int nvmf_copyin_handoff(const struct nvmf_ioc_nv *nv, nvlist_t **nvlp);
|
/freebsd/lib/libnvmf/ |
H A D | internal.h | 118 int nvmf_pack_ioc_nvlist(struct nvmf_ioc_nv *nv, nvlist_t *nvl);
|
H A D | nvmf_host.c | 792 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 D | libnvmf.h | 254 const struct nvmf_fabric_connect_data *data, struct nvmf_ioc_nv *nv);
|
H A D | nvmf_transport.c | 292 nvmf_pack_ioc_nvlist(struct nvmf_ioc_nv *nv, nvlist_t *nvl) in nvmf_pack_ioc_nvlist()
|
H A D | nvmf_controller.c | 461 const struct nvmf_fabric_connect_data *data, struct nvmf_ioc_nv *nv) in nvmf_handoff_controller_qpair()
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_ioctl.h | 803 struct nvmf_ioc_nv handoff;
|