Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_common.h340 uint32_t evtdepth; /**< current event posting nesting depth */ member
H A Docs_node.c440 node->evtdepth = 0; in ocs_node_alloc()
1376 node->evtdepth ++; in ocs_node_post_event()
1384 if (!node->hold_frames && (node->evtdepth == 1)) { in ocs_node_post_event()
1387 node->evtdepth --; in ocs_node_post_event()
1392 if ((node->evtdepth == 0) && node->req_free) { in ocs_node_post_event()