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

/freebsd-13-stable/sys/dev/mly/
H A Dmly.c96 static int mly_alloc_command(struct mly_softc *sc, struct mly_command **mcp);
852 if (mly_alloc_command(sc, &mc))
1122 if (mly_alloc_command(sc, &mc)) {
1224 if (mly_alloc_command(sc, &mc))
1680 mly_alloc_command(struct mly_softc *sc, struct mly_command **mcp) function
1790 while (mly_alloc_command(sc, &mc) == 0)
2249 if ((error = mly_alloc_command(sc, &mc))) {
2885 if (mly_alloc_command(sc, &mc)) {

Completed in 107 milliseconds