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);
841 struct mly_command *mc; in mly_rescan_btl()
899 mly_complete_rescan(struct mly_command *mc) in mly_complete_rescan()
1113 struct mly_command *mc; in mly_ioctl()
1216 struct mly_command *mc; in mly_fetch_event()
1281 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()
1681 mly_alloc_command(struct mly_softc *sc, struct mly_command **mcp) in mly_alloc_command()
1683 struct mly_command *mc; in mly_alloc_command()
1698 mly_release_command(struct mly_command *mc) in mly_release_command()
1745 struct mly_command *mc; in mly_alloc_commands()
1768 mc = &sc->mly_command[i]; in mly_alloc_commands()
1788 struct mly_command *mc; in mly_release_commands()
1810 struct mly_command *mc = (struct mly_command *)arg; in mly_map_command_sg()
1847 struct mly_command *mc = (struct mly_command *)arg;
1865 mly_map_command(struct mly_command *mc) in mly_map_command()
1896 mly_unmap_command(struct mly_command *mc) in mly_unmap_command()
2205 struct mly_command *mc; in mly_cam_action_io()
2329 mly_cam_complete(struct mly_command *mc) in mly_cam_complete()
2605 mly_print_command(struct mly_command *mc) in mly_print_command()
2627 mly_print_packet(struct mly_command *mc) in mly_print_packet()
2886 struct mly_command *mc; in mly_user_command()
2993 struct mly_command *mc; in mly_timeout()