Searched refs:FC_TYPE_BLS (Results 1 – 12 of 12) sorted by relevance
/linux/include/uapi/scsi/fc/ |
H A D | fc_fs.h | 175 FC_TYPE_BLS = 0x00, /* basic link service */ enumerator 189 [FC_TYPE_BLS] = "BLS", \
|
/linux/drivers/scsi/libfc/ |
H A D | fc_exch.c | 501 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 D | fc_fcp.c | 798 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 D | fdls_fc.h | 131 #define FNIC_FC_FRAME_TYPE_BLS(_fchdr) (_fchdr->fh_type == FC_TYPE_BLS)
|
H A D | fdls_disc.c | 571 .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 D | bfa_fcbuild.c | 63 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 D | bfa_fc.h | 116 FC_TYPE_BLS = 0x0, /* Basic Link Service */ enumerator
|
/linux/drivers/scsi/elx/efct/ |
H A D | efct_unsol.c | 52 if (!(hdr->fh_type == FC_TYPE_FCP || hdr->fh_type == FC_TYPE_BLS)) in efct_dispatch_frame()
|
/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_io.c | 886 FC_TYPE_BLS, FC_FC_FIRST_SEQ | FC_FC_END_SEQ | in bnx2fc_initiate_abts()
|
H A D | bnx2fc_fcoe.c | 243 } else if ((fh->fh_type == FC_TYPE_BLS) && in bnx2fc_xmit_l2_frame()
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_nvmet.c | 3297 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 D | qedf_main.c | 2584 if ((fh->fh_type == FC_TYPE_BLS) && (f_ctl & FC_FC_SEQ_CTX) && in qedf_recv_frame()
|