Lines Matching refs:agSgl
20655 agsaSgl_t *agSgl; in smsatPrintSgl() local
20661 agSgl = &(agEsgl->descriptor[i]); in smsatPrintSgl()
20664 i, agSgl->sgUpper, agSgl->sgLower, agSgl->len, agSgl->extReserved)); in smsatPrintSgl()
20683 agsaSgl_t *agSgl; in smsatSplitSGL() local
20722 agSgl = &(agEsgl->descriptor[0]); in smsatSplitSGL()
20723 agSgl->sgUpper = satIOContext->UpperAddr; in smsatSplitSGL()
20724 agSgl->sgLower = satIOContext->LowerAddr; in smsatSplitSGL()
20725 agSgl->len = satIOContext->AdjustBytes; in smsatSplitSGL()
20750 agSgl = &(agEsgl->descriptor[i]); in smsatSplitSGL()
20751 splitLen = splitLen + agSgl->len; in smsatSplitSGL()
20755 splitDiffByte = agSgl->len - splitDiffExtra; in smsatSplitSGL()
20766 agSgl = &(agEsgl->descriptor[splitIdx]); in smsatSplitSGL()
20767 UpperAddr = agSgl->sgUpper; in smsatSplitSGL()
20768 LowerAddr = agSgl->sgLower; in smsatSplitSGL()
20775 agSgl->len = splitDiffByte; in smsatSplitSGL()
20798 agSgl = &(agEsgl->descriptor[i]); in smsatSplitSGL()
20799 totalLen = totalLen + (agSgl->len); in smsatSplitSGL()