Home
last modified time | relevance | path

Searched refs:outcnt (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/ipf/tools/
H A Dipfcomp.c306 u_int incnt, outcnt; local
322 for (outcnt = 0, f = g->fg_start; f != NULL;
324 outcnt++;
325 emitGroup(num, dir, v, fr, g->fg_name, 0, outcnt);
339 for (outcnt = 0, f = g->fg_start; f != NULL;
341 outcnt++;
342 if (outcnt > 0)
343 emitheader(g, 0, outcnt);
/titanic_41/usr/src/uts/common/crypto/io/
H A Ddca.c1899 dca_bindchains(dca_request_t *reqp, size_t incnt, size_t outcnt) in dca_bindchains() argument
1948 if (outcnt) { in dca_bindchains()
1955 rv = dca_bindchains_one(reqp, outcnt, reqp->dr_offset + in dca_bindchains()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1452 if (tq->outcnt != 0) { in ql_fast_fcp_post()
1453 tq->outcnt--; in ql_fast_fcp_post()
H A Dql_api.c5368 } while (tq->outcnt); in ql_els_logo()
6301 if (tq->outcnt != 0) { in ql_busy_plogi()
6310 ha->instance, tq->d_id.b24, tq->outcnt); in ql_busy_plogi()
6877 if (tq->outcnt == 0) { in ql_dev_free()
7757 tq->outcnt++; in ql_next()
7821 if (tq->outcnt != 0) { in ql_done()
7822 tq->outcnt--; in ql_done()
8737 if (tq->outcnt) { in ql_process_logo_for_device()
9222 if (tq->outcnt) { in ql_process_rscn_for_device()
15432 if (tq->outcnt == 0) { in ql_halt()
H A Dql_init.c3986 tq->outcnt = 0; in ql_abort_isp()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1255 volatile uint16_t outcnt; /* # of cmds running in ISP */ member