Searched refs:ioc_frame (Results 1 – 5 of 5) sorted by relevance
132 struct mfi_dcmd_frame ioc_frame; member139 struct mfi_dcmd_frame ioc_frame; member
3040 locked = mfi_config_lock(sc, ioc->ioc_frame.opcode); in mfi_user_command()3050 bcopy(&ioc->ioc_frame, dcmd, sizeof(struct mfi_dcmd_frame)); in mfi_user_command()3072 bcopy(dcmd, &ioc->ioc_frame, sizeof(struct mfi_dcmd_frame)); in mfi_user_command()3440 iop_swab.ioc_frame = iop32->ioc_frame; in mfi_ioctl()3450 iop32->ioc_frame = iop_swab.ioc_frame; in mfi_ioctl()
123 struct mrsas_dcmd_frame ioc_frame; member
448 memcpy(dcmd, &ioc->ioc_frame, sizeof(struct mrsas_dcmd_frame)); in mrsas_user_command()559 memcpy(&ioc->ioc_frame.cmd_status, &cmd->frame->hdr.cmd_status, in mrsas_user_command()
279 dcmd = &ioc.ioc_frame; in mfi_dcmd_command()