Lines Matching defs:els_data
9857 struct lpfc_els_event_header *els_data = NULL;
9869 els_data = &logo_data->header;
9871 els_data = kmalloc(sizeof(struct lpfc_els_event_header),
9873 if (!els_data) {
9880 els_data->event_type = FC_REG_ELS_EVENT;
9883 els_data->subcategory = LPFC_EVENT_PLOGI_RCV;
9886 els_data->subcategory = LPFC_EVENT_PRLO_RCV;
9889 els_data->subcategory = LPFC_EVENT_ADISC_RCV;
9892 els_data->subcategory = LPFC_EVENT_LOGO_RCV;
9898 kfree(els_data);
9901 memcpy(els_data->wwpn, &ndlp->nlp_portname, sizeof(struct lpfc_name));
9902 memcpy(els_data->wwnn, &ndlp->nlp_nodename, sizeof(struct lpfc_name));
9914 (char *)els_data,
9916 kfree(els_data);