Searched refs:els (Results 1 – 3 of 3) sorted by relevance
979 struct zfcp_fsf_ct_els *els = job->dd_data; in zfcp_fc_exec_els_job() local995 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()
1167 struct zfcp_fsf_ct_els *els, unsigned int timeout) in zfcp_fsf_send_els() argument1190 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()
344 u8 els[256]; member