Home
last modified time | relevance | path

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

/src/sys/contrib/dev/iwlwifi/fw/
H A Ddbg.c586 int n_fill, n_alloc; in alloc_sgtable() local
590 n_fill = nents; in alloc_sgtable()
597 n_fill = n_alloc - 1; in alloc_sgtable()
598 nents -= n_fill; in alloc_sgtable()
616 for_each_sg(new, iter, n_fill, i) { in alloc_sgtable()