Searched refs:raid_act32 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_user.c605 struct mpt_raid_action32 *raid_act32; local
620 raid_act32 = (void *)arg;
643 raid_act->action = raid_act32->action;
644 raid_act->volume_bus = raid_act32->volume_bus;
645 raid_act->volume_id = raid_act32->volume_id;
646 raid_act->phys_disk_num = raid_act32->phys_disk_num;
647 raid_act->action_data_word = raid_act32->action_data_word;
648 raid_act->buf = PTRIN(raid_act32->buf);
649 raid_act->len = raid_act32->len;
650 raid_act->volume_status = raid_act32
[all...]

Completed in 57 milliseconds