Lines Matching refs:lr_status_evt_portid
2864 u32 lr_status_evt_portid = in hw_event_port_recover() local
2865 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_port_recover()
2867 u8 link_rate = (u8)((lr_status_evt_portid & 0xF0000000) >> 28); in hw_event_port_recover()
2869 u8 port_id = (u8)(lr_status_evt_portid & 0x000000FF); in hw_event_port_recover()
2894 u32 lr_status_evt_portid = in hw_event_sas_phy_up() local
2895 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_sas_phy_up()
2899 (u8)((lr_status_evt_portid & 0xF0000000) >> 28); in hw_event_sas_phy_up()
2900 u8 port_id = (u8)(lr_status_evt_portid & 0x000000FF); in hw_event_sas_phy_up()
2978 u32 lr_status_evt_portid = in hw_event_sata_phy_up() local
2979 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_sata_phy_up()
2981 (u8)((lr_status_evt_portid & 0xF0000000) >> 28); in hw_event_sata_phy_up()
2982 u8 port_id = (u8)(lr_status_evt_portid & 0x000000FF); in hw_event_sata_phy_up()
3026 u32 lr_status_evt_portid = in hw_event_phy_down() local
3027 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_phy_down()
3028 u8 port_id = (u8)(lr_status_evt_portid & 0x000000FF); in hw_event_phy_down()
3150 u32 lr_status_evt_portid = in mpi_hw_event() local
3151 le32_to_cpu(pPayload->lr_status_evt_portid); in mpi_hw_event()
3153 u8 port_id = (u8)(lr_status_evt_portid & 0x000000FF); in mpi_hw_event()
3157 (u16)((lr_status_evt_portid & 0x00FFFF00) >> 8); in mpi_hw_event()
3159 (u8)((lr_status_evt_portid & 0x0F000000) >> 24); in mpi_hw_event()