Searched refs:SLI4_IO_AUTO_GOOD_RESPONSE (Results 1 – 3 of 3) sorted by relevance
1543 io->iparam.fcp_tgt.flags |= SLI4_IO_AUTO_GOOD_RESPONSE; in ocs_scsi_xfer_data()1738 io->iparam.fcp_tgt.flags |= SLI4_IO_AUTO_GOOD_RESPONSE; in ocs_scsi_send_resp()
7150 if (flags & SLI4_IO_AUTO_GOOD_RESPONSE) { in sli_fcp_treceive64_wqe()7281 if (flags & SLI4_IO_AUTO_GOOD_RESPONSE) { in sli_fcp_trsp64_wqe()7432 if (flags & SLI4_IO_AUTO_GOOD_RESPONSE) { in sli_fcp_tsend64_wqe()
4742 #define SLI4_IO_AUTO_GOOD_RESPONSE BIT(1) /** Automatically generate a good RSP frame */ macro