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

  /src/sys/dev/pci/
if_cas.c 101 static bool cas_estintr(struct cas_softc *sc, int);
106 static void cas_partial_detach(struct cas_softc *, enum cas_attach_stage);
112 CFATTACH_DECL3_NEW(cas, sizeof(struct cas_softc),
116 int cas_pci_readvpd(struct cas_softc *, struct pci_attach_args *, uint8_t *);
118 void cas_config(struct cas_softc *, const uint8_t *);
125 void cas_init_regs(struct cas_softc *);
128 int cas_meminit(struct cas_softc *);
129 void cas_mifinit(struct cas_softc *);
130 int cas_bitwait(struct cas_softc *, bus_space_handle_t, int,
132 void cas_reset(struct cas_softc *);
    [all...]
if_casvar.h 141 struct cas_softc { struct

Completed in 32 milliseconds