Home
last modified time | relevance | path

Searched defs:hifn_dma (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/crypto/hifn/
H A Dhifn7751var.h87 struct hifn_dma { struct
92 struct hifn_desc cmdr[HIFN_D_CMD_RSIZE+1];
93 struct hifn_desc srcr[HIFN_D_SRC_RSIZE+1];
94 struct hifn_desc dstr[HIFN_D_DST_RSIZE+1];
95 struct hifn_desc resr[HIFN_D_RES_RSIZE+1];
97 struct hifn_command *hifn_commands[HIFN_D_RES_RSIZE];
101 u_int32_t slop[HIFN_D_CMD_RSIZE];
103 u_int64_t test_src, test_dst;
109 int cmdi, srci, dsti, resi;
110 volatile int cmdu, srcu, dstu, resu;
[all …]