Searched refs:hold_frames (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/dev/ocs_fc/ |
| H A D | ocs_unsol.c | 238 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 D | ocs_node.h | 101 node->hold_frames = TRUE; in ocs_node_hold_frames() 119 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 | 333 uint32_t hold_frames:1; /**< hold incoming frames if true */ member
|
| H A D | ocs_node.c | 1393 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 D | ocs_xport.c | 205 xport->fcfi[i].hold_frames = 1; in ocs_xport_attach()
|
| H A D | ocs_ddump.c | 683 ocs_ddump_value(textbuf, "hold_frames", "%d", xport->fcfi[i].hold_frames); in ocs_ddump()
|