Searched refs:send_frame_capable (Results 1 – 2 of 2) sorted by relevance
910 uint32_t send_frame_capable; in ocs_dispatch_fcp_cmd() local913 rc = ocs_hw_get(&ocs->hw, OCS_HW_SEND_FRAME_CAPABLE, &send_frame_capable); in ocs_dispatch_fcp_cmd()914 if ((rc == 0) && send_frame_capable) { in ocs_dispatch_fcp_cmd()1011 uint32_t send_frame_capable; in ocs_dispatch_fcp_cmd_auto_xfer_rdy() local1014 rc = ocs_hw_get(&ocs->hw, OCS_HW_SEND_FRAME_CAPABLE, &send_frame_capable); in ocs_dispatch_fcp_cmd_auto_xfer_rdy()1015 if ((rc == 0) && send_frame_capable) { in ocs_dispatch_fcp_cmd_auto_xfer_rdy()
2200 uint32_t send_frame_capable; in ocs_node_recv_abts_frame() local2205 rc = ocs_hw_get(&ocs->hw, OCS_HW_SEND_FRAME_CAPABLE, &send_frame_capable); in ocs_node_recv_abts_frame()2206 if ((rc == 0) && send_frame_capable) { in ocs_node_recv_abts_frame()