Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_unsol.c238 xport_fcfi->hold_frames || in ocs_unsol_process()
476 return node->hold_frames; in ocs_node_frames_held()
500 return xport_fcfi->hold_frames; in ocs_domain_frames_held()
524 if (!xport_fcfi->hold_frames) { in ocs_domain_hold_frames()
527 xport_fcfi->hold_frames = 1; in ocs_domain_hold_frames()
552 if (xport_fcfi->hold_frames == 1) { in ocs_domain_accept_frames()
556 xport_fcfi->hold_frames = 0; in ocs_domain_accept_frames()
641 if (node->hold_frames || !ocs_list_empty((&node->pend_frames))) { in ocs_domain_dispatch_frame()
H A Docs_node.h101 node->hold_frames = TRUE; in ocs_node_hold_frames()
119 node->hold_frames = FALSE; in ocs_node_accept_frames()
H A Docs_xport.h48 uint32_t hold_frames:1; /*<< hold pending frames */ member
H A Docs_common.h333 uint32_t hold_frames:1; /**< hold incoming frames if true */ member
H A Docs_node.c1393 if (!node->hold_frames && (node->evtdepth == 1)) { in ocs_node_post_event()
1534 ocs_ddump_value(textbuf, "hold_frames", "%d", node->hold_frames); in ocs_ddump_node()
1771 ocs_mgmt_emit_boolean(textbuf, MGMT_MODE_RD, "hold_frames", node->hold_frames); in ocs_mgmt_node_get()
1858 ocs_mgmt_emit_boolean(textbuf, MGMT_MODE_RD, "hold_frames", node->hold_frames); in ocs_mgmt_node_get_all()
H A Docs_xport.c205 xport->fcfi[i].hold_frames = 1; in ocs_xport_attach()
H A Docs_ddump.c683 ocs_ddump_value(textbuf, "hold_frames", "%d", xport->fcfi[i].hold_frames); in ocs_ddump()