Lines Matching refs:mly_command_ioctl
82 static int mly_ioctl(struct mly_softc *sc, struct mly_command_ioctl *ioctl, void **data,
770 struct mly_command_ioctl mci; in mly_get_controllerinfo()
843 struct mly_command_ioctl *mci; in mly_rescan_btl()
866 mci = (struct mly_command_ioctl *)&mc->mc_packet->ioctl; in mly_rescan_btl()
905 struct mly_command_ioctl *mci; in mly_complete_rescan()
915 mci = (struct mly_command_ioctl *)&mc->mc_packet->ioctl; in mly_complete_rescan()
1001 struct mly_command_ioctl mci; in mly_get_eventstatus()
1036 struct mly_command_ioctl mci; in mly_enable_mmbox()
1080 struct mly_command_ioctl mci; in mly_flush()
1111 mly_ioctl(struct mly_softc *sc, struct mly_command_ioctl *ioctl, void **data, size_t datasize, in mly_ioctl()
1115 struct mly_command_ioctl *mci; in mly_ioctl()
1218 struct mly_command_ioctl *mci; in mly_fetch_event()
1252 mci = (struct mly_command_ioctl *)&mc->mc_packet->ioctl; in mly_fetch_event()
2628 struct mly_command_ioctl *io = (struct mly_command_ioctl *)mc->mc_packet; in mly_print_packet()