Searched refs:io_free (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_io.h152 uint8_t io_free; /**< Is io object in freelist > */ member in struct:ocs_io_s
182 return !(io->io_free);
H A Docs_io.c267 io->io_free = 0;
302 io->io_free = 1;
H A Docs_hw.c591 if (ocs_list_valid(&hw->io_free)) {
592 while ((!ocs_list_empty(&hw->io_free))) {
594 ocs_list_remove_head(&hw->io_free);
597 ocs_log_debug(hw->os, "removed %d items from io_free list\n", rem_count);
606 ocs_list_init(&hw->io_free, ocs_hw_io_t, link);
1398 while (!ocs_list_empty(&hw->io_free)) {
1399 ocs_list_remove_head(&hw->io_free);
3365 if (NULL != (io = ocs_list_remove_head(&hw->io_free))) {
3458 ocs_list_add_tail(&hw->io_free, io);
8028 ocs_list_foreach(&hw->io_free, i
[all...]
H A Docs_ddump.c503 ocs_ddump_section(textbuf, "io_free", ocs->instance_index);
504 ocs_list_foreach(&hw->io_free, io) {
511 ocs_ddump_endsection(textbuf, "io_free", ocs->instance_index);
H A Docs_hw.h1040 ocs_list_t io_free; /**< List of IO objects available for allocation */ member in struct:ocs_hw_s

Completed in 197 milliseconds