Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/scsi/fc/
Dfc_fs.h175 FC_TYPE_BLS = 0x00, /* basic link service */ enumerator
189 [FC_TYPE_BLS] = "BLS", \
/linux-6.1.9/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()
1296 fh->fh_type = FC_TYPE_BLS; in fc_seq_send_ack()
1375 fh->fh_type = FC_TYPE_BLS; in fc_exch_send_ba_rjt()
1452 fc_seq_send_last(sp, fp, FC_RCTL_BA_ACC, FC_TYPE_BLS); in fc_exch_recv_abts()
2638 if (fh->fh_type == FC_TYPE_BLS) in fc_exch_recv()
Dfc_fcp.c793 if (fh->fh_type == FC_TYPE_BLS) { in fc_fcp_recv()
1382 if (fh->fh_type != FC_TYPE_BLS) in fc_tm_done()
1783 if (fh->fh_type == FC_TYPE_BLS) { in fc_fcp_srr_resp()
/linux-6.1.9/drivers/scsi/elx/efct/
Defct_unsol.c52 if (!(hdr->fh_type == FC_TYPE_FCP || hdr->fh_type == FC_TYPE_BLS)) in efct_dispatch_frame()
/linux-6.1.9/drivers/scsi/bfa/
Dbfa_fc.h116 FC_TYPE_BLS = 0x0, /* Basic Link Service */ enumerator
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_fcs_lport.c827 if (fchs->type == FC_TYPE_BLS) { in bfa_fcs_lport_uf_recv()
/linux-6.1.9/drivers/scsi/bnx2fc/
Dbnx2fc_io.c890 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()
/linux-6.1.9/drivers/scsi/qedf/
Dqedf_main.c2573 if ((fh->fh_type == FC_TYPE_BLS) && (f_ctl & FC_FC_SEQ_CTX) && in qedf_recv_frame()
/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_nvmet.c3287 bf_set(wqe_type, &wqe_abts->xmit_sequence.wge_ctl, FC_TYPE_BLS); in lpfc_nvmet_unsol_issue_abort()
Dlpfc_sli.c18396 case FC_TYPE_BLS: in lpfc_fc_frame_check()