Lines Matching refs:phyid_npip_portstate
3096 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_port_recover() local
3097 u8 phy_id = (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_port_recover()
3130 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_sas_phy_up() local
3136 (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_sas_phy_up()
3137 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_sas_phy_up()
3208 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_sata_phy_up() local
3215 (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_sata_phy_up()
3217 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_sata_phy_up()
3261 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_phy_down() local
3263 (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_phy_down()
3264 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_phy_down()
3396 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in mpi_hw_event() local
3399 (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in mpi_hw_event()
3400 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in mpi_hw_event()