Lines Matching refs:cshd
117 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()
133 device_printf(dev, "\t\tm_dlen: 0x%08X\n", cshd->cshd_mac_dlen); in cesa_dump_cshd()
134 device_printf(dev, "\t\tm_tlen: 0x%08X\n", cshd->cshd_mac_total_dlen); in cesa_dump_cshd()
135 device_printf(dev, "\t\tm_iv_i: 0x%08X\n", cshd->cshd_mac_iv_in); in cesa_dump_cshd()
136 device_printf(dev, "\t\tm_iv_o: 0x%08X\n", cshd->cshd_mac_iv_out); in cesa_dump_cshd()