Lines Matching defs:els_data
8309 struct lpfc_els_event_header *els_data = NULL;
8321 els_data = &logo_data->header;
8323 els_data = kmalloc(sizeof(struct lpfc_els_event_header),
8325 if (!els_data) {
8332 els_data->event_type = FC_REG_ELS_EVENT;
8335 els_data->subcategory = LPFC_EVENT_PLOGI_RCV;
8338 els_data->subcategory = LPFC_EVENT_PRLO_RCV;
8341 els_data->subcategory = LPFC_EVENT_ADISC_RCV;
8344 els_data->subcategory = LPFC_EVENT_LOGO_RCV;
8350 kfree(els_data);
8353 memcpy(els_data->wwpn, &ndlp->nlp_portname, sizeof(struct lpfc_name));
8354 memcpy(els_data->wwnn, &ndlp->nlp_nodename, sizeof(struct lpfc_name));
8366 (char *)els_data,
8368 kfree(els_data);