Searched refs:nq (Results 1 - 25 of 33) 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/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.c152 struct bnxt_qplib_nq *nq = nq_work->nq; local
154 if (cq && nq) {
156 if (nq->cqn_handler) {
157 dev_dbg(&nq->res->pdev->dev,
158 "%s:Trigger cq = %p event nq = %p\n",
159 __func__, cq, nq);
160 nq->cqn_handler(nq, cq);
244 * clean_nq - Invalidate cqe from given nq
256 struct bnxt_qplib_nq *nq = NULL; local
335 struct bnxt_qplib_nq *nq = (struct bnxt_qplib_nq *)data; local
439 struct bnxt_qplib_nq *nq = dev_instance; local
453 bnxt_qplib_nq_stop_irq(struct bnxt_qplib_nq *nq, bool kill) argument
471 bnxt_qplib_disable_nq(struct bnxt_qplib_nq *nq) argument
488 bnxt_qplib_nq_start_irq(struct bnxt_qplib_nq *nq, int nq_indx, int msix_vector, bool need_init) argument
515 bnxt_qplib_map_nq_db(struct bnxt_qplib_nq *nq, u32 reg_offt) argument
543 bnxt_qplib_enable_nq(struct bnxt_qplib_nq *nq, int nq_idx, int msix_vector, int bar_reg_offset, cqn_handler_t cqn_handler, srqn_handler_t srqn_handler) argument
577 bnxt_qplib_free_nq_mem(struct bnxt_qplib_nq *nq) argument
585 bnxt_qplib_alloc_nq_mem(struct bnxt_qplib_res *res, struct bnxt_qplib_nq *nq) argument
2279 struct bnxt_qplib_nq *nq; local
2571 struct bnxt_qplib_nq *nq = cq->nq; local
[all...]
H A Dqplib_fp.h450 struct bnxt_qplib_nq *nq; member in struct:bnxt_qplib_cq
512 typedef int (*cqn_handler_t)(struct bnxt_qplib_nq *nq,
514 typedef int (*srqn_handler_t)(struct bnxt_qplib_nq *nq,
538 struct bnxt_qplib_nq *nq; member in struct:bnxt_qplib_nq_work
551 void bnxt_qplib_nq_stop_irq(struct bnxt_qplib_nq *nq, bool kill);
552 void bnxt_qplib_disable_nq(struct bnxt_qplib_nq *nq);
553 int bnxt_qplib_nq_start_irq(struct bnxt_qplib_nq *nq, int nq_indx,
555 int bnxt_qplib_enable_nq(struct bnxt_qplib_nq *nq, int nq_idx,
599 void bnxt_qplib_free_nq_mem(struct bnxt_qplib_nq *nq);
601 struct bnxt_qplib_nq *nq);
[all...]
H A Dmain.c301 struct bnxt_qplib_nq *nq; local
306 nq = &rdev->nqr.nq[indx];
307 mutex_lock(&nq->lock);
308 bnxt_qplib_nq_stop_irq(nq, false);
309 mutex_unlock(&nq->lock);
496 struct bnxt_qplib_nq *nq; local
500 nq = &rdev->nqr.nq[0];
509 dev_err(rdev_to_dev(rdev), "Failed to send dbr pacing nq lis
626 struct bnxt_qplib_nq *nq; local
651 struct bnxt_qplib_nq *nq; local
862 struct bnxt_qplib_nq *nq; local
1247 struct bnxt_qplib_nq *nq; local
1277 struct bnxt_qplib_nq *nq; local
1920 struct bnxt_qplib_nq *nq; local
2425 bnxt_re_srqn_handler(struct bnxt_qplib_nq *nq, struct bnxt_qplib_srq *handle, u8 event) argument
2452 bnxt_re_cqn_handler(struct bnxt_qplib_nq *nq, struct bnxt_qplib_cq *handle) argument
2499 bnxt_re_put_nq(struct bnxt_re_dev *rdev, struct bnxt_qplib_nq *nq) argument
3106 struct bnxt_qplib_nq *nq; local
3124 struct bnxt_qplib_nq *nq; local
3385 struct bnxt_qplib_nq *nq; local
[all...]
H A Dbnxt_re.h196 struct bnxt_qplib_nq nq[BNXT_RE_MAX_MSIX]; member in struct:bnxt_re_nq_record
684 void bnxt_re_put_nq(struct bnxt_re_dev *rdev, struct bnxt_qplib_nq *nq);
/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.c1411 u_int nq[2]; local
1419 nq[0] = nq[1] = 0;
1423 nq[pi->tx_chan] += pi->nqsets;
1426 rspq_map[i] = nq[0] ? i % nq[0] : 0;
1427 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++) {

Completed in 228 milliseconds

12