Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1525 if (lq->lun_outcnt != 0) { in ql_fast_fcp_post()
1526 lq->lun_outcnt--; in ql_fast_fcp_post()
H A Dql_api.c4105 lq->lun_outcnt != 0) { in ql_abort()
4106 lq->lun_outcnt--; in ql_abort()
8157 tq->d_id.b24, lq->flags, lq->lun_outcnt); in ql_next()
8171 lq->lun_outcnt++; in ql_next()
8266 if (lq->lun_outcnt != 0) { in ql_done()
8267 lq->lun_outcnt--; in ql_done()
9519 if (lq->lun_outcnt != 0) { in ql_requeue_pending_cmds()
9520 lq->lun_outcnt--; in ql_requeue_pending_cmds()
10365 lq->lun_outcnt >= ha->execution_throttle) { in ql_wdg_tq_list()
19597 lq->lun_outcnt != 0) { in ql_abort_io()
[all …]
H A Dql_init.c4169 lq->lun_outcnt = 0; in ql_abort_isp()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1391 uint16_t lun_outcnt; member