HomeSort by: relevance | last modified time | path
    Searched defs:amr_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
amrvar.h 55 struct amr_softc { struct
82 int (*amr_get_work)(struct amr_softc *, struct amr_mailbox_resp *);
83 int (*amr_submit)(struct amr_softc *sc, struct amr_ccb *);
141 int amr_ccb_alloc(struct amr_softc *, struct amr_ccb **);
142 void amr_ccb_enqueue(struct amr_softc *, struct amr_ccb *);
143 void amr_ccb_free(struct amr_softc *, struct amr_ccb *);
144 int amr_ccb_map(struct amr_softc *, struct amr_ccb *, void *, int, int);
145 int amr_ccb_poll(struct amr_softc *, struct amr_ccb *, int);
146 void amr_ccb_unmap(struct amr_softc *, struct amr_ccb *);
147 int amr_ccb_wait(struct amr_softc *, struct amr_ccb *)
    [all...]

Completed in 11 milliseconds