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

  /src/sys/dev/pci/
mly.c 134 static void mly_ccb_complete(struct mly_softc *, struct mly_ccb *);
1301 if ((mc->mc_flags & MLY_CCB_COMPLETE) != 0)
1322 if ((mc->mc_flags & MLY_CCB_COMPLETE) != 0) {
1459 mly_ccb_complete(mly, mc);
1495 mly_ccb_complete(mly, mc);
1530 mly_ccb_complete(struct mly_softc *mly, struct mly_ccb *mc) function in typeref:typename:void
1540 mc->mc_flags |= MLY_CCB_COMPLETE;
mly.c 134 static void mly_ccb_complete(struct mly_softc *, struct mly_ccb *);
1301 if ((mc->mc_flags & MLY_CCB_COMPLETE) != 0)
1322 if ((mc->mc_flags & MLY_CCB_COMPLETE) != 0) {
1459 mly_ccb_complete(mly, mc);
1495 mly_ccb_complete(mly, mc);
1530 mly_ccb_complete(struct mly_softc *mly, struct mly_ccb *mc) function in typeref:typename:void
1540 mc->mc_flags |= MLY_CCB_COMPLETE;

Completed in 105 milliseconds