Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_reg.h486 #define UATH_MAX_TXBUFSZ \ macro
H A Duath.c2025 m = allocb(UATH_MAX_TXBUFSZ, BPRI_MED); in uath_send()
2334 buf = kmem_alloc(UATH_MAX_TXBUFSZ, KM_NOSLEEP); in uath_dataflush()
2368 kmem_free(buf, UATH_MAX_TXBUFSZ); in uath_dataflush()