Searched refs:pp0dest (Results 1 – 1 of 1) sorted by relevance
683 mptfc_display_port_link_speed(MPT_ADAPTER *ioc, int portnum, FCPortPage0_t *pp0dest) in mptfc_display_port_link_speed() argument692 new_speed = pp0dest->CurrentSpeed; in mptfc_display_port_link_speed()693 state = pp0dest->PortState; in mptfc_display_port_link_speed()737 FCPortPage0_t *pp0dest; in mptfc_GetFcPortPage0() local777 pp0dest = &ioc->fc_port_page0[portnum]; in mptfc_GetFcPortPage0()779 memcpy(pp0dest, ppage0_alloc, copy_sz); in mptfc_GetFcPortPage0()785 pp0dest->Flags = le32_to_cpu(pp0dest->Flags); in mptfc_GetFcPortPage0()786 pp0dest->PortIdentifier = le32_to_cpu(pp0dest->PortIdentifier); in mptfc_GetFcPortPage0()787 pp0dest->WWNN.Low = le32_to_cpu(pp0dest->WWNN.Low); in mptfc_GetFcPortPage0()788 pp0dest->WWNN.High = le32_to_cpu(pp0dest->WWNN.High); in mptfc_GetFcPortPage0()[all …]