Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ciss/
H A Dcissvar.h285 # define debug_const(c) printf(" CONST %s %jd/0x%jx\n", #c, (intmax_t)c, (intmax_t)c); macro
293 # define debug_const(c) macro
H A Dciss.c436 debug_const(CISS_MAX_REQUESTS); in ciss_attach()
437 debug_const(CISS_MAX_LOGICAL); in ciss_attach()
438 debug_const(CISS_INTERRUPT_COALESCE_DELAY); in ciss_attach()
439 debug_const(CISS_INTERRUPT_COALESCE_COUNT); in ciss_attach()
440 debug_const(CISS_COMMAND_ALLOC_SIZE); in ciss_attach()
441 debug_const(CISS_COMMAND_SG_LENGTH); in ciss_attach()