Home
last modified time | relevance | path

Searched refs:ocs_ref_read_count (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_ddump.c280 ocs_ddump_value(textbuf, "ref_count", "%d", ocs_ref_read_count(&io->ref)); in ocs_ddump_hw_io()
519 if (ocs_ref_read_count(&io->ref)) { in ocs_ddump_hw()
H A Docs_io.c367 ocs_ddump_value(textbuf, "ref_count", "%d", ocs_ref_read_count(&io->ref)); in ocs_ddump_io()
H A Docs_os.h1272 ocs_ref_read_count(ocs_ref_t *ref) in ocs_ref_read_count() function
H A Docs_scsi.c288 ocs_assert(ocs_ref_read_count(&io->ref) > 0); in ocs_scsi_io_free()
2098 ocs_assert(ocs_ref_read_count(&io->ref) > 0); in ocs_scsi_io_complete()
H A Docs_hw.c3415 if (ocs_ref_read_count(&io->ref) > 0) { in ocs_hw_io_activate_port_owned()
3548 if (ocs_ref_read_count(&io->ref) <= 0) { in ocs_hw_io_free()
3574 return (ocs_ref_read_count(&io->ref) > 0); in ocs_hw_io_inuse()