Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/ciss/
H A Dcissvar.h280 # define debug_const(c) kprintf(" CONST %s %jd/0x%jx\n", #c, (intmax_t)c, (intmax_t)c); macro
288 # define debug_const(c) macro
H A Dciss.c407 debug_const(CISS_MAX_REQUESTS); in ciss_attach()
408 debug_const(CISS_MAX_LOGICAL); in ciss_attach()
409 debug_const(CISS_INTERRUPT_COALESCE_DELAY); in ciss_attach()
410 debug_const(CISS_INTERRUPT_COALESCE_COUNT); in ciss_attach()
411 debug_const(CISS_COMMAND_ALLOC_SIZE); in ciss_attach()
412 debug_const(CISS_COMMAND_SG_LENGTH); in ciss_attach()