Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/dktp/
H A Dfctypes.h73 struct fc_que ds_readq; member
/titanic_41/usr/src/uts/intel/io/dktp/drvobj/
H A Dstrategy.c510 if (fcdp->ds_readq.fc_qobjp) in duplx_free()
511 QUE_FREE(fcdp->ds_readq.fc_qobjp); in duplx_free()
525 fcdp->ds_readq.fc_qobjp = que_objp; in duplx_init()
534 fcdp->ds_readq.fc_maxcnt = DUPLX_MAXCNT; in duplx_init()
537 fcdp->ds_readq.next = &fcdp->ds_writeq; in duplx_init()
538 fcdp->ds_writeq.next = &fcdp->ds_readq; in duplx_init()
557 activeq = &duplxp->ds_readq; in duplx_enque()
563 activeq = &duplxp->ds_readq; in duplx_enque()
619 activeq = &duplxp->ds_readq; in duplx_deque()