Lines Matching refs:lr_status_evt_portid
2842 u32 lr_status_evt_portid = in hw_event_sas_phy_up() local
2843 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_sas_phy_up()
2847 (u8)((lr_status_evt_portid & 0xF0000000) >> 28); in hw_event_sas_phy_up()
2848 u8 port_id = (u8)(lr_status_evt_portid & 0x000000FF); in hw_event_sas_phy_up()
2925 u32 lr_status_evt_portid = in hw_event_sata_phy_up() local
2926 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_sata_phy_up()
2928 (u8)((lr_status_evt_portid & 0xF0000000) >> 28); in hw_event_sata_phy_up()
2929 u8 port_id = (u8)(lr_status_evt_portid & 0x000000FF); in hw_event_sata_phy_up()
2973 u32 lr_status_evt_portid = in hw_event_phy_down() local
2974 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_phy_down()
2975 u8 port_id = (u8)(lr_status_evt_portid & 0x000000FF); in hw_event_phy_down()
3090 u32 lr_status_evt_portid = in mpi_hw_event() local
3091 le32_to_cpu(pPayload->lr_status_evt_portid); in mpi_hw_event()
3093 u8 port_id = (u8)(lr_status_evt_portid & 0x000000FF); in mpi_hw_event()
3097 (u16)((lr_status_evt_portid & 0x00FFFF00) >> 8); in mpi_hw_event()
3099 (u8)((lr_status_evt_portid & 0x0F000000) >> 24); in mpi_hw_event()