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

/drivers/scsi/pm8001/
H A Dpm80xx_hwi.h870 __le32 ppc_phyid; member in struct:set_phy_profile_req
880 __le32 ppc_phyid; member in struct:get_phy_profile_req
999 __le32 ppc_phyid; member in struct:get_phy_profile_resp
1015 __le32 ppc_phyid; member in struct:set_phy_profile_resp
H A Dpm80xx_hwi.c3378 u32 ppc_phyid = le32_to_cpu(pPayload->ppc_phyid); local
3381 page_code = (u8)((ppc_phyid & 0xFF00) >> 8);
4499 payload.ppc_phyid = (((operation & 0xF) << 8) | (phyid & 0xFF));
4502 payload.ppc_phyid, length));

Completed in 52 milliseconds