Home
last modified time | relevance | path

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

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