Lines Matching refs:mly_command

76 static void	mly_complete_rescan(struct mly_command *mc);
84 static void mly_complete_event(struct mly_command *mc);
88 static int mly_immediate_command(struct mly_command *mc);
89 static int mly_start(struct mly_command *mc);
94 static int mly_alloc_command(struct mly_softc *sc, struct mly_command **mcp);
95 static void mly_release_command(struct mly_command *mc);
99 static void mly_map_command(struct mly_command *mc);
100 static void mly_unmap_command(struct mly_command *mc);
108 static void mly_cam_complete(struct mly_command *mc);
117 static void mly_print_command(struct mly_command *mc);
118 static void mly_print_packet(struct mly_command *mc);
839 struct mly_command *mc;
897 mly_complete_rescan(struct mly_command *mc)
1111 struct mly_command *mc;
1214 struct mly_command *mc;
1283 mly_complete_event(struct mly_command *mc)
1444 mly_immediate_command(struct mly_command *mc)
1478 mly_start(struct mly_command *mc)
1548 struct mly_command *mc;
1560 mc = &sc->mly_command[slot - MLY_SLOT_START];
1589 mc = &sc->mly_command[slot - MLY_SLOT_START];
1635 struct mly_command *mc;
1636 void (* mc_complete)(struct mly_command *mc);
1683 mly_alloc_command(struct mly_softc *sc, struct mly_command **mcp)
1685 struct mly_command *mc;
1700 mly_release_command(struct mly_command *mc)
1747 struct mly_command *mc;
1770 mc = &sc->mly_command[i];
1790 struct mly_command *mc;
1812 struct mly_command *mc = (struct mly_command *)arg;
1849 struct mly_command *mc = (struct mly_command *)arg;
1867 mly_map_command(struct mly_command *mc)
1898 mly_unmap_command(struct mly_command *mc)
2207 struct mly_command *mc;
2331 mly_cam_complete(struct mly_command *mc)
2607 mly_print_command(struct mly_command *mc)
2629 mly_print_packet(struct mly_command *mc)
2888 struct mly_command *mc;
2995 struct mly_command *mc;