Home
last modified time | relevance | path

Searched refs:iport_next_free_slot (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h250 uint32_t iport_next_free_slot; member
H A Dfct.c1211 iport->iport_next_free_slot = 0; in fct_register_local_port()
1875 old = iport->iport_next_free_slot; in fct_alloc_cmd_slot()
1885 } while (atomic_cas_32(&iport->iport_next_free_slot, old, new) != old); in fct_alloc_cmd_slot()
2087 old = iport->iport_next_free_slot; in fct_cmd_free()
2091 } while (atomic_cas_32(&iport->iport_next_free_slot, in fct_cmd_free()