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

  /src/sys/dev/pci/
mlyvar.h 121 struct mly_ccb { struct
123 SLIST_ENTRY(mly_ccb) slist;
124 SIMPLEQ_ENTRY(mly_ccb) simpleq;
141 void (*mc_complete)(struct mly_softc *, struct mly_ccb *);
184 struct mly_ccb *mly_ccbs;
185 SLIST_HEAD(,mly_ccb) mly_ccb_free;
186 SIMPLEQ_HEAD(,mly_ccb) mly_ccb_queue;
mly.c 114 static void mly_complete_event(struct mly_softc *, struct mly_ccb *);
115 static void mly_complete_rescan(struct mly_softc *, struct mly_ccb *);
133 static int mly_ccb_alloc(struct mly_softc *, struct mly_ccb **);
134 static void mly_ccb_complete(struct mly_softc *, struct mly_ccb *);
135 static void mly_ccb_enqueue(struct mly_softc *, struct mly_ccb *);
136 static void mly_ccb_free(struct mly_softc *, struct mly_ccb *);
137 static int mly_ccb_map(struct mly_softc *, struct mly_ccb *);
138 static int mly_ccb_poll(struct mly_softc *, struct mly_ccb *, int);
139 static int mly_ccb_submit(struct mly_softc *, struct mly_ccb *);
140 static void mly_ccb_unmap(struct mly_softc *, struct mly_ccb *);
    [all...]

Completed in 12 milliseconds