Searched refs:nq (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-current/sys/compat/linsysfs/
H A Dlinsysfs_net.c202 struct ifp_nodes_queue *nq, *nq_tmp; local
212 TAILQ_FOREACH_SAFE(nq, &ifp_nodes_q, ifp_nodes_next, nq_tmp) {
213 if (nq->ifp == ifp && nq->vnet == curvnet) {
227 struct ifp_nodes_queue *nq, *nq_tmp; local
261 TAILQ_FOREACH_SAFE(nq, &ifp_nodes_q, ifp_nodes_next, nq_tmp) {
262 if (nq->ifp == ifp && nq->vnet == curvnet)
265 nq = malloc(sizeof(*nq), M_LINSYSF
276 struct ifp_nodes_queue *nq, *nq_tmp; local
342 struct ifp_nodes_queue *nq, *nq_tmp; local
[all...]
/freebsd-current/sys/dev/nvmf/
H A Dnvmf_transport_internal.h99 nvmf_qpair_error(struct nvmf_qpair *nq, int error) argument
101 nq->nq_error(nq->nq_error_arg, error);
105 nvmf_capsule_received(struct nvmf_qpair *nq, struct nvmf_capsule *nc) argument
107 nq->nq_receive(nq->nq_receive_arg, nc);
H A Dnvmf_tcp.c136 static void tcp_free_qpair(struct nvmf_qpair *nq);
1520 tcp_free_qpair(struct nvmf_qpair *nq) argument
1522 struct nvmf_tcp_qpair *qp = TQP(nq);
1594 tcp_allocate_capsule(struct nvmf_qpair *nq, int how) argument
1596 struct nvmf_tcp_qpair *qp = TQP(nq);
/freebsd-current/sys/dev/nvmf/controller/
H A Dnvmft_qpair.c134 struct nvmf_qpair *nq; local
137 nq = qp->qp;
140 if (nq != NULL && refcount_release(&qp->qp_refs))
141 nvmf_free_qpair(nq);
175 struct nvmf_qpair *nq; local
181 nq = qp->qp;
182 if (nq == NULL) {
196 rc = nvmf_allocate_response(nq, &cpl, M_WAITOK);
201 nvmf_free_qpair(nq);
298 struct nvmf_qpair *nq; local
[all...]
/freebsd-current/crypto/openssh/regress/
H A Dreexec.sh25 ${SSH} -nq -F $OBJ/ssh_config somehost \
/freebsd-current/contrib/wireguard-tools/
H A Dcurve25519-hacl64.h542 ladder_smallloop_cmult_small_loop_step(u64 *nq, u64 *nqpq, u64 *nq2, u64 *nqpq2, argument
547 point_swap_conditional(nq, nqpq, bit0);
548 addanddouble_fmonty(nq2, nqpq2, nq, nqpq, q);
554 ladder_smallloop_cmult_small_loop_double_step(u64 *nq, u64 *nqpq, u64 *nq2, argument
558 ladder_smallloop_cmult_small_loop_step(nq, nqpq, nq2, nqpq2, q, byt);
560 ladder_smallloop_cmult_small_loop_step(nq2, nqpq2, nq, nqpq, q, byt1);
564 ladder_smallloop_cmult_small_loop(u64 *nq, u64 *nqpq, u64 *nq2, u64 *nqpq2, argument
568 ladder_smallloop_cmult_small_loop_double_step(nq, nqpq, nq2,
574 static __always_inline void ladder_bigloop_cmult_big_loop(u8 *n1, u64 *nq, argument
581 ladder_smallloop_cmult_small_loop(nq, nqp
589 u64 *nq = point_buf; local
774 u64 *nq = buf; local
[all...]
/freebsd-current/crypto/openssl/crypto/ec/
H A Decp_nistp224.c1148 felem nq[3], tmp[4]; local
1152 /* set nq to the point at infinity */
1153 memset(nq, 0, sizeof(nq));
1165 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[
[all...]
H A Decp_nistp256.c1680 felem nq[3], ftmp; local
1685 /* set nq to the point at infinity */
1686 memset(nq, 0, sizeof(nq));
1698 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[
[all...]
H A Decp_nistp521.c1590 felem nq[3], tmp[4]; local
1594 /* set nq to the point at infinity */
1595 memset(nq, 0, sizeof(nq));
1607 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[
[all...]
/freebsd-current/sys/dev/nvmf/host/
H A Dnvmf_qpair.c51 struct nvmf_qpair *nq; local
61 nq = qp->qp;
62 if (nq == NULL) {
74 req->nc = nvmf_allocate_command(nq, sqe, how);
279 struct nvmf_qpair *nq; local
282 nq = qp->qp;
285 if (nq == NULL) {
296 nvmf_free_qpair(nq);
/freebsd-current/sys/dev/isci/scil/
H A Dsati_abort_task_set.c139 (log->nq == 0) // nq==1 means a non-queued command
H A Dintel_ata.h634 U8 nq : 1; member in struct:ATA_NCQ_COMMAND_ERROR_LOG
/freebsd-current/sys/netinet/
H A Dip_reass.c204 struct mbuf *p, *q, *nq, *t; local
427 ntohs(GETIP(q)->ip_off); q = nq) {
437 nq = q->m_nextpkt;
438 m->m_nextpkt = nq;
489 nq = q->m_nextpkt;
491 for (q = nq; q != NULL; q = nq) {
492 nq = q->m_nextpkt;
H A Dtcp_reass.c521 struct tseg_qent *nq = NULL; local
1065 nq = TAILQ_NEXT(q, tqe_q);
1092 q = nq;
/freebsd-current/sys/netpfil/ipfw/
H A Dip_dn_private.h443 int dn_c_copy_pipe(struct dn_schk *s, struct copy_args *a, int nq);
444 int dn_c_copy_fs(struct dn_fsk *f, struct copy_args *a, int nq);
H A Dip_dn_glue.c612 dn_c_copy_pipe(struct dn_schk *s, struct copy_args *a, int nq) argument
659 fs->rq_elements = nq;
700 dn_c_copy_fs(struct dn_fsk *f, struct copy_args *a, int nq) argument
716 fs->rq_elements = nq;
/freebsd-current/usr.sbin/route6d/
H A Droute6d.c1108 struct netinfo6 *np, *nq; local
1352 nq = &rrt->rrt_info;
1353 if (nq->rip6_metric > np->rip6_metric) {
1357 nq->rip6_metric = np->rip6_metric;
1362 delroute(nq, &rrt->rrt_gw);
1364 *nq = *np;
1370 } else if (nq->rip6_metric < np->rip6_metric &&
1374 nq->rip6_metric = np->rip6_metric;
1378 } else if (nq->rip6_metric == np->rip6_metric &&
1388 delroute(nq,
[all...]
/freebsd-current/lib/libnvmf/
H A Dnvmf_tcp.c1105 tcp_free_qpair(struct nvmf_qpair *nq) argument
1107 struct nvmf_tcp_qpair *qp = TQP(nq);
1125 tcp_kernel_handoff_params(struct nvmf_qpair *nq, argument
1128 struct nvmf_tcp_qpair *qp = TQP(nq);
1234 tcp_receive_capsule(struct nvmf_qpair *nq, struct nvmf_capsule **ncp) argument
1236 struct nvmf_tcp_qpair *qp = TQP(nq);
/freebsd-current/sys/kern/
H A Dkern_exit.c227 struct proc *p, *nq, *q, *t; local
497 for (; q != NULL; q = nq) {
498 nq = LIST_NEXT(q, p_sibling);
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_main.c1416 u_int nq[2]; local
1424 nq[0] = nq[1] = 0;
1428 nq[pi->tx_chan] += pi->nqsets;
1431 rspq_map[i] = nq[0] ? i % nq[0] : 0;
1432 rspq_map[i + RSS_TABLE_SIZE / 2] = nq[1] ? i % nq[1] + nq[0] : 0;
/freebsd-current/sys/dev/mpr/
H A Dmpr.c1329 int nq, i; local
1331 nq = sc->msi_msgs;
1332 mpr_dprint(sc, MPR_INIT|MPR_XINFO, "Allocating %d I/O queues\n", nq);
1334 sc->queues = malloc(sizeof(struct mpr_queue) * nq, M_MPR,
1339 for (i = 0; i < nq; i++) {
/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,

Completed in 319 milliseconds

12