Home
last modified time | relevance | path

Searched refs:internal_req (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dhptiop.c331 struct hpt_iop_request_header *reqhdr = hba->u.mv.internal_req; in iop_send_sync_request_mv()
352 hba->u.mvfrey.internal_req.req_virt; in iop_send_sync_request_mvfrey()
357 hba->ops->post_req(hba, &(hba->u.mvfrey.internal_req)); in iop_send_sync_request_mvfrey()
439 struct hpt_iop_request_get_config *req = hba->u.mv.internal_req; in iop_get_config_mv()
515 struct hpt_iop_request_set_config *req = hba->u.mv.internal_req; in iop_set_config_mv()
538 hba->u.mvfrey.internal_req.req_virt; in iop_set_config_mvfrey()
1201 hba->u.mv.internal_req = dma_alloc_coherent(&hba->pcidev->dev, in hptiop_internal_memalloc_mv()
1203 if (hba->u.mv.internal_req) in hptiop_internal_memalloc_mv()
1235 hba->u.mvfrey.internal_req.req_virt = p; in hptiop_internal_memalloc_mvfrey()
1236 hba->u.mvfrey.internal_req.req_shifted_phy = phy >> 5; in hptiop_internal_memalloc_mvfrey()
[all …]
Dhptiop.h287 void *internal_req; member
295 struct hptiop_request internal_req; member