Home
last modified time | relevance | path

Searched refs:nvmft_port (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_var.h28 struct nvmft_port { struct
29 TAILQ_ENTRY(nvmft_port) link;
64 struct nvmft_port *np; argument
109 void nvmft_port_free(struct nvmft_port *np);
110 void nvmft_populate_active_nslist(struct nvmft_port *np, uint32_t nsid,
129 int nvmft_handoff_admin_queue(struct nvmft_port *np,
133 int nvmft_handoff_io_queue(struct nvmft_port *np, enum nvmf_trtype trtype,
167 nvmft_port_ref(struct nvmft_port *np) in nvmft_port_ref()
173 nvmft_port_rele(struct nvmft_port *np) in nvmft_port_rele()
H A Dctl_frontend_nvmf.c55 static TAILQ_HEAD(, nvmft_port) nvmft_ports;
71 struct nvmft_port *np = arg; in nvmft_online()
81 struct nvmft_port *np = arg; in nvmft_offline()
101 struct nvmft_port *np = arg; in nvmft_info()
125 struct nvmft_port *np = arg; in nvmft_lun_enable()
189 struct nvmft_port *np = arg; in nvmft_lun_disable()
226 nvmft_populate_active_nslist(struct nvmft_port *np, uint32_t nsid, in nvmft_populate_active_nslist()
250 struct nvmft_port *np = ctrlr->np; in nvmft_dispatch_command()
290 struct nvmft_port *np = ctrlr->np; in nvmft_terminate_commands()
647 nvmft_port_free(struct nvmft_port *np) in nvmft_port_free()
[all …]
H A Dnvmft_controller.c50 nvmft_controller_alloc(struct nvmft_port *np, uint16_t cntlid, in nvmft_controller_alloc()
107 nvmft_handoff_admin_queue(struct nvmft_port *np, enum nvmf_trtype trtype, in nvmft_handoff_admin_queue()
186 nvmft_handoff_io_queue(struct nvmft_port *np, enum nvmf_trtype trtype, in nvmft_handoff_io_queue()
373 struct nvmft_port *np; in nvmft_controller_terminate()
806 struct nvmft_port *np = ctrlr->np; in update_cc()