Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/uath/
H A Duath_reg.h486 #define UATH_MAX_TXBUFSZ \ macro
H A Duath.c2020 m = allocb(UATH_MAX_TXBUFSZ, BPRI_MED); in uath_send()
2329 buf = kmem_alloc(UATH_MAX_TXBUFSZ, KM_NOSLEEP); in uath_dataflush()
2363 kmem_free(buf, UATH_MAX_TXBUFSZ); in uath_dataflush()