Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_cmds.h23 efc_cmd_domain_free(struct efc *efc, struct efc_domain *domain);
H A Defc_domain.c531 if (efc_cmd_domain_free(efc, domain)) in __efc_domain_allocated()
660 if (efc_cmd_domain_free(efc, domain)) in __efc_domain_ready()
711 rc = efc_cmd_domain_free(efc, domain); in __efc_domain_wait_nports_free()
807 if (efc_cmd_domain_free(efc, domain)) in __efc_domain_wait_domain_lost()
H A Defc_cmds.c594 efc_cmd_domain_free(struct efc *efc, struct efc_domain *domain) in efc_cmd_domain_free() function