Home
last modified time | relevance | path

Searched refs:SLI4_IO_AUTO_GOOD_RESPONSE (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/ocs_fc/
Docs_scsi.c1543 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()
Dsli4.c7150 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()
Dsli4.h4742 #define SLI4_IO_AUTO_GOOD_RESPONSE BIT(1) /** Automatically generate a good RSP frame */ macro