Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/dktp/drvobj/
H A Dstrategy.c548 struct fc_que *activeq; in duplx_enque() local
557 activeq = &duplxp->ds_readq; in duplx_enque()
559 activeq = &duplxp->ds_writeq; in duplx_enque()
561 QUE_ADD(activeq->fc_qobjp, in_bp); in duplx_enque()
563 activeq = &duplxp->ds_readq; in duplx_enque()
569 if (!activeq->fc_bp) in duplx_enque()
570 activeq->fc_bp = QUE_DEL(activeq->fc_qobjp); in duplx_enque()
571 if (!activeq->fc_bp || in duplx_enque()
572 (TGCOM_PKT(tgcom_objp, activeq->fc_bp, duplx_restart, in duplx_enque()
574 (activeq->fc_outcnt >= activeq->fc_maxcnt)) { in duplx_enque()
[all …]