Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_debug.c58 static int rdsv3_debug_buf_size = RDSV3_DEBUG_BUF_SIZE; /* Sz of Debug buf */ variable
84 if (rdsv3_debug_buf_size <= RDSV3_DEBUG_SIZE_EXTRA_ALLOC) { in rdsv3_logging_initialization()
85 rdsv3_debug_buf_size = RDSV3_MIN_DEBUG_BUF_SIZE; in rdsv3_logging_initialization()
90 rdsv3_debug_buf_size = max(RDSV3_MIN_DEBUG_BUF_SIZE, in rdsv3_logging_initialization()
91 rdsv3_debug_buf_size); in rdsv3_logging_initialization()
93 rdsv3_debug_buf = (char *)kmem_alloc(rdsv3_debug_buf_size, KM_SLEEP); in rdsv3_logging_initialization()
99 "adjusted to %x", rdsv3_debug_buf_size); in rdsv3_logging_initialization()
110 kmem_free(rdsv3_debug_buf, rdsv3_debug_buf_size); in rdsv3_logging_destroy()
131 rdsv3_buf_eptr = rdsv3_debug_buf + rdsv3_debug_buf_size - in rdsv3_clear_print_buf()
134 bzero(rdsv3_debug_buf, rdsv3_debug_buf_size); in rdsv3_clear_print_buf()