Searched refs:phyid_npip_portstate (Results 1 – 2 of 2) sorted by relevance
2844 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_sas_phy_up() local2850 (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_sas_phy_up()2851 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_sas_phy_up()2924 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_sata_phy_up() local2931 (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_sata_phy_up()2933 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_sata_phy_up()2976 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_phy_down() local2978 (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_phy_down()2979 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_phy_down()3092 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in mpi_hw_event() local[all …]
325 __le32 phyid_npip_portstate; member