Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ciss/
HDcissvar.h283 # define debug_const(c) printf(" CONST %s %jd/0x%jx\n", #c, (intmax_t)c, (intmax_t)c); macro
291 # define debug_const(c) macro
HDciss.c438 debug_const(CISS_MAX_REQUESTS); in ciss_attach()
439 debug_const(CISS_MAX_LOGICAL); in ciss_attach()
440 debug_const(CISS_INTERRUPT_COALESCE_DELAY); in ciss_attach()
441 debug_const(CISS_INTERRUPT_COALESCE_COUNT); in ciss_attach()
442 debug_const(CISS_COMMAND_ALLOC_SIZE); in ciss_attach()
443 debug_const(CISS_COMMAND_SG_LENGTH); in ciss_attach()