Searched refs:ctl_sp_mpi_req (Results 1 – 1 of 1) sorted by relevance
206 void *ctl_sp_mpi_req, in leapraid_ctl_scsiio_cmd() argument212 struct leapraid_mpi_scsiio_req *scsiio_request = ctl_sp_mpi_req; in leapraid_ctl_scsiio_cmd()288 struct leapraid_req *ctl_sp_mpi_req; in leapraid_ctl_do_command() local351 ctl_sp_mpi_req = leapraid_get_task_desc(adapter, taskid); in leapraid_ctl_do_command()352 memset(ctl_sp_mpi_req, 0, LEAPRAID_REQUEST_SIZE); in leapraid_ctl_do_command()353 memcpy(ctl_sp_mpi_req, leap_mpi_req, data_sge_offset_bytes); in leapraid_ctl_do_command()355 if (ctl_sp_mpi_req->func == LEAPRAID_FUNC_SCSIIO || in leapraid_ctl_do_command()356 ctl_sp_mpi_req->func == LEAPRAID_FUNC_SCSIIO_RAID_PASSTHROUGH || in leapraid_ctl_do_command()357 ctl_sp_mpi_req->func == LEAPRAID_FUNC_SCSIIO_SATA_PASSTHROUGH) { in leapraid_ctl_do_command()358 dev_hdl = le16_to_cpu(ctl_sp_mpi_req->func_dep1); in leapraid_ctl_do_command()[all …]