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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pm8001/
H A Dpm8001_hwi.c2883 u32 lr_evt_status_phyid_portid = local
2884 le32_to_cpu(pPayload->lr_evt_status_phyid_portid);
2886 (u8)((lr_evt_status_phyid_portid & 0xF0000000) >> 28);
2887 u8 port_id = (u8)(lr_evt_status_phyid_portid & 0x0000000F);
2889 (u8)((lr_evt_status_phyid_portid & 0x000000F0) >> 4);
2961 u32 lr_evt_status_phyid_portid = local
2962 le32_to_cpu(pPayload->lr_evt_status_phyid_portid);
2964 (u8)((lr_evt_status_phyid_portid & 0xF0000000) >> 28);
2965 u8 port_id = (u8)(lr_evt_status_phyid_portid & 0x0000000F);
2967 (u8)((lr_evt_status_phyid_portid
3005 u32 lr_evt_status_phyid_portid = local
3291 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 125 milliseconds