Searched refs:efc_domain (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/scsi/elx/libefc/ |
D | efc_domain.h | 14 struct efc_domain * 17 efc_domain_free(struct efc_domain *domain); 42 efc_domain_attach(struct efc_domain *domain, u32 s_id); 44 efc_domain_post_event(struct efc_domain *domain, enum efc_sm_event event, 47 __efc_domain_attach_internal(struct efc_domain *domain, u32 s_id);
|
D | efc_cmds.h | 13 struct efc_domain *domain, u8 *wwpn); 19 efc_cmd_domain_alloc(struct efc *efc, struct efc_domain *domain, u32 fcf); 21 efc_cmd_domain_attach(struct efc *efc, struct efc_domain *domain, u32 fc_id); 23 efc_cmd_domain_free(struct efc *efc, struct efc_domain *domain);
|
D | efc_domain.c | 17 struct efc_domain *domain = NULL; in efc_domain_cb() 106 struct efc_domain *domain = container_of(arg, struct efc_domain, ref); in _efc_domain_free() 116 efc_domain_free(struct efc_domain *domain) in efc_domain_free() 132 struct efc_domain * 135 struct efc_domain *domain; in efc_domain_alloc() 174 struct efc_domain *domain = ctx->app; in __efc_domain_common() 196 struct efc_domain *domain = ctx->app; in __efc_domain_common_shutdown() 221 struct efc_domain *domain = NULL;\ 824 __efc_domain_attach_internal(struct efc_domain *domain, u32 s_id) in __efc_domain_attach_internal() 834 efc_domain_attach(struct efc_domain *domain, u32 s_id) in efc_domain_attach() [all …]
|
D | efc_nport.h | 16 efc_nport_find(struct efc_domain *domain, u32 d_id); 18 efc_nport_alloc(struct efc_domain *domain, uint64_t wwpn, uint64_t wwnn, 48 efc_vport_start(struct efc_domain *domain);
|
D | efc_cmds.c | 207 struct efc_domain *domain, u8 *wwpn) in efc_cmd_nport_alloc() 317 efc_domain_get_mbox_status(struct efc_domain *domain, u8 *mqe, int status) in efc_domain_get_mbox_status() 334 efc_domain_free_resources(struct efc_domain *domain, int evt, void *data) in efc_domain_free_resources() 353 efc_domain_send_nport_evt(struct efc_domain *domain, in efc_domain_send_nport_evt() 369 struct efc_domain *domain = arg; in efc_domain_alloc_read_sparm64_cb() 383 efc_domain_alloc_read_sparm64(struct efc_domain *domain) in efc_domain_alloc_read_sparm64() 410 struct efc_domain *domain = arg; in efc_domain_alloc_init_vfi_cb() 423 efc_domain_alloc_init_vfi(struct efc_domain *domain) in efc_domain_alloc_init_vfi() 455 efc_cmd_domain_alloc(struct efc *efc, struct efc_domain *domain, u32 fcf) in efc_cmd_domain_alloc() 499 struct efc_domain *domain = arg; in efc_domain_attach_reg_vfi_cb() [all …]
|
D | efc_nport.c | 45 efc_nport_find_wwn(struct efc_domain *domain, uint64_t wwnn, uint64_t wwpn) in efc_nport_find_wwn() 66 efc_nport_alloc(struct efc_domain *domain, uint64_t wwpn, uint64_t wwnn, in efc_nport_alloc() 137 struct efc_domain *domain; in efc_nport_free() 164 efc_nport_find(struct efc_domain *domain, u32 d_id) in efc_nport_find() 275 struct efc_domain *domain = nport->domain; in __efc_nport_common() 324 struct efc_domain *domain = nport->domain; in __efc_nport_allocated() 543 struct efc_domain *domain = nport->domain; in __efc_nport_wait_shutdown() 598 efc_vport_nport_alloc(struct efc_domain *domain, struct efc_vport *vport) in efc_vport_nport_alloc() 621 efc_vport_start(struct efc_domain *domain) in efc_vport_start() 643 efc_nport_vport_new(struct efc_domain *domain, uint64_t wwpn, uint64_t wwnn, in efc_nport_vport_new() [all …]
|
D | efclib.h | 149 struct efc_domain *domain; 210 struct efc_domain { struct 547 struct efc_domain *domain; 592 int efc_nport_vport_new(struct efc_domain *domain, u64 wwpn, 595 int efc_nport_vport_del(struct efc *efc, struct efc_domain *domain,
|
D | efc_node.c | 196 struct efc_domain *domain = nport->domain; in efc_node_attach()
|
/linux-6.1.9/drivers/scsi/elx/ |
D | Makefile | 14 efct-objs += libefc/efc_cmds.o libefc/efc_domain.o libefc/efc_fabric.o \
|
/linux-6.1.9/drivers/scsi/elx/efct/ |
D | efct_xport.c | 565 struct efc_domain *domain = efct->efcport->domain; in efct_xport_control()
|
D | efct_hw.c | 168 struct efc_domain *d = NULL; in efct_hw_cb_link()
|