Home
last modified time | relevance | path

Searched refs:lr_status_evt_portid (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c3219 u32 lr_status_evt_portid = in hw_event_port_recover() local
3220 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_port_recover()
3222 u8 link_rate = (u8)((lr_status_evt_portid & 0xF0000000) >> 28); in hw_event_port_recover()
3224 u8 port_id = (u8)(lr_status_evt_portid & 0x000000FF); in hw_event_port_recover()
3249 u32 lr_status_evt_portid = in hw_event_sas_phy_up() local
3250 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_sas_phy_up()
3254 (u8)((lr_status_evt_portid & 0xF0000000) >> 28); in hw_event_sas_phy_up()
3255 u8 port_id = (u8)(lr_status_evt_portid & 0x000000FF); in hw_event_sas_phy_up()
3328 u32 lr_status_evt_portid = in hw_event_sata_phy_up() local
3329 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_sata_phy_up()
3375 u32 lr_status_evt_portid = hw_event_phy_down() local
3503 u32 lr_status_evt_portid = mpi_hw_event() local
[all...]
H A Dpm80xx_hwi.h427 __le32 lr_status_evt_portid; member
/kernel/linux/linux-6.6/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c3118 u32 lr_status_evt_portid = in hw_event_port_recover() local
3119 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_port_recover()
3121 u8 link_rate = (u8)((lr_status_evt_portid & 0xF0000000) >> 28); in hw_event_port_recover()
3123 u8 port_id = (u8)(lr_status_evt_portid & 0x000000FF); in hw_event_port_recover()
3148 u32 lr_status_evt_portid = in hw_event_sas_phy_up() local
3149 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_sas_phy_up()
3153 (u8)((lr_status_evt_portid & 0xF0000000) >> 28); in hw_event_sas_phy_up()
3154 u8 port_id = (u8)(lr_status_evt_portid & 0x000000FF); in hw_event_sas_phy_up()
3229 u32 lr_status_evt_portid = in hw_event_sata_phy_up() local
3230 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_sata_phy_up()
3278 u32 lr_status_evt_portid = hw_event_phy_down() local
3414 u32 lr_status_evt_portid = mpi_hw_event() local
[all...]
H A Dpm80xx_hwi.h427 __le32 lr_status_evt_portid; member

Completed in 21 milliseconds