Home
last modified time | relevance | path

Searched refs:numSgElements (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdesgl.c276 bit32 numSgElements = ptiSgl->len; in tdsaGetEsglPages() local
278 bit32 numPagesRequired = ((numSgElements - 1) / numEntriesPerPage) + 1; in tdsaGetEsglPages()
289 …TI_DBG6(("tdsaGetEsglPages: numSgElements %d numEntriesPerPage %d\n", numSgElements, numEntriesPer… in tdsaGetEsglPages()
352 for (j=0; j < numSgElements; j++) in tdsaGetEsglPages()
361 for (j=numSgElements; j < numEntriesPerPage; j++) in tdsaGetEsglPages()
384 numSgElements -= (numEntriesPerPage - 1); in tdsaGetEsglPages()
391 PrevagEsgl->descriptor[MAX_ESGL_ENTRIES-1].len = numSgElements; in tdsaGetEsglPages()
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c2639 pccb->numSgElements = 1; in agtiapi_PrepareSGListCB()
2647 pccb->numSgElements = 0; in agtiapi_PrepareSGListCB()
2660 pccb->numSgElements = nsegs; in agtiapi_PrepareSGListCB()
2675 pccb->numSgElements = nsegs; in agtiapi_PrepareSGListCB()
2681 pccb->numSgElements = nsegs; in agtiapi_PrepareSGListCB()
2724 pccb->numSgElements = 1; in agtiapi_PrepareSGListCB()
4248 pccb->numSgElements); in agtiapi_DumpCCB()
4502 if (pccb->numSgElements == 0) in agtiapi_FreeCCB()
4507 else if (pccb->numSgElements == 1) in agtiapi_FreeCCB()
4559 pccb->numSgElements = 0; in agtiapi_FreeCCB()
[all …]
H A Dagtiapi.h79 U16 numSgElements; member