Searched refs:hw_tag (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_io.c | 260 io->hw_tag = 0; in ocs_io_pool_io_alloc() 375 ocs_ddump_value(textbuf, "hw_tag", "0x%x", io->hw_tag); in ocs_ddump_io() 446 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "hw_tag", "0x%x", io->hw_tag); in ocs_mgmt_io_get() 477 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "hw_tag", "0x%x", io->hw_tag); in ocs_mgmt_io_get_all()
|
H A D | ocs_io.h | 77 uint32_t hw_tag; /**< HW layer unique IO id - for back-end and SCSI logging */ member
|
H A D | ocs_scsi.c | 51 …ex, SCSI_ITT_SIZE(io->ocs), io->init_task_tag, SCSI_ITT_SIZE(io->ocs), io->tgt_task_tag, io->hw_tag 1255 io->hw_tag = hio->reqtag; in ocs_scsi_io_dispatch_hw_io()
|
H A D | ocs_node.c | 50 …ex, SCSI_ITT_SIZE(io->ocs), io->init_task_tag, SCSI_ITT_SIZE(io->ocs), io->tgt_task_tag, io->hw_tag
|
H A D | ocs_els.c | 47 #define ELS_IOFMT_ARGS(els) els->init_task_tag, els->tgt_task_tag, els->hw_tag
|