Searched refs:pp1 (Results 1 – 1 of 1) sorted by relevance
949 FCPortPage1_t *pp1; in mptfc_SetFcPortPage1_defaults() local959 pp1 = ioc->fc_data.fc_port_page1[ii].data; in mptfc_SetFcPortPage1_defaults()960 if ((pp1->InitiatorDeviceTimeout == MPTFC_FW_DEVICE_TIMEOUT) in mptfc_SetFcPortPage1_defaults()961 && (pp1->InitiatorIoPendTimeout == MPTFC_FW_IO_PEND_TIMEOUT) in mptfc_SetFcPortPage1_defaults()962 && ((pp1->Flags & ON_FLAGS) == ON_FLAGS) in mptfc_SetFcPortPage1_defaults()963 && ((pp1->Flags & OFF_FLAGS) == 0)) in mptfc_SetFcPortPage1_defaults()965 pp1->InitiatorDeviceTimeout = MPTFC_FW_DEVICE_TIMEOUT; in mptfc_SetFcPortPage1_defaults()966 pp1->InitiatorIoPendTimeout = MPTFC_FW_IO_PEND_TIMEOUT; in mptfc_SetFcPortPage1_defaults()967 pp1->Flags &= ~OFF_FLAGS; in mptfc_SetFcPortPage1_defaults()968 pp1->Flags |= ON_FLAGS; in mptfc_SetFcPortPage1_defaults()