Home
last modified time | relevance | path

Searched refs:adisc (Results 1 – 2 of 2) sorted by relevance

/drivers/s390/scsi/
Dzfcp_fc.c372 struct zfcp_els_adisc *adisc = (struct zfcp_els_adisc *) data; in zfcp_fc_adisc_handler() local
373 struct zfcp_port *port = adisc->els.port; in zfcp_fc_adisc_handler()
374 struct zfcp_ls_adisc *ls_adisc = &adisc->ls_adisc_acc; in zfcp_fc_adisc_handler()
376 if (adisc->els.status) { in zfcp_fc_adisc_handler()
390 kfree(adisc); in zfcp_fc_adisc_handler()
395 struct zfcp_els_adisc *adisc; in zfcp_fc_adisc() local
398 adisc = kzalloc(sizeof(struct zfcp_els_adisc), GFP_ATOMIC); in zfcp_fc_adisc()
399 if (!adisc) in zfcp_fc_adisc()
402 adisc->els.req = &adisc->req; in zfcp_fc_adisc()
403 adisc->els.resp = &adisc->resp; in zfcp_fc_adisc()
[all …]
/drivers/scsi/lpfc/
Dlpfc_hw.h893 ADISC adisc; /* Payload for ADISC/ACC */ member