Searched refs:nvme_discovery_log_entry (Results 1 – 13 of 13) sorted by relevance
| /freebsd-head/sbin/nvmecontrol/ |
| HD | reconnect.c | 63 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()
|
| HD | connect.c | 66 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()
|
| HD | fabrics.h | 25 struct nvme_discovery_log_entry *dle);
|
| HD | devlist.c | 156 const struct nvme_discovery_log_entry *dle; in print_controller_info()
|
| HD | discover.c | 183 print_discovery_entry(u_int i, struct nvme_discovery_log_entry *entry) in print_discovery_entry()
|
| /freebsd-head/lib/libnvmf/ |
| HD | internal.h | 30 struct nvme_discovery_log_entry *dle); 117 struct nvme_discovery_log_entry *dle);
|
| HD | libnvmf.h | 329 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,
|
| HD | nvmf_host.c | 716 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()
|
| HD | nvmf_transport.c | 263 nvmf_populate_dle(struct nvmf_qpair *qp, struct nvme_discovery_log_entry *dle) in nvmf_populate_dle()
|
| HD | nvmf_tcp.c | 1150 tcp_populate_dle(struct nvmf_qpair *nq, struct nvme_discovery_log_entry *dle) in tcp_populate_dle()
|
| /freebsd-head/usr.sbin/nvmfd/ |
| HD | discovery.c | 23 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/ |
| HD | nvme.h | 1688 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/ |
| HD | nvmf.c | 203 const struct nvme_discovery_log_entry *dle; in nvmf_copyin_handoff()
|