Searched refs:pSG (Results 1 – 4 of 4) sorted by relevance
473 ORC_SG *pSG; /* Pointer to SG list */ in inia100BuildSCB() local480 pSG = NULL; in inia100BuildSCB()491 pSG = (ORC_SG *) & pEScb->ESCB_SGList[0]; in inia100BuildSCB()496 for (i = 0; i < SCpnt->use_sg; i++, pSG++, pSrbSG++) { in inia100BuildSCB()497 pSG->SG_Ptr = (U32) (VIRT_TO_BUS(pSrbSG->address)); in inia100BuildSCB()498 pSG->SG_Len = (U32) pSrbSG->length; in inia100BuildSCB()503 pSG->SG_Ptr = (U32) (VIRT_TO_BUS(SCpnt->request_buffer)); in inia100BuildSCB()504 pSG->SG_Len = (U32) SCpnt->request_bufflen; in inia100BuildSCB()
461 SG *pSG; /* Pointer to SG list */ in i91uBuildSCB() local498 for (i = 0, TotalLen = 0, pSG = &pSCB->SCB_SGList[0]; /* 1.01g */ in i91uBuildSCB()500 i++, pSG++, pSrbSG++) { in i91uBuildSCB()501 pSG->SG_Ptr = (U32) VIRT_TO_BUS(pSrbSG->address); in i91uBuildSCB()502 TotalLen += pSG->SG_Len = pSrbSG->length; in i91uBuildSCB()
302 hostdata->slots[j].pSG = (struct NCR_700_SG_List *)((unsigned long)(pSlots + offset)); in NCR_700_detect()1201 to32bit(&slot->pSG[0].ins)); in process_script_interrupt()1248 if(SG >= to32bit(&hostdata->slots[i].pSG[0]) in process_script_interrupt()1249 && SG <= to32bit(&hostdata->slots[i].pSG[NCR_700_SG_SEGMENTS])) in process_script_interrupt()1504 to32bit(&slot->pSG[0].ins)); in NCR_700_start_command()1649 } else if(dsp >= to32bit(&slot->pSG[0].ins) && in NCR_700_intr()1650 dsp <= to32bit(&slot->pSG[NCR_700_SG_SEGMENTS].ins)) { in NCR_700_intr()1652 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List); in NCR_700_intr()2051 (&slot->pSG[i].ins), in NCR_700_queuecommand()
191 struct NCR_700_SG_List *pSG; member