Lines Matching refs:pTCB
1803 PU32 pTCB, pMsg; in FillI2OMsgSGLFromTCB() local
1811 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()
1862 pMsg[0] = pTCB[0] | flags; /* send over count */ in FillI2OMsgSGLFromTCB()
1863 pMsg[1] = pTCB[1]; /* send buffer segment physical address */ in FillI2OMsgSGLFromTCB()
1865 pTCB += 2; in FillI2OMsgSGLFromTCB()