Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/pm8001/
Dpm80xx_hwi.c3098 u32 lr_status_evt_portid = in hw_event_port_recover() local
3099 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_port_recover()
3101 u8 link_rate = (u8)((lr_status_evt_portid & 0xF0000000) >> 28); in hw_event_port_recover()
3103 u8 port_id = (u8)(lr_status_evt_portid & 0x000000FF); in hw_event_port_recover()
3128 u32 lr_status_evt_portid = in hw_event_sas_phy_up() local
3129 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_sas_phy_up()
3133 (u8)((lr_status_evt_portid & 0xF0000000) >> 28); in hw_event_sas_phy_up()
3134 u8 port_id = (u8)(lr_status_evt_portid & 0x000000FF); in hw_event_sas_phy_up()
3209 u32 lr_status_evt_portid = in hw_event_sata_phy_up() local
3210 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_sata_phy_up()
[all …]
Dpm80xx_hwi.h427 __le32 lr_status_evt_portid; member