Searched refs:auto_resp (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_io.c | 383 ocs_ddump_value(textbuf, "auto_resp", "%d", io->auto_resp); in ocs_ddump_io() 455 ocs_mgmt_emit_boolean(textbuf, MGMT_MODE_RD, "auto_resp", io->auto_resp); in ocs_mgmt_io_get() 480 ocs_mgmt_emit_boolean(textbuf, MGMT_MODE_RD, "auto_resp", io->auto_resp); in ocs_mgmt_io_get_all()
|
H A D | ocs_io.h | 96 uint32_t auto_resp:1, /**< set if auto_trsp was set */ member
|
H A D | ocs_scsi.c | 350 if ((status == 0) && (io->auto_resp)) in ocs_target_io_cb() 1529 io->auto_resp = TRUE; in ocs_scsi_xfer_data() 1531 io->auto_resp = FALSE; in ocs_scsi_xfer_data() 1633 int auto_resp = TRUE; /* Always try auto resp */ in ocs_scsi_send_resp() local 1683 auto_resp = FALSE; in ocs_scsi_send_resp() 1721 if (auto_resp) { in ocs_scsi_send_resp()
|