Searched refs:SCSI_IOFMT (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_scsi.c | 48 #define SCSI_IOFMT "[%04x][i:%0*x t:%0*x h:%04x]" macro 56 #define scsi_io_printf(io, fmt, ...) ocs_log_info(io->ocs, "[%s]" SCSI_IOFMT fmt, \ 1390 scsi_io_printf(io, "IO: " SCSI_IOFMT " not active\n", in ocs_scsi_io_dispatch_no_hw_io() 1396 scsi_io_printf(io, "aborting " SCSI_IOFMT "\n", SCSI_IOFMT_ARGS(io->io_to_abort)); in ocs_scsi_io_dispatch_no_hw_io() 1404 scsi_io_printf(io, "Failed to abort IO: " SCSI_IOFMT " status=%d\n", in ocs_scsi_io_dispatch_no_hw_io() 2199 ocs_log_test(io->ocs, "[%s]" SCSI_IOFMT "local reject=0x%02x\n", in ocs_initiator_io_cb()
|
H A D | ocs_node.c | 47 #define SCSI_IOFMT "[%04x][i:%0*x t:%0*x h:%04x]" macro 52 #define scsi_io_printf(io, fmt, ...) ocs_log_debug(io->ocs, "[%s]" SCSI_IOFMT fmt, \
|