Lines Matching refs:mly_command
78 static void mly_complete_rescan(struct mly_command *mc);
86 static void mly_complete_event(struct mly_command *mc);
90 static int mly_immediate_command(struct mly_command *mc);
91 static int mly_start(struct mly_command *mc);
96 static int mly_alloc_command(struct mly_softc *sc, struct mly_command **mcp);
97 static void mly_release_command(struct mly_command *mc);
101 static void mly_map_command(struct mly_command *mc);
102 static void mly_unmap_command(struct mly_command *mc);
110 static void mly_cam_complete(struct mly_command *mc);
119 static void mly_print_command(struct mly_command *mc);
120 static void mly_print_packet(struct mly_command *mc);
842 struct mly_command *mc; in mly_rescan_btl()
900 mly_complete_rescan(struct mly_command *mc) in mly_complete_rescan()
1114 struct mly_command *mc; in mly_ioctl()
1217 struct mly_command *mc; in mly_fetch_event()
1282 mly_complete_event(struct mly_command *mc) in mly_complete_event()
1442 mly_immediate_command(struct mly_command *mc) in mly_immediate_command()
1476 mly_start(struct mly_command *mc) in mly_start()
1546 struct mly_command *mc; in mly_done()
1558 mc = &sc->mly_command[slot - MLY_SLOT_START]; in mly_done()
1587 mc = &sc->mly_command[slot - MLY_SLOT_START]; in mly_done()
1633 struct mly_command *mc; in mly_complete()
1634 void (* mc_complete)(struct mly_command *mc); in mly_complete()
1680 mly_alloc_command(struct mly_softc *sc, struct mly_command **mcp) in mly_alloc_command()
1682 struct mly_command *mc; in mly_alloc_command()
1697 mly_release_command(struct mly_command *mc) in mly_release_command()
1744 struct mly_command *mc; in mly_alloc_commands()
1767 mc = &sc->mly_command[i]; in mly_alloc_commands()
1787 struct mly_command *mc; in mly_release_commands()
1808 struct mly_command *mc = (struct mly_command *)arg; in mly_map_command_sg()
1845 struct mly_command *mc = (struct mly_command *)arg;
1863 mly_map_command(struct mly_command *mc) in mly_map_command()
1894 mly_unmap_command(struct mly_command *mc) in mly_unmap_command()
2200 struct mly_command *mc; in mly_cam_action_io()
2324 mly_cam_complete(struct mly_command *mc) in mly_cam_complete()
2600 mly_print_command(struct mly_command *mc) in mly_print_command()
2622 mly_print_packet(struct mly_command *mc) in mly_print_packet()
2880 struct mly_command *mc; in mly_user_command()
2987 struct mly_command *mc; in mly_timeout()