Searched refs:pTCB (Results 1 – 1 of 1) sorted by relevance
1803 PU32 pTCB, pMsg; in FillI2OMsgSGLFromTCB() local1811 pTCB = (PU32) pTransCtrlBlock; in FillI2OMsgSGLFromTCB()1817 pTCB[0], pTCB[1], pTCB[2], pTCB[3], pTCB[4]); in FillI2OMsgSGLFromTCB()1818 dprintk ("pTCB 0x%x, pMsg 0x%x\n", (u32) pTCB, (u32) pMsg); in FillI2OMsgSGLFromTCB()1820 nmbrBuffers = *pTCB++; in FillI2OMsgSGLFromTCB()1827 context = *pTCB++; /* buffer tag (context) */ in FillI2OMsgSGLFromTCB()1828 nmbrSeg = *pTCB++; /* number of segments */ in FillI2OMsgSGLFromTCB()1844 pMsg[0] = pTCB[0] | flags; /* send over count (segment size) */ in FillI2OMsgSGLFromTCB()1846 pMsg[2] = pTCB[1]; /* send buffer segment physical address */ in FillI2OMsgSGLFromTCB()1849 pTCB += 2; in FillI2OMsgSGLFromTCB()[all …]