Searched refs:pp0dest (Results 1 – 1 of 1) sorted by relevance
690 mptfc_display_port_link_speed(MPT_ADAPTER *ioc, int portnum, FCPortPage0_t *pp0dest) in mptfc_display_port_link_speed() argument699 new_speed = pp0dest->CurrentSpeed; in mptfc_display_port_link_speed()700 state = pp0dest->PortState; in mptfc_display_port_link_speed()744 FCPortPage0_t *pp0dest; in mptfc_GetFcPortPage0() local784 pp0dest = &ioc->fc_port_page0[portnum]; in mptfc_GetFcPortPage0()786 memcpy(pp0dest, ppage0_alloc, copy_sz); in mptfc_GetFcPortPage0()792 pp0dest->Flags = le32_to_cpu(pp0dest->Flags); in mptfc_GetFcPortPage0()793 pp0dest->PortIdentifier = le32_to_cpu(pp0dest->PortIdentifier); in mptfc_GetFcPortPage0()794 pp0dest->WWNN.Low = le32_to_cpu(pp0dest->WWNN.Low); in mptfc_GetFcPortPage0()795 pp0dest->WWNN.High = le32_to_cpu(pp0dest->WWNN.High); in mptfc_GetFcPortPage0()[all …]