Home
last modified time | relevance | path

Searched refs:lr_status_evt_portid (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/pm8001/
Dpm80xx_hwi.c2842 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()
[all …]
Dpm80xx_hwi.h323 __le32 lr_status_evt_portid; member