Home
last modified time | relevance | path

Searched refs:FC_TYPE_BLS (Results 1 – 11 of 11) sorted by relevance

/drivers/scsi/libfc/
Dfc_exch.c501 if (fh_type == FC_TYPE_BLS) in fc_seq_send_locked()
666 FC_TYPE_BLS, FC_FC_END_SEQ | in fc_exch_abort_locked()
1297 fh->fh_type = FC_TYPE_BLS; in fc_seq_send_ack()
1376 fh->fh_type = FC_TYPE_BLS; in fc_exch_send_ba_rjt()
1453 fc_seq_send_last(sp, fp, FC_RCTL_BA_ACC, FC_TYPE_BLS); in fc_exch_recv_abts()
2639 if (fh->fh_type == FC_TYPE_BLS) in fc_exch_recv()
Dfc_fcp.c808 if (fh->fh_type == FC_TYPE_BLS) { in fc_fcp_recv()
1397 if (fh->fh_type != FC_TYPE_BLS) in fc_tm_done()
1799 if (fh->fh_type == FC_TYPE_BLS) { in fc_fcp_srr_resp()
/drivers/scsi/elx/efct/
Defct_unsol.c52 if (!(hdr->fh_type == FC_TYPE_FCP || hdr->fh_type == FC_TYPE_BLS)) in efct_dispatch_frame()
/drivers/scsi/bfa/
Dbfa_fcbuild.c63 fc_bls_req_tmpl.type = FC_TYPE_BLS; in fcbuild_init()
72 fc_bls_rsp_tmpl.type = FC_TYPE_BLS; in fcbuild_init()
Dbfa_fc.h116 FC_TYPE_BLS = 0x0, /* Basic Link Service */ enumerator
Dbfa_fcs_lport.c827 if (fchs->type == FC_TYPE_BLS) { in bfa_fcs_lport_uf_recv()
/drivers/scsi/bnx2fc/
Dbnx2fc_io.c892 FC_TYPE_BLS, FC_FC_FIRST_SEQ | FC_FC_END_SEQ | in bnx2fc_initiate_abts()
Dbnx2fc_fcoe.c243 } else if ((fh->fh_type == FC_TYPE_BLS) && in bnx2fc_xmit_l2_frame()
/drivers/scsi/lpfc/
Dlpfc_nvmet.c3282 bf_set(wqe_type, &wqe_abts->xmit_sequence.wge_ctl, FC_TYPE_BLS); in lpfc_nvmet_unsol_issue_abort()
Dlpfc_sli.c18665 case FC_TYPE_BLS: in lpfc_fc_frame_check()
19135 icmd->un.xseq64.w5.hcsw.Type = FC_TYPE_BLS; in lpfc_sli4_seq_abort_rsp()
/drivers/scsi/qedf/
Dqedf_main.c2574 if ((fh->fh_type == FC_TYPE_BLS) && (f_ctl & FC_FC_SEQ_CTX) && in qedf_recv_frame()