Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/scsi/
Dzfcp_fc.c979 struct zfcp_fsf_ct_els *els = job->dd_data; in zfcp_fc_exec_els_job() local
995 els->handler = zfcp_fc_ct_els_job_handler; in zfcp_fc_exec_els_job()
996 return zfcp_fsf_send_els(adapter, d_id, els, job->timeout / HZ); in zfcp_fc_exec_els_job()
Dzfcp_fsf.c1167 struct zfcp_fsf_ct_els *els, unsigned int timeout) in zfcp_fsf_send_els() argument
1190 ret = zfcp_fsf_setup_ct_els(req, els->req, els->resp, timeout); in zfcp_fsf_send_els()
1197 els->d_id = d_id; in zfcp_fsf_send_els()
1198 req->data = els; in zfcp_fsf_send_els()
1444 plogi = (struct fc_els_flogi *) req->qtcb->bottom.support.els; in zfcp_fsf_open_port_handler()
Dzfcp_fsf.h344 u8 els[256]; member