Searched refs:hold_frames (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/dev/ocs_fc/ |
| H A D | ocs_unsol.c | 236 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 D | ocs_node.h | 100 node->hold_frames = TRUE; in ocs_node_hold_frames() 118 node->hold_frames = FALSE; in ocs_node_accept_frames()
|
| H A D | ocs_xport.h | 48 uint32_t hold_frames:1; /*<< hold pending frames */ member
|
| H A D | ocs_common.h | 328 uint32_t hold_frames:1; /**< hold incoming frames if true */ member
|
| H A D | ocs_node.c | 1386 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 D | ocs_xport.c | 205 xport->fcfi[i].hold_frames = 1; in ocs_xport_attach()
|
| H A D | ocs_ddump.c | 679 ocs_ddump_value(textbuf, "hold_frames", "%d", xport->fcfi[i].hold_frames); in ocs_ddump()
|