Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/pm8001/
Dpm80xx_hwi.c3265 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_port_recover() local
3266 u8 phy_id = (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_port_recover()
3299 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_sas_phy_up() local
3305 (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_sas_phy_up()
3306 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_sas_phy_up()
3380 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_sata_phy_up() local
3387 (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_sata_phy_up()
3389 u8 portstate = (u8)(phyid_npip_portstate & 0x0000000F); in hw_event_sata_phy_up()
3432 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_phy_down() local
3434 (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_phy_down()
[all …]
Dpm80xx_hwi.h429 __le32 phyid_npip_portstate; member