pSg              1424 dev/ic/iha.c   	struct iha_sg_element *pSg;
pSg              1490 dev/ic/iha.c   		pSg = &pScb->SCB_SGList[pScb->SCB_SGIdx];
pSg              1491 dev/ic/iha.c   		for (; pScb->SCB_SGIdx < pScb->SCB_SGCount; pSg++, pScb->SCB_SGIdx++) {
pSg              1492 dev/ic/iha.c   			xcnt -= pSg->SG_Len;
pSg              1494 dev/ic/iha.c   				xcnt += pSg->SG_Len;
pSg              1496 dev/ic/iha.c   				pSg->SG_Addr += xcnt;
pSg              1497 dev/ic/iha.c   				pSg->SG_Len -= xcnt;