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

/linux-master/drivers/scsi/libfc/
H A Dfc_elsct.c103 case FC_TYPE_ELS:
H A Dfc_libfc.c45 [FC_TYPE_ELS] = &fc_lport_els_prov,
H A Dfc_encode.h950 *fh_type = FC_TYPE_ELS;
H A Dfc_rport.c1295 fc_host_port_id(lport->host), FC_TYPE_ELS,
H A Dfc_lport.c2046 fh->fh_type = FC_TYPE_ELS;
H A Dfc_fcp.c1478 rpriv->local_port->port_id, FC_TYPE_ELS,
H A Dfc_exch.c2268 lport->port_id, FC_TYPE_ELS,
/linux-master/include/uapi/scsi/fc/
H A Dfc_fs.h176 FC_TYPE_ELS = 0x01, /* extended link service */ enumerator in enum:fc_fh_type
190 [FC_TYPE_ELS] = "ELS", \
/linux-master/drivers/scsi/qedf/
H A Dqedf_els.c111 FC_TYPE_ELS, FC_FC_FIRST_SEQ | FC_FC_END_SEQ |
345 fh->fh_type = FC_TYPE_ELS;
H A Dqedf_main.c1043 if ((fh->fh_type == FC_TYPE_ELS) &&
2522 fh->fh_type == FC_TYPE_ELS) {
/linux-master/drivers/scsi/bfa/
H A Dbfa_fcbuild.c42 fc_els_req_tmpl.type = FC_TYPE_ELS;
53 fc_els_rsp_tmpl.type = FC_TYPE_ELS;
H A Dbfa_fc.h117 FC_TYPE_ELS = 0x1, /* Extended Link Service */ enumerator in enum:__anon50
H A Dbfa_fcs_fcpim.c835 if (fchs->type != FC_TYPE_ELS)
H A Dbfa_fcs_lport.c772 if ((fchs->type == FC_TYPE_ELS) &&
790 if ((fchs->type == FC_TYPE_ELS) &&
799 if ((fchs->type == FC_TYPE_ELS) && (els_cmd->els_code == FC_ELS_ECHO)) {
808 if ((fchs->type == FC_TYPE_ELS) && (els_cmd->els_code == FC_ELS_RNID)) {
846 if (fchs->type != FC_TYPE_ELS) {
H A Dbfa_fcs_rport.c2884 if (fchs->type != FC_TYPE_ELS)
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c765 FC_TYPE_ELS, FC_FC_FIRST_SEQ |
H A Dbnx2fc_fcoe.c227 if ((fh->fh_type == FC_TYPE_ELS) &&
594 fh->fh_type == FC_TYPE_ELS) {
H A Dbnx2fc_hwi.c594 if (fh->fh_type == FC_TYPE_ELS) {
/linux-master/drivers/scsi/fcoe/
H A Dfcoe.c1497 if (unlikely(fh->fh_type == FC_TYPE_ELS) &&
H A Dfcoe_ctlr.c1906 if (fh->fh_type != FC_TYPE_ELS)
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c3603 Type = FC_TYPE_ELS;
3614 Type = FC_TYPE_ELS;
11580 pring->prt[0].type = FC_TYPE_ELS;
11585 pring->prt[1].type = FC_TYPE_ELS;
11688 pring->prt[0].type = FC_TYPE_ELS;
11693 pring->prt[1].type = FC_TYPE_ELS;
18470 case FC_TYPE_ELS:
19171 if (sli4_type_from_fc_hdr(fc_hdr) == FC_TYPE_ELS) {

Completed in 577 milliseconds