Lines Matching defs:fsf
65 * zfcp_dbf_hba_fsf_res - trace event for fsf responses
107 * zfcp_dbf_hba_fsf_fces - trace event for fsf responses related to
523 * @fsf: request containing issued CT or ELS data
527 void zfcp_dbf_san_req(char *tag, struct zfcp_fsf_req *fsf, u32 d_id)
529 struct zfcp_dbf *dbf = fsf->adapter->dbf;
530 struct zfcp_fsf_ct_els *ct_els = fsf->data;
538 length, fsf->req_id, d_id, length);
542 struct zfcp_fsf_req *fsf,
545 struct zfcp_fsf_ct_els *ct_els = fsf->data;
606 * @fsf: request containing received CT or ELS data
608 void zfcp_dbf_san_res(char *tag, struct zfcp_fsf_req *fsf)
610 struct zfcp_dbf *dbf = fsf->adapter->dbf;
611 struct zfcp_fsf_ct_els *ct_els = fsf->data;
619 length, fsf->req_id, ct_els->d_id,
620 zfcp_dbf_san_res_cap_len_if_gpn_ft(tag, fsf, length));
626 * @fsf: request containing received ELS data
628 void zfcp_dbf_san_in_els(char *tag, struct zfcp_fsf_req *fsf)
630 struct zfcp_dbf *dbf = fsf->adapter->dbf;
632 (struct fsf_status_read_buffer *) fsf->data;
643 fsf->req_id, ntoh24(srb->d_id), length);
652 * @fsf: Pointer to FSF request, or NULL.
655 struct scsi_cmnd *sc, struct zfcp_fsf_req *fsf)
693 if (fsf) {
694 rec->fsf_req_id = fsf->req_id;
696 fcp_rsp = &(fsf->qtcb->bottom.io.fcp_rsp.iu);
719 "fcp_riu", fsf->req_id);