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

/linux-master/drivers/scsi/
H A Dhptiop.c323 struct hpt_iop_request_header *reqhdr = hba->u.mv.internal_req;
344 hba->u.mvfrey.internal_req.req_virt;
349 hba->ops->post_req(hba, &(hba->u.mvfrey.internal_req));
431 struct hpt_iop_request_get_config *req = hba->u.mv.internal_req;
507 struct hpt_iop_request_set_config *req = hba->u.mv.internal_req;
530 hba->u.mvfrey.internal_req.req_virt;
1184 hba->u.mv.internal_req = dma_alloc_coherent(&hba->pcidev->dev,
1186 if (hba->u.mv.internal_req)
1218 hba->u.mvfrey.internal_req.req_virt = p;
1219 hba->u.mvfrey.internal_req
[all...]
H A Dhptiop.h279 void *internal_req; member in struct:hptiop_hba::__anon462::__anon464
287 struct hptiop_request internal_req; member in struct:hptiop_hba::__anon462::__anon465
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hwrm.c195 struct input *internal_req = req; local
214 memcpy(internal_req, new_req, len);
216 internal_req->req_type = ((struct input *)new_req)->req_type;
225 req_type = le16_to_cpu(internal_req->req_type);

Completed in 213 milliseconds