Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dstream.c1917 qband_t *qbp; in getq_noenab() local
2054 qbp = q->q_bandp; in getq_noenab()
2057 qbp = qbp->qb_next; in getq_noenab()
2058 if (qbp->qb_first == qbp->qb_last) { in getq_noenab()
2059 qbp->qb_first = NULL; in getq_noenab()
2060 qbp->qb_last = NULL; in getq_noenab()
2062 qbp->qb_first = bp->b_next; in getq_noenab()
2064 qbp->qb_count -= bytecnt; in getq_noenab()
2065 qbp->qb_mblkcnt -= mblkcnt; in getq_noenab()
2066 if (qbp->qb_mblkcnt == 0 || in getq_noenab()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c3438 qband_t *qbp, *nqbp; in freeq() local
3517 qbp = qp->q_bandp; in freeq()
3518 while (qbp) { in freeq()
3519 nqbp = qbp->qb_next; in freeq()
3520 freeband(qbp); in freeq()
3521 qbp = nqbp; in freeq()
3523 qbp = wqp->q_bandp; in freeq()
3524 while (qbp) { in freeq()
3525 nqbp = qbp->qb_next; in freeq()
3526 freeband(qbp); in freeq()
[all …]
H A Dstreamio.c2995 qband_t *qbp; in strwsrv() local
3053 for (qbp = tq->q_bandp; qbp && myqbp; qbp = qbp->qb_next) { in strwsrv()
3056 if (qbp->qb_flag & QB_FULL) { in strwsrv()
3063 qbp->qb_flag |= QB_WANTW; in strwsrv()
5610 qband_t *qbp; in strioctl() local
5625 qbp = q->q_bandp; in strioctl()
5627 qbp = qbp->qb_next; in strioctl()
5628 if (qbp->qb_first) in strioctl()
8308 qband_t *qbp; in strpoll() local
8384 qbp = tq->q_bandp; in strpoll()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c5497 u16 *qbp = qbuf; in t4_config_rss_range() local
5505 *qbp++ = *rsp++; in t4_config_rss_range()