Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_unsol.c236 xport_fcfi->hold_frames || in ocs_unsol_process()
474 return node->hold_frames; in ocs_node_frames_held()
498 return xport_fcfi->hold_frames; in ocs_domain_frames_held()
522 if (!xport_fcfi->hold_frames) { in ocs_domain_hold_frames()
525 xport_fcfi->hold_frames = 1; in ocs_domain_hold_frames()
550 if (xport_fcfi->hold_frames == 1) { in ocs_domain_accept_frames()
554 xport_fcfi->hold_frames = 0; in ocs_domain_accept_frames()
638 if (node->hold_frames || !ocs_list_empty((&node->pend_frames))) { in ocs_domain_dispatch_frame()
H A Docs_node.h100 node->hold_frames = TRUE; in ocs_node_hold_frames()
118 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.h328 uint32_t hold_frames:1; /**< hold incoming frames if true */ member
H A Docs_node.c1386 if (!node->hold_frames && (node->evtdepth == 1)) { in ocs_node_post_event()
1527 ocs_ddump_value(textbuf, "hold_frames", "%d", node->hold_frames); in ocs_ddump_node()
1763 ocs_mgmt_emit_boolean(textbuf, MGMT_MODE_RD, "hold_frames", node->hold_frames); in ocs_mgmt_node_get()
1850 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.c679 ocs_ddump_value(textbuf, "hold_frames", "%d", xport->fcfi[i].hold_frames); in ocs_ddump()