Searched refs:smp_req (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/scsi/isci/ |
| H A D | sas.h | 199 struct smp_req { struct
|
| /linux/drivers/scsi/pm8001/ |
| H A D | pm80xx_hwi.c | 4151 struct smp_req *psmp_cmd, int mode, int length) in build_smp_cmd() 4175 struct scatterlist *sg_req, *sg_resp, *smp_req; in pm80xx_chip_smp_req() local 4177 struct smp_req smp_cmd; in pm80xx_chip_smp_req() 4187 sg_req = &task->smp_task.smp_req; in pm80xx_chip_smp_req() 4217 smp_req = &task->smp_task.smp_req; in pm80xx_chip_smp_req() 4218 to = kmap_atomic(sg_page(smp_req)); in pm80xx_chip_smp_req() 4219 payload = to + smp_req->offset; in pm80xx_chip_smp_req() 4231 (&task->smp_task.smp_req) + 4); in pm80xx_chip_smp_req() 4234 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-8); in pm80xx_chip_smp_req() 4244 (&task->smp_task.smp_req)); in pm80xx_chip_smp_req() [all …]
|
| H A D | pm8001_sas.c | 383 return PM8001_CHIP_DISP->smp_req(pm8001_ha, ccb); in pm8001_task_prep_smp() 598 dma_unmap_sg(pm8001_ha->dev, &task->smp_task.smp_req, 1, in pm8001_ccb_task_free()
|
| H A D | pm8001_hwi.c | 3903 static void build_smp_cmd(u32 deviceID, __le32 hTag, struct smp_req *psmp_cmd) in build_smp_cmd() 3924 struct smp_req smp_cmd; in pm8001_chip_smp_req() 3931 sg_req = &task->smp_task.smp_req; in pm8001_chip_smp_req() 3953 cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_req)); in pm8001_chip_smp_req() 3955 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-4); in pm8001_chip_smp_req() 3972 dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_req, 1, in pm8001_chip_smp_req() 4763 .smp_req = pm8001_chip_smp_req,
|
| /linux/drivers/scsi/aic94xx/ |
| H A D | aic94xx_sas.h | 374 struct sg_el smp_req; member
|
| /linux/drivers/scsi/hisi_sas/ |
| H A D | hisi_sas_main.c | 260 dma_unmap_sg(dev, &task->smp_task.smp_req, in hisi_sas_slot_task_free() 322 dma_unmap_sg(dev, &task->smp_task.smp_req, in hisi_sas_dma_unmap() 347 *n_elem = dma_map_sg(dev, &task->smp_task.smp_req, in hisi_sas_dma_map() 353 req_len = sg_dma_len(&task->smp_task.smp_req); in hisi_sas_dma_map()
|
| H A D | hisi_sas_v1_hw.c | 926 sg_req = &task->smp_task.smp_req; in prep_smp_v1_hw()
|
| H A D | hisi_sas_v3_hw.c | 1446 sg_req = &task->smp_task.smp_req; in prep_smp_v3_hw()
|
| /linux/drivers/scsi/mvsas/ |
| H A D | mv_sas.c | 311 sg_req = &task->smp_task.smp_req; in mvs_task_prep_smp() 394 dma_unmap_sg(mvi->dev, &tei->task->smp_task.smp_req, 1, in mvs_task_prep_smp() 873 dma_unmap_sg(mvi->dev, &task->smp_task.smp_req, 1, in mvs_slot_task_free()
|
| /linux/drivers/scsi/esas2r/ |
| H A D | atioctl.h | 418 u8 smp_req[1020]; member
|
| /linux/drivers/scsi/libsas/ |
| H A D | sas_expander.c | 80 task->smp_task.smp_req = *req; in smp_execute_task_sg()
|