Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mly/
H A Dmly.c96 static int mly_alloc_command(struct mly_softc *sc, struct mly_command **mcp);
851 if (mly_alloc_command(sc, &mc)) in mly_rescan_btl()
1121 if (mly_alloc_command(sc, &mc)) { in mly_ioctl()
1223 if (mly_alloc_command(sc, &mc)) in mly_fetch_event()
1681 mly_alloc_command(struct mly_softc *sc, struct mly_command **mcp) in mly_alloc_command() function
1791 while (mly_alloc_command(sc, &mc) == 0) in mly_release_commands()
2254 if ((error = mly_alloc_command(sc, &mc))) { in mly_cam_action_io()
2891 if (mly_alloc_command(sc, &mc)) { in mly_user_command()