Home
last modified time | relevance | path

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

/freebsd/sys/dev/cesa/
H A Dcesa.c117 cesa_dump_cshd(struct cesa_softc *sc, struct cesa_sa_hdesc *cshd) in cesa_dump_cshd() argument
124 device_printf(dev, "\t\tconfig: 0x%08X\n", cshd->cshd_config); in cesa_dump_cshd()
125 device_printf(dev, "\t\te_src: 0x%08X\n", cshd->cshd_enc_src); in cesa_dump_cshd()
126 device_printf(dev, "\t\te_dst: 0x%08X\n", cshd->cshd_enc_dst); in cesa_dump_cshd()
127 device_printf(dev, "\t\te_dlen: 0x%08X\n", cshd->cshd_enc_dlen); in cesa_dump_cshd()
128 device_printf(dev, "\t\te_key: 0x%08X\n", cshd->cshd_enc_key); in cesa_dump_cshd()
129 device_printf(dev, "\t\te_iv_1: 0x%08X\n", cshd->cshd_enc_iv); in cesa_dump_cshd()
130 device_printf(dev, "\t\te_iv_2: 0x%08X\n", cshd->cshd_enc_iv_buf); in cesa_dump_cshd()
131 device_printf(dev, "\t\tm_src: 0x%08X\n", cshd->cshd_mac_src); in cesa_dump_cshd()
132 device_printf(dev, "\t\tm_dst: 0x%08X\n", cshd->cshd_mac_dst); in cesa_dump_cshd()
[all …]