HomeSort by: relevance | last modified time | path
    Searched refs:hifn_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
hifn7751.c 90 CFATTACH_DECL_NEW(hifn, sizeof(struct hifn_softc),
93 static void hifn_reset_board(struct hifn_softc *, int);
94 static void hifn_reset_puc(struct hifn_softc *);
95 static void hifn_puc_wait(struct hifn_softc *);
96 static const char *hifn_enable_crypto(struct hifn_softc *, pcireg_t);
97 static void hifn_set_retry(struct hifn_softc *);
98 static void hifn_init_dma(struct hifn_softc *);
99 static void hifn_init_pci_registers(struct hifn_softc *);
100 static int hifn_sramsize(struct hifn_softc *);
101 static int hifn_dramsize(struct hifn_softc *);
    [all...]
hifn7751var.h 130 struct hifn_softc { struct
281 struct hifn_softc *softc;
284 void (*cmd_callback)(struct hifn_softc *, struct hifn_command *,

Completed in 14 milliseconds