Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhptiop.c323 struct hpt_iop_request_header *reqhdr = hba->u.mv.internal_req; in iop_send_sync_request_mv()
344 hba->u.mvfrey.internal_req.req_virt; in iop_send_sync_request_mvfrey()
349 hba->ops->post_req(hba, &(hba->u.mvfrey.internal_req)); in iop_send_sync_request_mvfrey()
431 struct hpt_iop_request_get_config *req = hba->u.mv.internal_req; in iop_get_config_mv()
507 struct hpt_iop_request_set_config *req = hba->u.mv.internal_req; in iop_set_config_mv()
530 hba->u.mvfrey.internal_req.req_virt; in iop_set_config_mvfrey()
1184 hba->u.mv.internal_req = dma_alloc_coherent(&hba->pcidev->dev, in hptiop_internal_memalloc_mv()
1186 if (hba->u.mv.internal_req) in hptiop_internal_memalloc_mv()
1218 hba->u.mvfrey.internal_req.req_virt = p; in hptiop_internal_memalloc_mvfrey()
1219 hba->u.mvfrey.internal_req.req_shifted_phy = phy >> 5; in hptiop_internal_memalloc_mvfrey()
[all …]
H A Dhptiop.h279 void *internal_req; member
287 struct hptiop_request internal_req; member
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hwrm.c195 struct input *internal_req = req; in hwrm_req_replace() local
214 memcpy(internal_req, new_req, len); in hwrm_req_replace()
216 internal_req->req_type = ((struct input *)new_req)->req_type; in hwrm_req_replace()
225 req_type = le16_to_cpu(internal_req->req_type); in hwrm_req_replace()