Lines Matching refs:hifn_command
105 static u_int hifn_write_command(struct hifn_command *, uint8_t *);
110 static void hifn_callback(struct hifn_softc *, struct hifn_command *,
112 static int hifn_crypto(struct hifn_softc *, struct hifn_command *,
118 struct hifn_command *);
120 struct hifn_command *);
132 struct hifn_command *);
134 static int hifn_compress_enter(struct hifn_softc *, struct hifn_command *);
135 static void hifn_callback_comp(struct hifn_softc *, struct hifn_command *,
145 struct hifn_command *cmd = vcmd; in hifn_cmd_ctor()
177 struct hifn_command *cmd = vcmd; in hifn_cmd_dtor()
405 sc->sc_cmd_cache = pool_cache_init(sizeof(struct hifn_command), in hifn_attach()
1405 hifn_write_command(struct hifn_command *cmd, uint8_t *buf) in hifn_write_command()
1550 hifn_dmamap_load_dst(struct hifn_softc *sc, struct hifn_command *cmd) in hifn_dmamap_load_dst()
1622 hifn_dmamap_load_src(struct hifn_softc *sc, struct hifn_command *cmd) in hifn_dmamap_load_src()
1654 hifn_crypto(struct hifn_softc *sc, struct hifn_command *cmd, in hifn_crypto()
2009 struct hifn_command *cmd; in hifn_intr()
2167 struct hifn_command *cmd = NULL; in hifn_process()
2425 struct hifn_command *cmd; in hifn_abort()
2493 hifn_callback(struct hifn_softc *sc, struct hifn_command *cmd, uint8_t *resbuf) in hifn_callback()
2605 struct hifn_command *cmd) in hifn_compression()
2718 hifn_compress_enter(struct hifn_softc *sc, struct hifn_command *cmd) in hifn_compress_enter()
2814 hifn_callback_comp(struct hifn_softc *sc, struct hifn_command *cmd, in hifn_callback_comp()