Home
last modified time | relevance | path

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

/linux/include/uapi/scsi/fc/
H A Dfc_fs.h175 FC_TYPE_BLS = 0x00, /* basic link service */ enumerator
189 [FC_TYPE_BLS] = "BLS", \
/linux/drivers/scsi/libfc/
H A 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()
H A Dfc_fcp.c798 if (fh->fh_type == FC_TYPE_BLS) { in fc_fcp_recv()
1387 if (fh->fh_type != FC_TYPE_BLS) in fc_tm_done()
1789 if (fh->fh_type == FC_TYPE_BLS) { in fc_fcp_srr_resp()
/linux/drivers/scsi/fnic/
H A Dfdls_fc.h131 #define FNIC_FC_FRAME_TYPE_BLS(_fchdr) (_fchdr->fh_type == FC_TYPE_BLS)
H A Dfdls_disc.c571 .fh_cs_ctl = 0x00, .fh_type = FC_TYPE_BLS, in fdls_init_fabric_abts_frame()
667 .fh_cs_ctl = 0x00, .fh_type = FC_TYPE_BLS, in fdls_send_tport_abts()
/linux/drivers/scsi/bfa/
H A 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()
H A Dbfa_fc.h116 FC_TYPE_BLS = 0x0, /* Basic Link Service */ enumerator
/linux/drivers/scsi/elx/efct/
H A Defct_unsol.c52 if (!(hdr->fh_type == FC_TYPE_FCP || hdr->fh_type == FC_TYPE_BLS)) in efct_dispatch_frame()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c886 FC_TYPE_BLS, FC_FC_FIRST_SEQ | FC_FC_END_SEQ | in bnx2fc_initiate_abts()
H A Dbnx2fc_fcoe.c243 } else if ((fh->fh_type == FC_TYPE_BLS) && in bnx2fc_xmit_l2_frame()
/linux/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c3297 bf_set(wqe_type, &wqe_abts->xmit_sequence.wge_ctl, FC_TYPE_BLS); in lpfc_nvmet_unsol_issue_abort()
/linux/drivers/scsi/qedf/
H A Dqedf_main.c2584 if ((fh->fh_type == FC_TYPE_BLS) && (f_ctl & FC_FC_SEQ_CTX) && in qedf_recv_frame()