Searched refs:XGELL_ABOUT_BUFSIZE (Results 1 – 2 of 2) sorted by relevance
251 #define XGELL_ABOUT_BUFSIZE 512 macro
2592 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()