Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/s390/scsi/
Dzfcp_fc.c316 ret = zfcp_fsf_send_ct(&adapter->gs->ds, &fc_req->ct_els, in zfcp_fc_ns_gid_pn_request()
567 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL, in zfcp_fc_send_gpn_ft()
722 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL, in zfcp_fc_gspn()
770 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL, in zfcp_fc_rspn()
907 ret = zfcp_fsf_send_ct(wka_port, ct, NULL, job->req->timeout / HZ); in zfcp_fc_exec_ct_job()
Dzfcp_ext.h123 extern int zfcp_fsf_send_ct(struct zfcp_fc_wka_port *, struct zfcp_fsf_ct_els *,
Dzfcp_fsf.c1055 int zfcp_fsf_send_ct(struct zfcp_fc_wka_port *wka_port, in zfcp_fsf_send_ct() function