Searched refs:pp0dest (Results 1 – 1 of 1) sorted by relevance
719 mptfc_display_port_link_speed(MPT_ADAPTER *ioc, int portnum, FCPortPage0_t *pp0dest) in mptfc_display_port_link_speed() argument728 new_speed = pp0dest->CurrentSpeed; in mptfc_display_port_link_speed()729 state = pp0dest->PortState; in mptfc_display_port_link_speed()773 FCPortPage0_t *pp0dest; in mptfc_GetFcPortPage0() local814 pp0dest = &ioc->fc_port_page0[portnum]; in mptfc_GetFcPortPage0()816 memcpy(pp0dest, ppage0_alloc, copy_sz); in mptfc_GetFcPortPage0()822 pp0dest->Flags = le32_to_cpu(pp0dest->Flags); in mptfc_GetFcPortPage0()823 pp0dest->PortIdentifier = le32_to_cpu(pp0dest->PortIdentifier); in mptfc_GetFcPortPage0()824 pp0dest->WWNN.Low = le32_to_cpu(pp0dest->WWNN.Low); in mptfc_GetFcPortPage0()825 pp0dest->WWNN.High = le32_to_cpu(pp0dest->WWNN.High); in mptfc_GetFcPortPage0()[all …]