Searched refs:send_frame_capable (Results 1 – 2 of 2) sorted by relevance
908 uint32_t send_frame_capable; in ocs_dispatch_fcp_cmd() local911 rc = ocs_hw_get(&ocs->hw, OCS_HW_SEND_FRAME_CAPABLE, &send_frame_capable); in ocs_dispatch_fcp_cmd()912 if ((rc == 0) && send_frame_capable) { in ocs_dispatch_fcp_cmd()1009 uint32_t send_frame_capable; in ocs_dispatch_fcp_cmd_auto_xfer_rdy() local1012 rc = ocs_hw_get(&ocs->hw, OCS_HW_SEND_FRAME_CAPABLE, &send_frame_capable); in ocs_dispatch_fcp_cmd_auto_xfer_rdy()1013 if ((rc == 0) && send_frame_capable) { in ocs_dispatch_fcp_cmd_auto_xfer_rdy()
2186 uint32_t send_frame_capable; in ocs_node_recv_abts_frame() local2191 rc = ocs_hw_get(&ocs->hw, OCS_HW_SEND_FRAME_CAPABLE, &send_frame_capable); in ocs_node_recv_abts_frame()2192 if ((rc == 0) && send_frame_capable) { in ocs_node_recv_abts_frame()