Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_unsol.c234 xport_fcfi->hold_frames || in ocs_unsol_process()
472 return node->hold_frames; in ocs_node_frames_held()
496 return xport_fcfi->hold_frames; in ocs_domain_frames_held()
520 if (!xport_fcfi->hold_frames) { in ocs_domain_hold_frames()
523 xport_fcfi->hold_frames = 1; in ocs_domain_hold_frames()
548 if (xport_fcfi->hold_frames == 1) { in ocs_domain_accept_frames()
552 xport_fcfi->hold_frames = 0; in ocs_domain_accept_frames()
636 if (node->hold_frames || !ocs_list_empty((&node->pend_frames))) { in ocs_domain_dispatch_frame()
H A Docs_node.h98 node->hold_frames = TRUE; in ocs_node_hold_frames()
116 node->hold_frames = FALSE; in ocs_node_accept_frames()
H A Docs_xport.h46 uint32_t hold_frames:1; /*<< hold pending frames */ member
H A Docs_common.h326 uint32_t hold_frames:1; /**< hold incoming frames if true */ member
H A Docs_node.c1384 if (!node->hold_frames && (node->evtdepth == 1)) { in ocs_node_post_event()
1525 ocs_ddump_value(textbuf, "hold_frames", "%d", node->hold_frames); in ocs_ddump_node()
1761 ocs_mgmt_emit_boolean(textbuf, MGMT_MODE_RD, "hold_frames", node->hold_frames); in ocs_mgmt_node_get()
1848 ocs_mgmt_emit_boolean(textbuf, MGMT_MODE_RD, "hold_frames", node->hold_frames); in ocs_mgmt_node_get_all()
H A Docs_xport.c202 xport->fcfi[i].hold_frames = 1; in ocs_xport_attach()
H A Docs_ddump.c677 ocs_ddump_value(textbuf, "hold_frames", "%d", xport->fcfi[i].hold_frames); in ocs_ddump()