LPFC_ENABLE_FCP
#define LPFC_MAX_ENBL_FC4_TYPE LPFC_ENABLE_FCP
#define LPFC_DEF_ENBL_FC4_TYPE LPFC_ENABLE_FCP
LPFC_ENABLE_FCP, LPFC_MAX_ENBL_FC4_TYPE,
phba->cfg_enable_fc4_type = LPFC_ENABLE_FCP;
if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP))
phba->cfg_enable_fc4_type |= LPFC_ENABLE_FCP;
phba->cfg_enable_fc4_type &= ~LPFC_ENABLE_FCP;
if (!(vport->cfg_enable_fc4_type & LPFC_ENABLE_FCP) ||
vport->cfg_enable_fc4_type == LPFC_ENABLE_FCP)
(vport->cfg_enable_fc4_type == LPFC_ENABLE_FCP)) &&
if (!(vport->cfg_enable_fc4_type & LPFC_ENABLE_FCP) ||
(vport->cfg_enable_fc4_type == LPFC_ENABLE_FCP)) {
(vport->cfg_enable_fc4_type == LPFC_ENABLE_FCP))
if (phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) {
if (phba->cfg_enable_fc4_type == LPFC_ENABLE_FCP) {
if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP))
phba->cfg_enable_fc4_type = LPFC_ENABLE_FCP;
if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP))
if (phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) {
((phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP) ?
if (vport->cfg_enable_fc4_type != LPFC_ENABLE_FCP) {
if (!(vport->cfg_enable_fc4_type & LPFC_ENABLE_FCP))
if (!(phba->cfg_enable_fc4_type & LPFC_ENABLE_FCP))
vport->cfg_enable_fc4_type = LPFC_ENABLE_FCP;