Lines Matching refs:mly_command_ioctl
82 static int mly_ioctl(struct mly_softc *sc, struct mly_command_ioctl *ioctl, void **data,
769 struct mly_command_ioctl mci; in mly_get_controllerinfo()
842 struct mly_command_ioctl *mci; in mly_rescan_btl()
865 mci = (struct mly_command_ioctl *)&mc->mc_packet->ioctl; in mly_rescan_btl()
904 struct mly_command_ioctl *mci; in mly_complete_rescan()
914 mci = (struct mly_command_ioctl *)&mc->mc_packet->ioctl; in mly_complete_rescan()
1000 struct mly_command_ioctl mci; in mly_get_eventstatus()
1035 struct mly_command_ioctl mci; in mly_enable_mmbox()
1079 struct mly_command_ioctl mci; in mly_flush()
1110 mly_ioctl(struct mly_softc *sc, struct mly_command_ioctl *ioctl, void **data, size_t datasize, in mly_ioctl()
1114 struct mly_command_ioctl *mci; in mly_ioctl()
1217 struct mly_command_ioctl *mci; in mly_fetch_event()
1251 mci = (struct mly_command_ioctl *)&mc->mc_packet->ioctl; in mly_fetch_event()
2633 struct mly_command_ioctl *io = (struct mly_command_ioctl *)mc->mc_packet; in mly_print_packet()