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
540 * @fsf: request containing issued CT or ELS data
544 void zfcp_dbf_san_req(char *tag, struct zfcp_fsf_req *fsf, u32 d_id)
546 struct zfcp_dbf *dbf = fsf->adapter->dbf;
547 struct zfcp_fsf_ct_els *ct_els = fsf->data;
555 length, fsf->req_id, d_id, length);
559 struct zfcp_fsf_req *fsf,
562 struct zfcp_fsf_ct_els *ct_els = fsf->data;
623 * @fsf: request containing received CT or ELS data
625 void zfcp_dbf_san_res(char *tag, struct zfcp_fsf_req *fsf)
627 struct zfcp_dbf *dbf = fsf->adapter->dbf;
628 struct zfcp_fsf_ct_els *ct_els = fsf->data;
636 length, fsf->req_id, ct_els->d_id,
637 zfcp_dbf_san_res_cap_len_if_gpn_ft(tag, fsf, length));
643 * @fsf: request containing received ELS data
645 void zfcp_dbf_san_in_els(char *tag, struct zfcp_fsf_req *fsf)
647 struct zfcp_dbf *dbf = fsf->adapter->dbf;
649 (struct fsf_status_read_buffer *) fsf->data;
660 fsf->req_id, ntoh24(srb->d_id), length);
669 * @fsf: Pointer to FSF request, or NULL.
672 struct scsi_cmnd *sc, struct zfcp_fsf_req *fsf)
710 if (fsf) {
711 rec->fsf_req_id = fsf->req_id;
713 fcp_rsp = &(fsf->qtcb->bottom.io.fcp_rsp.iu);
736 "fcp_riu", fsf->req_id);