Lines Matching defs:pcurrSCCB
4921 static void FPT_busMstrSGDataXferStart(u32 p_port, struct sccb *pcurrSCCB)
4929 if (pcurrSCCB->Sccb_XferState & F_HOST_XFER_DIR)
4936 sg_index = pcurrSCCB->Sccb_sgseg;
4946 pcurrSCCB->DataLength)) {
4948 segp = (struct blogic_sg_seg *)(pcurrSCCB->DataPointer) +
4954 if ((!sg_count) && (pcurrSCCB->Sccb_SGoffset)) {
4956 ((count & 0x00FFFFFFL) - pcurrSCCB->Sccb_SGoffset);
4958 (count & 0xFF000000L) | pcurrSCCB->Sccb_SGoffset;
4974 pcurrSCCB->Sccb_XferCnt = tmpSGCnt;
4978 if (pcurrSCCB->Sccb_XferState & F_HOST_XFER_DIR) {
4992 pcurrSCCB->Sccb_XferState |= F_ODD_BALL_CNT;
5014 static void FPT_busMstrDataXferStart(u32 p_port, struct sccb *pcurrSCCB)
5018 if (!(pcurrSCCB->Sccb_XferState & F_AUTO_SENSE)) {
5020 count = pcurrSCCB->Sccb_XferCnt;
5022 addr = (u32)(unsigned long)pcurrSCCB->DataPointer + pcurrSCCB->Sccb_ATC;
5026 addr = pcurrSCCB->SensePointer;
5027 count = pcurrSCCB->RequestSenseLength;
5033 if (pcurrSCCB->Sccb_XferState & F_HOST_XFER_DIR) {