Searched refs:tpd (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm_tx.c112 static struct tpd *
115 struct tpd *t;
128 KASSERT(t != NULL, ("tpd botch"));
136 bzero(&t->tpd, sizeof(t->tpd));
137 t->tpd.addr = t->no << HE_REGS_TPD_ADDR;
149 hatm_free_tpd(struct hatm_softc *sc, struct tpd *tpd) argument
151 if (tpd->mbuf != NULL) {
152 bus_dmamap_unload(sc->tx_tag, tpd
254 struct tpd *tpd; local
359 struct tpd *tpd; local
503 hatm_tx_complete(struct hatm_softc *sc, struct tpd *tpd, uint32_t flags) argument
[all...]
H A Dif_hatmvar.h170 struct tpd { struct
171 struct he_tpd tpd; /* at beginning */ member in struct:tpd
172 SLIST_ENTRY(tpd) link; /* free cid list link */
176 uint16_t no; /* number of this tpd */
178 SLIST_HEAD(tpd_list, tpd);
190 #define TPD_ADDR(SC, I) ((struct tpd *)((char *)sc->tpds.base + \
629 void hatm_tx_complete(struct hatm_softc *sc, struct tpd *tpd, uint32_t);
H A Dif_hatmreg.h600 uint32_t tpd; /* physical address */ member in struct:he_tpdrqen
H A Dif_hatm.c351 struct tpd *t;
373 struct tpd *t;
420 struct tpd *t;
1800 OID_AUTO, "tpd", CTLFLAG_RD | CTLTYPE_OPAQUE, sc, 0,
H A Dif_hatm_intr.c85 CTASSERT(sizeof(struct tpd) <= HE_TPD_SIZE);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Ddvo_ch7xxx.c260 uint8_t tvco, tpcp, tpd, tlpf, idf; local
265 tpd = 0x16;
270 tpd = 0x26;
277 ch7xxx_writeb(dvo, CH7xxx_TPD, tpd);
/freebsd-11-stable/crypto/openssl/crypto/aes/
H A Daes_x86core.c601 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
615 tpd = tp9 ^ tp4;
618 rk[j] = tpe ^ ROTATE(tpd,16) ^
621 rk[j] = tpe ^ (tpd >> 16) ^ (tpd << 16) ^
913 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
928 tpd = tp9 ^ tp4;
931 t[i] = tpe ^ ROTATE(tpd,16) ^
934 t[i] = tpe ^ (tpd >> 16) ^ (tpd << 1
990 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
[all...]
H A Daes_core.c1334 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
1348 tpd = tp9 ^ tp4;
1351 rk[j] = tpe ^ ROTATE(tpd,16) ^
1354 rk[j] = tpe ^ (tpd >> 16) ^ (tpd << 16) ^
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatm.c1907 struct tpd *tpd = varg; local
1914 tpd->spec = 0;
1916 H_SETDESC(tpd->segment[tpd->spec].buffer, segs->ds_addr);
1917 H_SETDESC(tpd->segment[tpd->spec].length, segs->ds_len);
1918 tpd->spec++;
1934 struct tpd *tpd; local
[all...]
H A Dif_fatmreg.h297 struct tpd { struct
/freebsd-11-stable/contrib/gcc/cp/
H A Dpt.c2646 struct template_parm_data* tpd = (struct template_parm_data*) data; local
2659 if (level == tpd->level)
2661 tpd->parms[idx] = 1;
2662 tpd->arg_uses_template_parms[tpd->current_arg] = 1;
2685 struct template_parm_data tpd; local
2718 tpd.level = TMPL_PARMS_DEPTH (current_template_parms);
2719 tpd.parms = (int *) alloca (sizeof (int) * ntparms);
2720 memset (tpd.parms, 0, sizeof (int) * ntparms);
2722 tpd
2729 &tpd, local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl1586 my ($tp1,$tp2,$tp4,$tp8,$tp9,$tpb,$tpd,$tpe)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3);
1687 xor $tpd,$tp9,$tp4
1690 rotr $tp1,$tpd,16
1699 _ror $tp1,$tpd,16
1701 _ror $tp2,$tpd,-16
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Daes-armv4.S802 eor r4,r4,r5,ror#16 @ ^= ROTATE(tpd=tp9^tp4,16)

Completed in 470 milliseconds