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

  /src/sys/dev/pci/
amrvar.h 76 struct amr_ccb *amr_ccbs;
77 SLIST_HEAD(, amr_ccb) amr_ccb_freelist;
78 SIMPLEQ_HEAD(, amr_ccb) amr_ccb_queue;
79 TAILQ_HEAD(, amr_ccb) amr_ccb_active;
83 int (*amr_submit)(struct amr_softc *sc, struct amr_ccb *);
110 struct amr_ccb { struct
112 SIMPLEQ_ENTRY(amr_ccb) simpleq;
113 SLIST_ENTRY(amr_ccb) slist;
114 TAILQ_ENTRY(amr_ccb) tailq;
123 void (*ac_handler)(struct amr_ccb *);
    [all...]
ld_amr.c 69 static void ld_amr_handler(struct amr_ccb *);
123 struct amr_ccb *ac;
173 ld_amr_handler(struct amr_ccb *ac)
amr.c 98 static void amr_ccb_dump(struct amr_softc *, struct amr_ccb *);
114 static int amr_quartz_submit(struct amr_softc *, struct amr_ccb *);
116 static int amr_std_submit(struct amr_softc *, struct amr_ccb *);
282 struct amr_ccb *ac;
546 struct amr_ccb *ac;
785 struct amr_ccb *ac;
810 struct amr_ccb *ac;
875 struct amr_ccb *ac;
916 struct amr_ccb *ac;
1027 struct amr_ccb *ac
    [all...]

Completed in 65 milliseconds