Lines Matching refs:agDevInfo
171 agsaSASDeviceInfo_t *agDevInfo, in ossaDeviceHandleAccept() argument
231 …TI_DBG4(("ossaDeviceHandleAccept: sasAddressHi 0x%08x\n", SA_DEVINFO_GET_SAS_ADDRESSHI(&agDevInfo-… in ossaDeviceHandleAccept()
232 …TI_DBG4(("ossaDeviceHandleAccept: sasAddressLo 0x%08x\n", SA_DEVINFO_GET_SAS_ADDRESSLO(&agDevInfo-… in ossaDeviceHandleAccept()
233 …TI_DBG4(("ossaDeviceHandleAccept: device type 0x%x\n", DEVINFO_GET_DEVICETTYPE(&agDevInfo->common… in ossaDeviceHandleAccept()
234 TI_DBG4(("ossaDeviceHandleAccept: phys %d\n", agDevInfo->numOfPhys)); in ossaDeviceHandleAccept()
237 if (DEVINFO_GET_DEVICETTYPE(&agDevInfo->commonDevInfo) == SAS_END_DEVICE) in ossaDeviceHandleAccept()
241 else if (DEVINFO_GET_DEVICETTYPE(&agDevInfo->commonDevInfo) == SAS_EDGE_EXPANDER_DEVICE) in ossaDeviceHandleAccept()
249 agSASSubID.sasAddressHi = SA_DEVINFO_GET_SAS_ADDRESSHI(&agDevInfo->commonDevInfo); in ossaDeviceHandleAccept()
250 agSASSubID.sasAddressLo = SA_DEVINFO_GET_SAS_ADDRESSLO(&agDevInfo->commonDevInfo); in ossaDeviceHandleAccept()
251 agSASSubID.initiator_ssp_stp_smp = agDevInfo->initiator_ssp_stp_smp; in ossaDeviceHandleAccept()
252 agSASSubID.target_ssp_stp_smp = agDevInfo->target_ssp_stp_smp; in ossaDeviceHandleAccept()
286 agDevInfo->commonDevInfo.flag = agDevInfo->commonDevInfo.flag | (tdsaAllShared->MCN << 16); in ossaDeviceHandleAccept()