Home
last modified time | relevance | path

Searched refs:nvme_discovery_log_entry (Results 1 – 13 of 13) sorted by relevance

/freebsd-head/sbin/nvmecontrol/
HDreconnect.c63 const struct nvme_discovery_log_entry *dle) in reconnect_nvm_controller()
66 struct nvme_discovery_log_entry dle_thunk; in reconnect_nvm_controller()
104 const struct nvme_discovery_log_entry *dle; in reconnect_by_address()
150 const struct nvme_discovery_log_entry *dle; in reconnect_by_params()
210 const struct nvme_discovery_log_entry *dle; in fetch_and_validate_rparams()
HDconnect.c66 const struct nvme_discovery_log_entry *dle) in connect_nvm_controller()
69 struct nvme_discovery_log_entry dle_thunk; in connect_nvm_controller()
121 connect_discovery_entry(struct nvme_discovery_log_entry *entry) in connect_discovery_entry()
HDfabrics.h25 struct nvme_discovery_log_entry *dle);
HDdevlist.c156 const struct nvme_discovery_log_entry *dle; in print_controller_info()
HDdiscover.c183 print_discovery_entry(u_int i, struct nvme_discovery_log_entry *entry) in print_discovery_entry()
/freebsd-head/lib/libnvmf/
HDinternal.h30 struct nvme_discovery_log_entry *dle);
117 struct nvme_discovery_log_entry *dle);
HDlibnvmf.h329 struct nvme_discovery_log_entry *dle);
343 int nvmf_handoff_host(const struct nvme_discovery_log_entry *dle,
371 int nvmf_reconnect_host(int fd, const struct nvme_discovery_log_entry *dle,
HDnvmf_host.c716 struct nvme_discovery_log_entry *dle) in nvmf_init_dle_from_admin_qp()
793 const struct nvme_discovery_log_entry *dle, const char *hostnqn, in prepare_queues_for_handoff()
873 nvmf_handoff_host(const struct nvme_discovery_log_entry *dle, in nvmf_handoff_host()
982 nvmf_reconnect_host(int fd, const struct nvme_discovery_log_entry *dle, in nvmf_reconnect_host()
HDnvmf_transport.c263 nvmf_populate_dle(struct nvmf_qpair *qp, struct nvme_discovery_log_entry *dle) in nvmf_populate_dle()
HDnvmf_tcp.c1150 tcp_populate_dle(struct nvmf_qpair *nq, struct nvme_discovery_log_entry *dle) in tcp_populate_dle()
/freebsd-head/usr.sbin/nvmfd/
HDdiscovery.c23 struct nvme_discovery_log_entry entry;
44 init_discovery_log_entry(struct nvme_discovery_log_entry *entry, int s, in init_discovery_log_entry()
192 nentries * sizeof(struct nvme_discovery_log_entry); in build_discovery_log_page()
/freebsd-head/sys/dev/nvme/
HDnvme.h1688 struct nvme_discovery_log_entry { struct
1716 _Static_assert(sizeof(struct nvme_discovery_log_entry) == 1024, argument
1724 struct nvme_discovery_log_entry entries[];
2349 nvme_discovery_log_entry_swapbytes(struct nvme_discovery_log_entry *s __unused) in nvme_discovery_log_entry_swapbytes()
/freebsd-head/sys/dev/nvmf/host/
HDnvmf.c203 const struct nvme_discovery_log_entry *dle; in nvmf_copyin_handoff()