Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_debug.c29 static list_t t4_debug_msgs; variable
115 list_insert_tail(&t4_debug_msgs, msg); in cxgb_printf()
118 msg = list_remove_head(&t4_debug_msgs); in cxgb_printf()
128 list_create(&t4_debug_msgs, sizeof (t4_dbgmsg_t), in t4_debug_init()
137 while ((msg = list_remove_head(&t4_debug_msgs)) != NULL) { in t4_debug_fini()