Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/hifn/
H A Dhifn7751var.h151 struct hifn_command *sc_hifn_commands[HIFN_D_RES_RSIZE];
264 struct hifn_command { struct
H A Dhifn7751.c151 static u_int hifn_write_command(struct hifn_command *, u_int8_t *);
157 static int hifn_dmamap_load_src(struct hifn_softc *, struct hifn_command *);
158 static int hifn_dmamap_load_dst(struct hifn_softc *, struct hifn_command *);
1540 hifn_write_command(struct hifn_command *cmd, u_int8_t *buf) in hifn_write_command()
1667 hifn_dmamap_load_dst(struct hifn_softc *sc, struct hifn_command *cmd) in hifn_dmamap_load_dst()
1736 hifn_dmamap_load_src(struct hifn_softc *sc, struct hifn_command *cmd) in hifn_dmamap_load_src()
1776 struct hifn_command *cmd, in hifn_crypto()
2193 struct hifn_command *cmd; in hifn_intr()
2382 struct hifn_command *cmd = NULL; in hifn_process()
2389 cmd = malloc(sizeof(struct hifn_command), M_DEVBUF, M_NOWAIT | M_ZERO); in hifn_process()
[all …]