Searched refs:ocs_atomic_init (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/ocs_fc/
H A Docs_xport.c545 ocs_atomic_init(&xport->io_active_count, 0);
546 ocs_atomic_init(&xport->io_pending_count, 0);
547 ocs_atomic_init(&xport->io_total_free, 0);
548 ocs_atomic_init(&xport->io_total_pending, 0);
549 ocs_atomic_init(&xport->io_alloc_failed_count, 0);
550 ocs_atomic_init(&xport->io_pending_recursing, 0);
H A Docs_os.h916 #define ocs_atomic_init(a, v) ocs_atomic_set(a, v) macro
1260 ocs_atomic_init(&ref->count, 1);
H A Docs_hw.c376 ocs_atomic_init(&hw->io_alloc_failed_count, 0);
814 ocs_atomic_init(&hw->rpi_ref[i].rpi_count, 0);
815 ocs_atomic_init(&hw->rpi_ref[i].rpi_attached, 0);
1005 ocs_atomic_init(&hw->send_frame_seq_id, 0);

Completed in 203 milliseconds