Searched refs:lr_status_evt_portid (Results 1 – 2 of 2) sorted by relevance
2878 u32 lr_status_evt_portid = in hw_event_port_recover() local2879 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_port_recover()2881 u8 link_rate = (u8)((lr_status_evt_portid & 0xF0000000) >> 28); in hw_event_port_recover()2883 u8 port_id = (u8)(lr_status_evt_portid & 0x000000FF); in hw_event_port_recover()2908 u32 lr_status_evt_portid = in hw_event_sas_phy_up() local2909 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_sas_phy_up()2913 (u8)((lr_status_evt_portid & 0xF0000000) >> 28); in hw_event_sas_phy_up()2914 u8 port_id = (u8)(lr_status_evt_portid & 0x000000FF); in hw_event_sas_phy_up()2992 u32 lr_status_evt_portid = in hw_event_sata_phy_up() local2993 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_sata_phy_up()[all …]
420 __le32 lr_status_evt_portid; member