Home
last modified time | relevance | path

Searched refs:iport_nslots_free (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h247 uint16_t iport_nslots_free; member
H A Dfct.c1218 iport->iport_nslots_free = port->port_max_xchges; in fct_register_local_port()
1887 atomic_dec_16(&iport->iport_nslots_free); in fct_alloc_cmd_slot()
2094 atomic_inc_16(&iport->iport_nslots_free); in fct_cmd_free()
H A Ddiscovery.c1037 total = port->port_max_xchges - iport->iport_nslots_free; in fct_trigger_rport_cleanup()