Searched refs:phyid_npip_portstate (Results 1 – 2 of 2) sorted by relevance
3105 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_port_recover() local3106 u8 phy_id = (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_port_recover()3139 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_sas_phy_up() local3145 (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_sas_phy_up()3146 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_sas_phy_up()3217 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_sata_phy_up() local3224 (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_sata_phy_up()3226 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_sata_phy_up()3270 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_phy_down() local3272 (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_phy_down()[all …]
429 __le32 phyid_npip_portstate; member