Searched refs:nvmet_port (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/nvme/target/ |
H A D | nvmet.h | 174 struct nvmet_port *port; 193 struct nvmet_port { struct 214 static inline struct nvmet_port *to_nvmet_port(struct config_item *item) in to_nvmet_port() argument 216 return container_of(to_config_group(item), struct nvmet_port, in to_nvmet_port() 220 static inline struct nvmet_port *ana_groups_to_port( in ana_groups_to_port() 223 return container_of(to_config_group(item), struct nvmet_port, in ana_groups_to_port() 227 static inline u8 nvmet_port_disc_addr_treq_secure_channel(struct nvmet_port *port) in nvmet_port_disc_addr_treq_secure_channel() 232 static inline bool nvmet_port_secure_channel_required(struct nvmet_port *port) in nvmet_port_secure_channel_required() 261 struct nvmet_port *port; 407 int (*add_port)(struct nvmet_port *port); [all …]
|
H A D | configfs.c | 54 static bool nvmet_is_port_enabled(struct nvmet_port *p, const char *caller) in nvmet_is_port_enabled() 83 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_adrfam_store() 115 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_portid_store() 135 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_traddr_show() 143 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_traddr_store() 166 static inline u8 nvmet_port_disc_addr_treq_mask(struct nvmet_port *port) in nvmet_port_disc_addr_treq_mask() 188 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_treq_store() 228 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_trsvcid_show() 236 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_trsvcid_store() 255 struct nvmet_port *port = to_nvmet_port(item); in nvmet_param_inline_data_size_show() [all …]
|
H A D | loop.c | 39 struct nvmet_port *port; 533 static struct nvmet_port *nvme_loop_find_port(struct nvme_ctrl *ctrl) in nvme_loop_find_port() 535 struct nvmet_port *p, *found = NULL; in nvme_loop_find_port() 639 static int nvme_loop_add_port(struct nvmet_port *port) in nvme_loop_add_port() 647 static void nvme_loop_remove_port(struct nvmet_port *port) in nvme_loop_remove_port()
|
H A D | core.c | 93 static struct nvmet_subsys *nvmet_find_get_subsys(struct nvmet_port *port, 259 struct nvmet_port *port) in nvmet_send_ana_event() 275 void nvmet_port_send_ana_event(struct nvmet_port *port) in nvmet_port_send_ana_event() 308 void nvmet_port_del_ctrls(struct nvmet_port *port, struct nvmet_subsys *subsys) in nvmet_port_del_ctrls() 320 int nvmet_enable_port(struct nvmet_port *port) in nvmet_enable_port() 383 void nvmet_disable_port(struct nvmet_port *port) in nvmet_disable_port() 984 static inline u16 nvmet_check_ana_state(struct nvmet_port *port, in nvmet_check_ana_state() 1744 static struct nvmet_subsys *nvmet_find_get_subsys(struct nvmet_port *port, in nvmet_find_get_subsys()
|
H A D | rdma.c | 92 struct nvmet_port *port; 121 struct nvmet_port *nport; 1199 struct nvmet_port *nport = port->nport; in nvmet_rdma_find_get_device() 1835 struct nvmet_port *nport = port->nport; in nvmet_rdma_destroy_port_queues() 1919 static int nvmet_rdma_add_port(struct nvmet_port *nport) in nvmet_rdma_add_port() 1987 static void nvmet_rdma_remove_port(struct nvmet_port *nport) in nvmet_rdma_remove_port() 1997 struct nvmet_port *nport, char *traddr) in nvmet_rdma_disc_port_addr()
|
H A D | fc.c | 120 struct nvmet_port *port; 1287 struct nvmet_port *port) in nvmet_fc_portentry_bind() 2868 nvmet_fc_add_port(struct nvmet_port *port) in nvmet_fc_add_port() 2915 nvmet_fc_remove_port(struct nvmet_port *port) in nvmet_fc_remove_port() 2928 nvmet_fc_discovery_chg(struct nvmet_port *port) in nvmet_fc_discovery_chg()
|
H A D | pci-epf.c | 161 struct nvmet_port *port; 1205 static int nvmet_pci_epf_add_port(struct nvmet_port *port) in nvmet_pci_epf_add_port() 1213 static void nvmet_pci_epf_remove_port(struct nvmet_port *port) in nvmet_pci_epf_remove_port() 1220 static struct nvmet_port * 1223 struct nvmet_port *p, *port = NULL; in nvmet_pci_epf_find_port()
|
H A D | tcp.c | 207 struct nvmet_port *nport; 2015 static int nvmet_tcp_add_port(struct nvmet_port *nport) in nvmet_tcp_add_port() 2104 static void nvmet_tcp_remove_port(struct nvmet_port *nport) in nvmet_tcp_remove_port() 2164 struct nvmet_port *nport, char *traddr) in nvmet_tcp_disc_port_addr()
|