Searched refs:nq (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-current/sys/dev/mps/
H A Dmps.c1255 u_int nq, i; local
1257 nq = sc->msi_msgs;
1258 mps_dprint(sc, MPS_INIT|MPS_XINFO, "Allocating %d I/O queues\n", nq);
1260 sc->queues = malloc(sizeof(struct mps_queue) * nq, M_MPT2,
1265 for (i = 0; i < nq; i++) {
/freebsd-current/crypto/openssh/
H A Dsshkey.c2591 EC_POINT *nq = NULL; local
2635 if ((nq = EC_POINT_new(group)) == NULL) {
2639 if (EC_POINT_mul(group, nq, NULL, public, order, NULL) != 1) {
2643 if (EC_POINT_is_at_infinity(group, nq) != 1)
2659 EC_POINT_free(nq);
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Dtx.c302 int nq = trans->trans_cfg->base_params->num_of_queues; local
305 int clear_dwords = (SCD_TRANS_TBL_OFFSET_QUEUE(nq) -
/freebsd-current/sbin/pfctl/
H A Dparse.y5800 struct node_queue *n, *nq;
5869 for (nq = nqueues; nq != NULL; nq = nq->next) {
5870 if (!strcmp(a->qname, nq->queue)) {
5884 if (strlcpy(n->queue, nq->queue,
/freebsd-current/sys/dev/cxgbe/common/
H A Dt4_hw.c5512 int nq = min(n, 32); local
5518 * "nq" Ingress Queue IDs to the firmware.
5520 cmd.niqid = cpu_to_be16(nq);
5524 * "nq" more done for the start of the next loop.
5526 start += nq;
5527 n -= nq;
5534 while (nq > 0) {
5543 int nqbuf = min(3, nq);
5545 nq -= nqbuf;
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c1268 srq->qplib_srq.eventq_hw_ring_id = rdev->nqr.nq[0].ring_id;
3697 bnxt_re_put_nq(rdev, cq->qplib_cq.nq);
3870 qplcq->nq = bnxt_re_get_nq(rdev);
3871 qplcq->cnq_hw_ring_id = qplcq->nq->ring_id;
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspa.c1307 unsigned long long nq; local
1310 err = ddi_strtoull(tok, &tok, 10, &nq);
1335 if (nq == 0 || nq >= 16384 ||
1339 const zio_taskq_info_t zti = ZTI_P(ntpq, nq);
/freebsd-current/sys/dev/cxgbe/
H A Dt4_main.c9281 u_int cim_num_obq, ibq_rdaddr, obq_rdaddr, nq; local
9291 nq = CIM_NUM_IBQ + cim_num_obq;
9297 rc = -t4_cim_read(sc, ibq_rdaddr, 4 * nq, stat);
9325 for ( ; i < nq; i++, p += 4, wr += 2)
12737 int nq; local
12741 nq = *t < 0 ? -*t : c;
12742 *t = min(nc, nq);

Completed in 337 milliseconds

12