Lines Matching refs:mly_command_ioctl
79 static int mly_ioctl(struct mly_softc *sc, struct mly_command_ioctl *ioctl, void **data,
747 struct mly_command_ioctl mci; in mly_get_controllerinfo()
820 struct mly_command_ioctl *mci; in mly_rescan_btl()
840 mci = (struct mly_command_ioctl *)&mc->mc_packet->ioctl; in mly_rescan_btl()
879 struct mly_command_ioctl *mci; in mly_complete_rescan()
889 mci = (struct mly_command_ioctl *)&mc->mc_packet->ioctl; in mly_complete_rescan()
975 struct mly_command_ioctl mci; in mly_get_eventstatus()
1010 struct mly_command_ioctl mci; in mly_enable_mmbox()
1054 struct mly_command_ioctl mci; in mly_flush()
1085 mly_ioctl(struct mly_softc *sc, struct mly_command_ioctl *ioctl, void **data, size_t datasize, in mly_ioctl()
1089 struct mly_command_ioctl *mci; in mly_ioctl()
1188 struct mly_command_ioctl *mci; in mly_fetch_event()
1222 mci = (struct mly_command_ioctl *)&mc->mc_packet->ioctl; in mly_fetch_event()
2622 struct mly_command_ioctl *io = (struct mly_command_ioctl *)mc->mc_packet; in mly_print_packet()