Home
last modified time | relevance | path

Searched refs:udb (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/ofed/libcxgb4/
H A Dverbs.c355 qhp->wq.sq.udb = dbva; in create_qp_v0()
366 qhp->wq.rq.udb = dbva; in create_qp_v0()
384 qhp->wq.sq.udb, qhp->wq.sq.queue, in create_qp_v0()
386 qhp->wq.rq.udb, qhp->wq.rq.queue, in create_qp_v0()
469 qhp->wq.sq.udb = dbva; in create_qp()
475 qhp->wq.sq.udb += segment_offset / 4; in create_qp()
479 qhp->wq.sq.udb += 2; in create_qp()
492 qhp->wq.rq.udb = dbva; in create_qp()
502 qhp->wq.rq.udb += 2; in create_qp()
537 qhp->wq.sq.udb, qhp->wq.sq.queue, in create_qp()
[all …]
H A Dt4.h316 volatile u32 *udb; member
338 volatile u32 *udb; member
484 copy_wqe_to_udb(wq->sq.udb + 14, wqe); in t4_ring_sq_db()
489 wq->sq.udb); in t4_ring_sq_db()
522 writel(QID_V(wq->sq.qid & wq->qid_mask) | PIDX_V(inc), wq->sq.udb); in t4_ring_sq_db()
533 copy_wqe_to_udb(wq->rq.udb + 14, wqe); in t4_ring_rq_db()
538 wq->rq.udb); in t4_ring_rq_db()
546 writel(QID_V(wq->rq.qid & wq->qid_mask) | PIDX_V(inc), wq->rq.udb); in t4_ring_rq_db()
/freebsd/lib/libc/gen/
H A Dgetutxent.c41 static _Thread_local int udb; variable
86 udb = db; in setutxdb()
116 if (udb == UTXDB_LOG) { in getfutxent()
/freebsd/crypto/heimdal/appl/login/
H A Dlogin.c407 struct udb *udb; in do_login() local
410 udb = getudbnam(pwd->pw_name); in do_login()
411 if(udb == UDB_NULL) in do_login()
413 t = udb->ue_pcpulim[UDBRC_INTER]; in do_login()
422 t = udb->ue_jcpulim[UDBRC_INTER]; in do_login()
431 nice(udb->ue_nice[UDBRC_INTER]); in do_login()
H A DChangeLog317 * login_locl.h: include udb.h, sys/resource.h, and sys/category.h
/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c465 volatile uint8_t *udb; in alloc_nm_txq_hwq() local
467 udb = sc->udbs_base + UDBS_DB_OFFSET; in alloc_nm_txq_hwq()
468 udb += (nm_txq->cntxt_id >> s_qpp) << PAGE_SHIFT; in alloc_nm_txq_hwq()
473 udb += nm_txq->udb_qid << UDBS_SEG_SHIFT; in alloc_nm_txq_hwq()
476 nm_txq->udb = (volatile void *)udb; in alloc_nm_txq_hwq()
924 *nm_txq->udb = htole32(V_QID(nm_txq->udb_qid) | V_PIDX(n)); in ring_nm_txq_db()
939 dst = (volatile void *)((uintptr_t)nm_txq->udb + in ring_nm_txq_db()
949 *nm_txq->udb = htole32(V_QID(nm_txq->udb_qid) | V_PIDX(n)); in ring_nm_txq_db()
H A Dadapter.h479 volatile uint32_t *udb; /* KVA of doorbell (lies within BAR2) */ member
563 volatile uint32_t *udb; member
819 volatile uint32_t *udb; member
H A Dt4_sge.c3635 volatile uint8_t *udb; in alloc_iq_fl_hwq() local
3637 udb = sc->udbs_base + UDBS_DB_OFFSET; in alloc_iq_fl_hwq()
3638 udb += (qid >> s_qpp) << PAGE_SHIFT; in alloc_iq_fl_hwq()
3641 udb += qid << UDBS_SEG_SHIFT; in alloc_iq_fl_hwq()
3644 fl->udb = (volatile void *)udb; in alloc_iq_fl_hwq()
4471 volatile uint8_t *udb; in alloc_eq_hwq() local
4473 udb = sc->udbs_base + UDBS_DB_OFFSET; in alloc_eq_hwq()
4482 eq->udb = (volatile void *)udb; in alloc_eq_hwq()
4942 if (fl->udb) in ring_fl_db()
4943 *fl->udb = htole32(v); in ring_fl_db()
[all …]
/freebsd/usr.sbin/sendmail/
H A DMakefile20 timers.c tlsh.c tls.c trace.c udb.c usersmtp.c util.c version.c
/freebsd/contrib/sendmail/src/
H A DMakefile.m49 …solve.c srvrsmtp.c stab.c stats.c sysexits.c timers.c tlsh.c tls.c trace.c udb.c usersmtp.c util.c…
H A DTRACEFLAGS38 28 udb.c udbexpand, udbsender
H A DREADME1136 This results in the following warning while compiling map.c and udb.c:
1864 udb.c The user database interface module.
/freebsd/usr.bin/systat/
H A Dnetstat.c142 static char tcb[] = "tcb", udb[] = "udb"; variable
148 { .n_name = udb },
/freebsd/crypto/heimdal/include/
H A Dconfig.h.in1145 /* Define to 1 if you have the <udb.h> header file. */
/freebsd/crypto/heimdal/
H A Dconfigure25937 udb.h \
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES8698 i Do udb rewriting on envelope as well as header
8701 j Do udb rewriting on header recipient addresses.