Symbol: hifn_command
sys/dev/pci/hifn7751.c
105
static u_int hifn_write_command(struct hifn_command *, uint8_t *);
sys/dev/pci/hifn7751.c
110
static void hifn_callback(struct hifn_softc *, struct hifn_command *,
sys/dev/pci/hifn7751.c
112
static int hifn_crypto(struct hifn_softc *, struct hifn_command *,
sys/dev/pci/hifn7751.c
118
struct hifn_command *);
sys/dev/pci/hifn7751.c
120
struct hifn_command *);
sys/dev/pci/hifn7751.c
132
struct hifn_command *);
sys/dev/pci/hifn7751.c
134
static int hifn_compress_enter(struct hifn_softc *, struct hifn_command *);
sys/dev/pci/hifn7751.c
135
static void hifn_callback_comp(struct hifn_softc *, struct hifn_command *,
sys/dev/pci/hifn7751.c
1405
hifn_write_command(struct hifn_command *cmd, uint8_t *buf)
sys/dev/pci/hifn7751.c
145
struct hifn_command *cmd = vcmd;
sys/dev/pci/hifn7751.c
1550
hifn_dmamap_load_dst(struct hifn_softc *sc, struct hifn_command *cmd)
sys/dev/pci/hifn7751.c
1622
hifn_dmamap_load_src(struct hifn_softc *sc, struct hifn_command *cmd)
sys/dev/pci/hifn7751.c
1654
hifn_crypto(struct hifn_softc *sc, struct hifn_command *cmd,
sys/dev/pci/hifn7751.c
177
struct hifn_command *cmd = vcmd;
sys/dev/pci/hifn7751.c
2009
struct hifn_command *cmd;
sys/dev/pci/hifn7751.c
2167
struct hifn_command *cmd = NULL;
sys/dev/pci/hifn7751.c
2425
struct hifn_command *cmd;
sys/dev/pci/hifn7751.c
2493
hifn_callback(struct hifn_softc *sc, struct hifn_command *cmd, uint8_t *resbuf)
sys/dev/pci/hifn7751.c
2605
struct hifn_command *cmd)
sys/dev/pci/hifn7751.c
2718
hifn_compress_enter(struct hifn_softc *sc, struct hifn_command *cmd)
sys/dev/pci/hifn7751.c
2814
hifn_callback_comp(struct hifn_softc *sc, struct hifn_command *cmd,
sys/dev/pci/hifn7751.c
405
sc->sc_cmd_cache = pool_cache_init(sizeof(struct hifn_command),
sys/dev/pci/hifn7751var.h
284
void (*cmd_callback)(struct hifn_softc *, struct hifn_command *,
sys/dev/pci/hifn7751var.h
91
struct hifn_command *hifn_commands[HIFN_D_RES_RSIZE];