Searched refs:phyid_npip_portstate (Results 1 – 2 of 2) sorted by relevance
2876 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_port_recover() local2877 u8 phy_id = (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_port_recover()2910 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_sas_phy_up() local2916 (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_sas_phy_up()2917 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_sas_phy_up()2991 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_sata_phy_up() local2998 (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_sata_phy_up()3000 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_sata_phy_up()3043 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_phy_down() local3045 (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_phy_down()[all …]
422 __le32 phyid_npip_portstate; member