Home
last modified time | relevance | path

Searched refs:lun_outcnt (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1466 if (lq->lun_outcnt != 0) { in ql_fast_fcp_post()
1467 lq->lun_outcnt--; in ql_fast_fcp_post()
H A Dql_api.c7733 lq->lun_outcnt >= ha->execution_throttle) { in ql_next()
7736 tq->d_id.b24, lq->flags, lq->lun_outcnt); in ql_next()
7750 lq->lun_outcnt++; in ql_next()
7836 if (lq->lun_outcnt != 0) { in ql_done()
7837 lq->lun_outcnt--; in ql_done()
9918 lq->lun_outcnt >= ha->execution_throttle) { in ql_watchdog()
H A Dql_init.c3991 lq->lun_outcnt = 0; in ql_abort_isp()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1230 uint16_t lun_outcnt; member