Home
last modified time | relevance | path

Searched refs:FC_TYPE_ELS (Results 1 – 20 of 20) sorted by relevance

/linux/include/uapi/scsi/fc/
H A Dfc_fs.h176 FC_TYPE_ELS = 0x01, /* extended link service */ enumerator
190 [FC_TYPE_ELS] = "ELS", \
/linux/drivers/scsi/libfc/
H A Dfc_elsct.c103 case FC_TYPE_ELS: in fc_els_resp_type()
H A Dfc_libfc.c45 [FC_TYPE_ELS] = &fc_lport_els_prov,
H A Dfc_fcp.c1478 rpriv->local_port->port_id, FC_TYPE_ELS, in fc_fcp_rec()
H A Dfc_rport.c1295 fc_host_port_id(lport->host), FC_TYPE_ELS, in fc_rport_enter_prli()
H A Dfc_lport.c2046 fh->fh_type = FC_TYPE_ELS; in fc_lport_els_request()
H A Dfc_exch.c2268 lport->port_id, FC_TYPE_ELS, in fc_exch_rrq()
/linux/drivers/scsi/fnic/
H A Dfdls_fc.h132 #define FNIC_FC_FRAME_TYPE_ELS(_fchdr) (_fchdr->fh_type == FC_TYPE_ELS)
/linux/drivers/scsi/qedf/
H A Dqedf_els.c111 FC_TYPE_ELS, FC_FC_FIRST_SEQ | FC_FC_END_SEQ | in qedf_initiate_els()
345 fh->fh_type = FC_TYPE_ELS; in qedf_process_l2_frame_compl()
H A Dqedf_main.c1054 if ((fh->fh_type == FC_TYPE_ELS) && in qedf_xmit_l2_frame()
2533 fh->fh_type == FC_TYPE_ELS) { in qedf_recv_frame()
/linux/drivers/scsi/bfa/
H A Dbfa_fcbuild.c42 fc_els_req_tmpl.type = FC_TYPE_ELS; in fcbuild_init()
53 fc_els_rsp_tmpl.type = FC_TYPE_ELS; in fcbuild_init()
H A Dbfa_fc.h117 FC_TYPE_ELS = 0x1, /* Extended Link Service */ enumerator
H A Dbfa_fcs_fcpim.c835 if (fchs->type != FC_TYPE_ELS) in bfa_fcs_fcpim_uf_recv()
H A Dbfa_fcs_lport.c772 if ((fchs->type == FC_TYPE_ELS) && in bfa_fcs_lport_uf_recv()
790 if ((fchs->type == FC_TYPE_ELS) && in bfa_fcs_lport_uf_recv()
799 if ((fchs->type == FC_TYPE_ELS) && (els_cmd->els_code == FC_ELS_ECHO)) { in bfa_fcs_lport_uf_recv()
808 if ((fchs->type == FC_TYPE_ELS) && (els_cmd->els_code == FC_ELS_RNID)) { in bfa_fcs_lport_uf_recv()
846 if (fchs->type != FC_TYPE_ELS) { in bfa_fcs_lport_uf_recv()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c765 FC_TYPE_ELS, FC_FC_FIRST_SEQ | in bnx2fc_initiate_els()
H A Dbnx2fc_fcoe.c227 if ((fh->fh_type == FC_TYPE_ELS) && in bnx2fc_xmit_l2_frame()
594 fh->fh_type == FC_TYPE_ELS) { in bnx2fc_recv_frame()
H A Dbnx2fc_hwi.c594 if (fh->fh_type == FC_TYPE_ELS) { in bnx2fc_process_l2_frame_compl()
/linux/drivers/scsi/fcoe/
H A Dfcoe.c1477 if (unlikely(fh->fh_type == FC_TYPE_ELS) && in fcoe_xmit()
H A Dfcoe_ctlr.c1905 if (fh->fh_type != FC_TYPE_ELS) in fcoe_ctlr_recv_flogi()
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c3584 Type = FC_TYPE_ELS; in lpfc_sli_process_unsol_iocb()
3595 Type = FC_TYPE_ELS; in lpfc_sli_process_unsol_iocb()
11628 pring->prt[0].type = FC_TYPE_ELS; in lpfc_sli4_setup()
11633 pring->prt[1].type = FC_TYPE_ELS; in lpfc_sli4_setup()
11736 pring->prt[0].type = FC_TYPE_ELS; in lpfc_sli_setup()
11741 pring->prt[1].type = FC_TYPE_ELS; in lpfc_sli_setup()
18569 case FC_TYPE_ELS: in lpfc_fc_frame_check()
19296 if (sli4_type_from_fc_hdr(fc_hdr) == FC_TYPE_ELS) { in lpfc_prep_seq()