Searched refs:actv_cnt (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_sata.c73 if (xp->actv_cnt) {
76 __func__, (void *)xp, xp->actv_cnt);
101 "%s: target %p cmd %p cdb0 %x with actv_cnt %u",
102 __func__, (void *)xp, (void *)sp, pkt->pkt_cdbp[0], xp->actv_cnt);
323 if (xp->actv_cnt) {
376 if (xp->actv_cnt) {
408 if (xp->actv_cnt) {
435 if (xp->actv_cnt) {
575 if (xp->actv_cnt) {
H A Dpmcs_scsa.c581 __func__, xp->actv_cnt);
1473 if (xp->actv_cnt) {
1474 totactive += xp->actv_cnt;
1857 if ((xp->actv_cnt >= xp->qdepth) || xp->recover_wait) {
1924 xp->actv_cnt++;
1925 if (xp->actv_cnt > xp->maxdepth) {
1926 xp->maxdepth = xp->actv_cnt;
2264 ASSERT(xp->actv_cnt > 0);
2265 if (--(xp->actv_cnt) == 0) {
2582 xp->actv_cnt
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h110 uint16_t actv_cnt; /* Pkts ON CHIP */ member in struct:pmcs_xscsi
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c792 mdb_printf(" %6d", xs.actv_cnt);

Completed in 77 milliseconds