Lines Matching defs:pcurrSCCB
4952 static void FPT_busMstrSGDataXferStart(u32 p_port, struct sccb *pcurrSCCB)
4960 if (pcurrSCCB->Sccb_XferState & F_HOST_XFER_DIR)
4967 sg_index = pcurrSCCB->Sccb_sgseg;
4977 pcurrSCCB->DataLength)) {
4979 segp = (struct blogic_sg_seg *)(pcurrSCCB->DataPointer) +
4985 if ((!sg_count) && (pcurrSCCB->Sccb_SGoffset)) {
4987 ((count & 0x00FFFFFFL) - pcurrSCCB->Sccb_SGoffset);
4989 (count & 0xFF000000L) | pcurrSCCB->Sccb_SGoffset;
5005 pcurrSCCB->Sccb_XferCnt = tmpSGCnt;
5009 if (pcurrSCCB->Sccb_XferState & F_HOST_XFER_DIR) {
5023 pcurrSCCB->Sccb_XferState |= F_ODD_BALL_CNT;
5045 static void FPT_busMstrDataXferStart(u32 p_port, struct sccb *pcurrSCCB)
5049 if (!(pcurrSCCB->Sccb_XferState & F_AUTO_SENSE)) {
5051 count = pcurrSCCB->Sccb_XferCnt;
5053 addr = (u32)(unsigned long)pcurrSCCB->DataPointer + pcurrSCCB->Sccb_ATC;
5057 addr = pcurrSCCB->SensePointer;
5058 count = pcurrSCCB->RequestSenseLength;
5064 if (pcurrSCCB->Sccb_XferState & F_HOST_XFER_DIR) {