Searched refs:lr_evt_status_phyid_portid (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/pm8001/
H A Dpm8001_hwi.c3089 u32 lr_evt_status_phyid_portid = local
3090 le32_to_cpu(pPayload->lr_evt_status_phyid_portid);
3092 (u8)((lr_evt_status_phyid_portid & 0xF0000000) >> 28);
3093 u8 port_id = (u8)(lr_evt_status_phyid_portid & 0x0000000F);
3095 (u8)((lr_evt_status_phyid_portid & 0x000000F0) >> 4);
3167 u32 lr_evt_status_phyid_portid = local
3168 le32_to_cpu(pPayload->lr_evt_status_phyid_portid);
3170 (u8)((lr_evt_status_phyid_portid & 0xF0000000) >> 28);
3171 u8 port_id = (u8)(lr_evt_status_phyid_portid & 0x0000000F);
3173 (u8)((lr_evt_status_phyid_portid
3211 u32 lr_evt_status_phyid_portid = local
3496 u32 lr_evt_status_phyid_portid = local
[all...]
H A Dpm8001_hwi.h227 __le32 lr_evt_status_phyid_portid; member in struct:hw_event_resp

Completed in 29 milliseconds