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

/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_user.c525 mpt_user_raid_action(struct mpt_softc *mpt, struct mpt_raid_action *raid_act, argument
539 rap->Action = raid_act->action;
540 rap->ActionDataWord = raid_act->action_data_word;
542 rap->VolumeID = raid_act->volume_id;
543 rap->VolumeBus = raid_act->volume_bus;
544 rap->PhysDiskNum = raid_act->phys_disk_num;
546 if (mpt_page->vaddr != NULL && raid_act->len != 0) {
550 MPI_pSGE_SET_LENGTH(se, le32toh(raid_act->len));
554 (raid_act->write ? MPI_SGE_FLAGS_HOST_TO_IOC :
573 raid_act
598 struct mpt_raid_action *raid_act; local
[all...]
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_cmd.c500 struct mpt_raid_action raid_act; local
504 if (datalen < 0 || (unsigned)datalen > sizeof(raid_act.action_data))
506 bzero(&raid_act, sizeof(raid_act));
507 raid_act.action = Action;
508 raid_act.volume_bus = VolumeBus;
509 raid_act.volume_id = VolumeID;
510 raid_act.phys_disk_num = PhysDiskNum;
511 raid_act.action_data_word = ActionDataWord;
513 raid_act
[all...]

Completed in 142 milliseconds