Searched refs:mpr_map_command (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/mpr/
H A Dmpr_sas.c476 mpr_map_command(sc, cm);
540 mpr_map_command(sc, cm);
599 mpr_map_command(sc, tm);
1457 err = mpr_map_command(sc, tm);
1595 err = mpr_map_command(sc, tm);
1954 mpr_map_command(sc, cm);
2766 * Set up a uio to pass into mpr_map_command(). This allows us to
2820 error = mpr_map_command(sc, cm);
2823 "mpr_map_command()\n", __func__, error);
3008 mpr_map_command(s
[all...]
H A Dmpr.c2177 error = mpr_map_command(sc, cm);
2571 mpr_map_command(struct mpr_softc *sc, struct mpr_command *cm) function
2596 * EINPROGRESS from mpr_map_command() is ignored since the command will
2611 error = mpr_map_command(sc, cm);
2667 mpr_map_command(sc, cm);
2759 return (mpr_map_command(sc, cm));
H A Dmprvar.h678 int mpr_map_command(struct mpr_softc *sc, struct mpr_command *cm);

Completed in 113 milliseconds