Searched refs:SLI4_IO_CONTINUATION (Results 1 – 3 of 3) sorted by relevance
3748 flags |= SLI4_IO_CONTINUATION; in ocs_hw_check_sec_hio_list()3750 flags &= ~SLI4_IO_CONTINUATION; in ocs_hw_check_sec_hio_list()3859 local_flags |= SLI4_IO_CONTINUATION; in ocs_hw_srrs_send()4154 flags |= SLI4_IO_CONTINUATION; in ocs_hw_io_send()4156 flags &= ~SLI4_IO_CONTINUATION; in ocs_hw_io_send()4244 flags |= SLI4_IO_CONTINUATION; in ocs_hw_io_send()4246 flags &= ~SLI4_IO_CONTINUATION; in ocs_hw_io_send()4270 flags |= SLI4_IO_CONTINUATION; in ocs_hw_io_send()4272 flags &= ~SLI4_IO_CONTINUATION; in ocs_hw_io_send()
7117 if (flags & SLI4_IO_CONTINUATION) { in sli_fcp_treceive64_wqe()7284 if (flags & SLI4_IO_CONTINUATION) { in sli_fcp_trsp64_wqe()7399 if (flags & SLI4_IO_CONTINUATION) { in sli_fcp_tsend64_wqe()7946 if (flags & SLI4_IO_CONTINUATION) { in sli_xmit_els_rsp64_wqe()
4713 #define SLI4_IO_CONTINUATION BIT(0) /** The XRI associated with this IO is already active */ macro