Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h234 uint32_t iport_cached_ncmds; member
H A Dfct.c1202 iport->iport_cached_ncmds = 0; in fct_register_local_port()
1338 ASSERT(iport->iport_total_alloced_ncmds == iport->iport_cached_ncmds); in fct_deregister_local_port()
1680 iport->iport_cached_ncmds--; in fct_scsi_task_alloc()
1706 if ((iport->iport_total_alloced_ncmds - iport->iport_cached_ncmds) > in fct_scsi_task_alloc()
1710 iport->iport_cached_ncmds; in fct_scsi_task_alloc()
1767 iport->iport_cached_ncmds; in fct_post_rcvd_cmd()
2140 if (iport->iport_cached_ncmds < max_cached_ncmds) { in fct_cmd_free()
2145 iport->iport_cached_ncmds++; in fct_cmd_free()
H A Ddiscovery.c2227 iport->iport_cached_ncmds--; in fct_check_cmdlist()