Searched refs:PAGES_PER_SGE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h282 #define PAGES_PER_SGE (1 << PAGES_PER_SGE_SHIFT) macro
286 #define SGE_PAGES (SGE_PAGE_SIZE * PAGES_PER_SGE)
H A Dbxe.c2883 if (pages > 8 * PAGES_PER_SGE) {
2903 for (i = 0, j = 0; i < pages; i += PAGES_PER_SGE, j++) {
3147 for (i = 0, j = 0; i < frags; i += PAGES_PER_SGE, j++) {
11368 max_sge = ((max_sge + PAGES_PER_SGE - 1) &
11369 (~(PAGES_PER_SGE - 1))) >> PAGES_PER_SGE_SHIFT;

Completed in 113 milliseconds