Searched refs:npip_portstate (Results 1 – 2 of 2) sorted by relevance
2887 u32 npip_portstate = le32_to_cpu(pPayload->npip_portstate); in hw_event_sas_phy_up() local2888 u8 portstate = (u8)(npip_portstate & 0x0000000F); in hw_event_sas_phy_up()2965 u32 npip_portstate = le32_to_cpu(pPayload->npip_portstate); in hw_event_sata_phy_up() local2966 u8 portstate = (u8)(npip_portstate & 0x0000000F); in hw_event_sata_phy_up()3007 u32 npip_portstate = le32_to_cpu(pPayload->npip_portstate); in hw_event_phy_down() local3008 u8 portstate = (u8)(npip_portstate & 0x0000000F); in hw_event_phy_down()
229 __le32 npip_portstate; member