Searched refs:send_els (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_erp.c302 struct zfcp_send_els *send_els; local
307 send_els = kzalloc(sizeof(struct zfcp_send_els), GFP_ATOMIC);
308 if (send_els == NULL)
311 send_els->req = kzalloc(sizeof(struct scatterlist), GFP_ATOMIC);
312 if (send_els->req == NULL)
315 send_els->resp = kzalloc(sizeof(struct scatterlist), GFP_ATOMIC);
316 if (send_els->resp == NULL)
323 zfcp_address_to_sg(address, send_els->req);
325 zfcp_address_to_sg(address, send_els->resp);
326 send_els
386 struct zfcp_send_els *send_els; local
[all...]
H A Dzfcp_dbf.c143 struct zfcp_send_els *send_els; local
225 send_els = (struct zfcp_send_els *)fsf_req->data;
226 response->data.send_els.d_id = qtcb->bottom.support.d_id;
227 response->data.send_els.ls_code = send_els->ls_code >> 24;
389 rec->data.send_els.d_id);
391 rec->data.send_els.ls_code);
H A Dzfcp_fsf.c1753 struct zfcp_send_els *send_els; local
1757 send_els = (struct zfcp_send_els *) fsf_req->data;
1758 adapter = send_els->adapter;
1759 port = send_els->port;
1760 d_id = send_els->d_id;
1789 if (port && (send_els->ls_code != ZFCP_LS_ADISC))
1899 send_els->status = retval;
1901 if (send_els->handler != 0)
1902 send_els->handler(send_els
[all...]
H A Dzfcp_def.h310 } send_els; member in union:zfcp_hba_dbf_record_response::__anon6311

Completed in 74 milliseconds