Searched defs:sgllen (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_dma.c1099 * too large to fit in the sgllen, the rest needs to be
1129 int ret, sgllen = mp->dmai_attr.dma_attr_sgllen; local
1201 if (cookie_no < sgllen)
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c1300 * too large to fit in the sgllen, the rest needs to be
1330 int ret, sgllen = mp->dmai_attr.dma_attr_sgllen; local
1379 if (cookie_no < sgllen)
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c1143 int sgllen; local
1160 sgllen = mattr->dma_attr_sgllen;
1171 minctg = howmany(*pgcnt, sgllen);
1183 sgllen = 1;
1207 sgllen--;
1211 if (!*pgcnt || ((*pgcnt <= sgllen) && !pfnalign)) {
1217 minctg = howmany(*pgcnt, sgllen);
1241 sgllen--;
1246 if (!*pgcnt || ((*pgcnt <= sgllen) && !pfnalign)) {
1252 minctg = howmany(*pgcnt, sgllen);
2847 int align, sgllen; local
[all...]

Completed in 70 milliseconds