Home
last modified time | relevance | path

Searched refs:send_frame_capable (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_unsol.c906 uint32_t send_frame_capable; in ocs_dispatch_fcp_cmd() local
909 rc = ocs_hw_get(&ocs->hw, OCS_HW_SEND_FRAME_CAPABLE, &send_frame_capable); in ocs_dispatch_fcp_cmd()
910 if ((rc == 0) && send_frame_capable) { in ocs_dispatch_fcp_cmd()
1007 uint32_t send_frame_capable; in ocs_dispatch_fcp_cmd_auto_xfer_rdy() local
1010 rc = ocs_hw_get(&ocs->hw, OCS_HW_SEND_FRAME_CAPABLE, &send_frame_capable); in ocs_dispatch_fcp_cmd_auto_xfer_rdy()
1011 if ((rc == 0) && send_frame_capable) { in ocs_dispatch_fcp_cmd_auto_xfer_rdy()
H A Docs_node.c2184 uint32_t send_frame_capable; in ocs_node_recv_abts_frame() local
2189 rc = ocs_hw_get(&ocs->hw, OCS_HW_SEND_FRAME_CAPABLE, &send_frame_capable); in ocs_node_recv_abts_frame()
2190 if ((rc == 0) && send_frame_capable) { in ocs_node_recv_abts_frame()