Searched refs:nvmet_port (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/nvme/target/ |
| H A D | nvmet.h | 184 struct nvmet_port *port; 203 struct nvmet_port { struct 225 static inline struct nvmet_port *to_nvmet_port(struct config_item *item) in to_nvmet_port() argument 227 return container_of(to_config_group(item), struct nvmet_port, in to_nvmet_port() 231 static inline struct nvmet_port *ana_groups_to_port( in ana_groups_to_port() 234 return container_of(to_config_group(item), struct nvmet_port, in ana_groups_to_port() 238 static inline u8 nvmet_port_disc_addr_treq_secure_channel(struct nvmet_port *port) in nvmet_port_disc_addr_treq_secure_channel() 243 static inline bool nvmet_port_secure_channel_required(struct nvmet_port *port) in nvmet_port_secure_channel_required() 274 struct nvmet_port *port; 423 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 | core.c | 89 static struct nvmet_subsys *nvmet_find_get_subsys(struct nvmet_port *port, 255 struct nvmet_port *port) in nvmet_send_ana_event() 271 void nvmet_port_send_ana_event(struct nvmet_port *port) in nvmet_port_send_ana_event() 304 void nvmet_port_del_ctrls(struct nvmet_port *port, struct nvmet_subsys *subsys) in nvmet_port_del_ctrls() 316 int nvmet_enable_port(struct nvmet_port *port) in nvmet_enable_port() 390 void nvmet_disable_port(struct nvmet_port *port) in nvmet_disable_port() 1044 static inline u16 nvmet_check_ana_state(struct nvmet_port *port, in nvmet_check_ana_state() 1810 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; 1207 struct nvmet_port *nport = port->nport; in nvmet_rdma_find_get_device() 1868 struct nvmet_port *nport = port->nport; in nvmet_rdma_destroy_port_queues() 1952 static int nvmet_rdma_add_port(struct nvmet_port *nport) in nvmet_rdma_add_port() 2020 static void nvmet_rdma_remove_port(struct nvmet_port *nport) in nvmet_rdma_remove_port() 2030 struct nvmet_port *nport, char *traddr) in nvmet_rdma_disc_port_addr()
|
| H A D | fc.c | 120 struct nvmet_port *port; 1253 struct nvmet_port *port) in nvmet_fc_portentry_bind() 2864 nvmet_fc_add_port(struct nvmet_port *port) in nvmet_fc_add_port() 2916 nvmet_fc_remove_port(struct nvmet_port *port) in nvmet_fc_remove_port() 2939 nvmet_fc_discovery_chg(struct nvmet_port *port) in nvmet_fc_discovery_chg()
|
| H A D | pci-epf.c | 160 struct nvmet_port *port; 1184 static int nvmet_pci_epf_add_port(struct nvmet_port *port) in nvmet_pci_epf_add_port() 1192 static void nvmet_pci_epf_remove_port(struct nvmet_port *port) in nvmet_pci_epf_remove_port() 1199 static struct nvmet_port * 1202 struct nvmet_port *p, *port = NULL; in nvmet_pci_epf_find_port()
|
| H A D | tcp.c | 205 struct nvmet_port *nport; 2079 static int nvmet_tcp_add_port(struct nvmet_port *nport) in nvmet_tcp_add_port() 2168 static void nvmet_tcp_remove_port(struct nvmet_port *nport) in nvmet_tcp_remove_port() 2228 struct nvmet_port *nport, char *traddr) in nvmet_tcp_disc_port_addr()
|