Searched refs:XGELL_STATS_BUFSIZE (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/xge/drv/ |
H A D | xgell.c | 2500 buf = kmem_alloc(XGELL_STATS_BUFSIZE, KM_SLEEP); in xgell_stats_get() 2505 status = xge_hal_aux_stats_tmac_read(lldev->devh, XGELL_STATS_BUFSIZE, 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() [all …]
|
H A D | xgell.h | 249 #define XGELL_STATS_BUFSIZE 8192 macro
|