Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/scsi/fc/
Dfc_fs.h176 FC_TYPE_ELS = 0x01, /* extended link service */ enumerator
190 [FC_TYPE_ELS] = "ELS", \
/linux-6.6.21/drivers/scsi/libfc/
Dfc_elsct.c103 case FC_TYPE_ELS: in fc_els_resp_type()
Dfc_libfc.c45 [FC_TYPE_ELS] = &fc_lport_els_prov,
Dfc_encode.h948 *fh_type = FC_TYPE_ELS; in fc_els_fill()
Dfc_fcp.c1478 rpriv->local_port->port_id, FC_TYPE_ELS, in fc_fcp_rec()
Dfc_lport.c2046 fh->fh_type = FC_TYPE_ELS; in fc_lport_els_request()
Dfc_rport.c1295 fc_host_port_id(lport->host), FC_TYPE_ELS, in fc_rport_enter_prli()
Dfc_exch.c2268 lport->port_id, FC_TYPE_ELS, in fc_exch_rrq()
/linux-6.6.21/drivers/scsi/qedf/
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()
Dqedf_main.c1042 if ((fh->fh_type == FC_TYPE_ELS) && in qedf_xmit_l2_frame()
2521 fh->fh_type == FC_TYPE_ELS) { in qedf_recv_frame()
/linux-6.6.21/drivers/scsi/bfa/
Dbfa_fc.h117 FC_TYPE_ELS = 0x1, /* Extended Link Service */ enumerator
Dbfa_fcs_fcpim.c818 if (fchs->type != FC_TYPE_ELS) in bfa_fcs_fcpim_uf_recv()
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()
Dbfa_fcs_lport.c785 if ((fchs->type == FC_TYPE_ELS) && in bfa_fcs_lport_uf_recv()
803 if ((fchs->type == FC_TYPE_ELS) && in bfa_fcs_lport_uf_recv()
812 if ((fchs->type == FC_TYPE_ELS) && (els_cmd->els_code == FC_ELS_ECHO)) { in bfa_fcs_lport_uf_recv()
821 if ((fchs->type == FC_TYPE_ELS) && (els_cmd->els_code == FC_ELS_RNID)) { in bfa_fcs_lport_uf_recv()
859 if (fchs->type != FC_TYPE_ELS) { in bfa_fcs_lport_uf_recv()
Dbfa_fcs_rport.c2868 if (fchs->type != FC_TYPE_ELS) in bfa_fcs_rport_uf_recv()
/linux-6.6.21/drivers/scsi/bnx2fc/
Dbnx2fc_els.c765 FC_TYPE_ELS, FC_FC_FIRST_SEQ | in bnx2fc_initiate_els()
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()
Dbnx2fc_hwi.c594 if (fh->fh_type == FC_TYPE_ELS) { in bnx2fc_process_l2_frame_compl()
/linux-6.6.21/drivers/scsi/fcoe/
Dfcoe.c1497 if (unlikely(fh->fh_type == FC_TYPE_ELS) && in fcoe_xmit()
Dfcoe_ctlr.c1906 if (fh->fh_type != FC_TYPE_ELS) in fcoe_ctlr_recv_flogi()
/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_sli.c3599 Type = FC_TYPE_ELS; in lpfc_sli_process_unsol_iocb()
3610 Type = FC_TYPE_ELS; in lpfc_sli_process_unsol_iocb()
11576 pring->prt[0].type = FC_TYPE_ELS; in lpfc_sli4_setup()
11581 pring->prt[1].type = FC_TYPE_ELS; in lpfc_sli4_setup()
11684 pring->prt[0].type = FC_TYPE_ELS; in lpfc_sli_setup()
11689 pring->prt[1].type = FC_TYPE_ELS; in lpfc_sli_setup()
18483 case FC_TYPE_ELS: in lpfc_fc_frame_check()
19174 if (sli4_type_from_fc_hdr(fc_hdr) == FC_TYPE_ELS) { in lpfc_prep_seq()