Searched refs:qcount (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/usr.sbin/lpr/common_source/
H A Dmatchjobs.c493 scanq_jobspec(int qcount, struct jobqueue **squeue, int sopts, struct argument
500 if (qcount < 1)
516 for (qent = squeue, cnt = 0; cnt < qcount;
544 for (qent = squeue, cnt = 0; cnt < qcount;
/freebsd-current/sys/dev/atkbdc/
H A Datkbdc.c68 #define emptyq(q) ((q)->tail = (q)->head = (q)->qcount = 0)
280 sc->kbd.qcount = sc->kbd.max_qcount = 0;
282 sc->aux.qcount = sc->aux.max_qcount = 0;
401 ++q->qcount;
402 if (q->qcount > q->max_qcount)
403 q->max_qcount = q->qcount;
419 --q->qcount;
H A Datkbdcreg.h187 int qcount; member in struct:_kqueue
/freebsd-current/sys/dev/vnic/
H A Dnicvf_queues.c530 int tail, qcount; local
549 qcount = nicvf_queue_reg_read(nic, NIC_QSET_RBDR_0_1_STATUS0, rbdr_idx);
550 qcount &= 0x7FFFF;
552 if (qcount >= (qs->rbdr_len - 1)) {
556 refill_rb_cnt = qs->rbdr_len - qcount - 1;
H A Dnicvf_main.c185 int rid, qcount; local
207 qcount = MAX_CMP_QUEUES_PER_QS;
208 nic->max_queues = qcount;
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.h368 u8 qcount[MAX_TQM_ALLOC_REQ]; member in struct:bnxt_qplib_tqm_ctx
H A Dqplib_res.c453 if (!tqmctx->qcount[i])
455 hwq_attr.depth = hctx->qp_ctx.max * tqmctx->qcount[i];
H A Dmain.c258 hctx->tqm_ctx.qcount[i] = attr->tqm_alloc_reqs[i];

Completed in 107 milliseconds