Symbol: LPFC_ENABLE_FCP
drivers/scsi/lpfc/lpfc.h
1168
#define LPFC_MAX_ENBL_FC4_TYPE LPFC_ENABLE_FCP
drivers/scsi/lpfc/lpfc.h
1169
#define LPFC_DEF_ENBL_FC4_TYPE LPFC_ENABLE_FCP
drivers/scsi/lpfc/lpfc_attr.c
4069
LPFC_ENABLE_FCP, LPFC_MAX_ENBL_FC4_TYPE,
drivers/scsi/lpfc/lpfc_attr.c
7462
phba->cfg_enable_fc4_type = LPFC_ENABLE_FCP;
drivers/scsi/lpfc/lpfc_attr.c
7467
if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP))
drivers/scsi/lpfc/lpfc_attr.c
7468
phba->cfg_enable_fc4_type |= LPFC_ENABLE_FCP;
drivers/scsi/lpfc/lpfc_attr.c
7528
phba->cfg_enable_fc4_type &= ~LPFC_ENABLE_FCP;
drivers/scsi/lpfc/lpfc_attr.c
849
if (!(vport->cfg_enable_fc4_type & LPFC_ENABLE_FCP) ||
drivers/scsi/lpfc/lpfc_ct.c
2050
vport->cfg_enable_fc4_type == LPFC_ENABLE_FCP)
drivers/scsi/lpfc/lpfc_ct.c
2147
(vport->cfg_enable_fc4_type == LPFC_ENABLE_FCP)) &&
drivers/scsi/lpfc/lpfc_debugfs.c
1266
if (!(vport->cfg_enable_fc4_type & LPFC_ENABLE_FCP) ||
drivers/scsi/lpfc/lpfc_hbadisc.c
4247
(vport->cfg_enable_fc4_type == LPFC_ENABLE_FCP)) {
drivers/scsi/lpfc/lpfc_hbadisc.c
4388
(vport->cfg_enable_fc4_type == LPFC_ENABLE_FCP))
drivers/scsi/lpfc/lpfc_init.c
10774
if (phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) {
drivers/scsi/lpfc/lpfc_init.c
13769
if (phba->cfg_enable_fc4_type == LPFC_ENABLE_FCP) {
drivers/scsi/lpfc/lpfc_init.c
13792
if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP))
drivers/scsi/lpfc/lpfc_init.c
13794
phba->cfg_enable_fc4_type = LPFC_ENABLE_FCP;
drivers/scsi/lpfc/lpfc_init.c
3958
if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP))
drivers/scsi/lpfc/lpfc_init.c
4726
if (phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) {
drivers/scsi/lpfc/lpfc_init.c
7697
((phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) ?
drivers/scsi/lpfc/lpfc_nportdisc.c
1993
if (vport->cfg_enable_fc4_type != LPFC_ENABLE_FCP) {
drivers/scsi/lpfc/lpfc_scsi.c
390
if (!(vport->cfg_enable_fc4_type & LPFC_ENABLE_FCP))
drivers/scsi/lpfc/lpfc_scsi.c
442
if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP))
drivers/scsi/lpfc/lpfc_vport.c
405
vport->cfg_enable_fc4_type = LPFC_ENABLE_FCP;