Searched refs:udb (Results 1 – 6 of 6) sorted by relevance
135 VNET_DECLARE(struct inpcbhead, udb);139 #define V_udb VNET(udb)
40 stats.o sysexits.o tls.o trace.o udb.o usersmtp.o util.o version.o
85 udb.c The user database interface module.
1517 volatile uint8_t *udb; in alloc_eq() local1519 udb = (volatile uint8_t *)sc->reg1p + UDBS_DB_OFFSET; in alloc_eq()1520 udb += (eq->cntxt_id >> s_qpp) << PAGE_SHIFT; /* pg offset */ in alloc_eq()1525 udb += eq->udb_qid << UDBS_SEG_SHIFT; /* seg offset */ in alloc_eq()1528 eq->udb = (volatile void *)udb; in alloc_eq()2921 *eq->udb = LE_32(V_QID(eq->udb_qid) | val); in ring_tx_db()2936 dst = (volatile void *)((uintptr_t)eq->udb + in ring_tx_db()2948 *eq->udb = LE_32(V_QID(eq->udb_qid) | val); in ring_tx_db()
258 volatile uint32_t *udb; /* KVA of doorbell (lies within BAR2) */ member
2674 ushort_t udb; in check_ecc() local2700 udb = (ushort_t)udbl; in check_ecc()2703 udb = (ushort_t)udbh; in check_ecc()2743 if ((udb & P_DER_E_SYND) == in check_ecc()