Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c2500 buf = kmem_alloc(XGELL_STATS_BUFSIZE, KM_SLEEP); in xgell_stats_get()
2508 kmem_free(buf, XGELL_STATS_BUFSIZE); in xgell_stats_get()
2515 XGELL_STATS_BUFSIZE - count, in xgell_stats_get()
2518 kmem_free(buf, XGELL_STATS_BUFSIZE); in xgell_stats_get()
2525 XGELL_STATS_BUFSIZE - count, buf + count, &retsize); in xgell_stats_get()
2527 kmem_free(buf, XGELL_STATS_BUFSIZE); in xgell_stats_get()
2534 XGELL_STATS_BUFSIZE - count, buf + count, &retsize); in xgell_stats_get()
2536 kmem_free(buf, XGELL_STATS_BUFSIZE); in xgell_stats_get()
2543 XGELL_STATS_BUFSIZE - count, buf + count, &retsize); in xgell_stats_get()
2545 kmem_free(buf, XGELL_STATS_BUFSIZE); in xgell_stats_get()
[all …]
H A Dxgell.h249 #define XGELL_STATS_BUFSIZE 8192 macro