Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.h251 #define XGELL_ABOUT_BUFSIZE 512 macro
H A Dxgell.c2592 buf = kmem_alloc(XGELL_ABOUT_BUFSIZE, KM_SLEEP); in xgell_about_get()
2596 status = xge_hal_aux_about_read(lldev->devh, XGELL_ABOUT_BUFSIZE, in xgell_about_get()
2599 kmem_free(buf, XGELL_ABOUT_BUFSIZE); in xgell_about_get()
2605 kmem_free(buf, XGELL_ABOUT_BUFSIZE); in xgell_about_get()