Lines Matching refs:pPort
91 agsaPort_t *pPort; in saDeregisterDeviceHandle() local
119 pPort = pDevice->pPort; in saDeregisterDeviceHandle()
121 portid = pPort->portId; in saDeregisterDeviceHandle()
163 agsaPort_t *pPort; in siRemoveDevHandle() local
196 pPort = pDevice->pPort; in siRemoveDevHandle()
206 siPortDeviceRemove(agRoot, pPort, pDevice, agTRUE); in siRemoveDevHandle()
254 agsaPort_t *pPort = (agsaPort_t *) (agPortContext->sdkData); in saGetDeviceHandles() local
258 OS_ASSERT(pPort != agNULL, "saGetDeviceHandles is NULL"); in saGetDeviceHandles()
261 if (pPort == agNULL) in saGetDeviceHandles()
268 SA_DBG1(("saGetDeviceHandles: start portId %d\n", pPort->portId)); in saGetDeviceHandles()
277 portIndex = pPort->portId; in saGetDeviceHandles()
314 agsaPort_t *pPort = (agsaPort_t *) (agPortContext->sdkData); in saRegisterNewDevice() local
319 OS_ASSERT(pPort != agNULL, "saRegisterNewDevice is NULL"); in saRegisterNewDevice()
330 if (pPort == agNULL) in saRegisterNewDevice()
337 SA_DBG2(("saRegisterNewDevice: start portId %d Port Context %p\n", pPort->portId, agPortContext)); in saRegisterNewDevice()
402 pPort, in saRegisterNewDevice()
416 pPort, in saRegisterNewDevice()
492 smTrace(hpDBG_VERY_LOUD,"QR",pPort->portId); in saRegisterNewDevice()
499 …OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaRegDevCmd_t, phyIdportId), (bit32)(pPort->po… in saRegisterNewDevice()
503 smTrace(hpDBG_VERY_LOUD,"QT",(bit32)(pPort->portId & PORTID_MASK) | phyId); in saRegisterNewDevice()