Lines Matching refs:internal_req
323 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;
1189 hba->u.mv.internal_req = dma_alloc_coherent(&hba->pcidev->dev,
1191 if (hba->u.mv.internal_req)
1223 hba->u.mvfrey.internal_req.req_virt = p;
1224 hba->u.mvfrey.internal_req.req_shifted_phy = phy >> 5;
1225 hba->u.mvfrey.internal_req.scp = NULL;
1226 hba->u.mvfrey.internal_req.next = NULL;
1256 if (hba->u.mv.internal_req) {
1258 hba->u.mv.internal_req, hba->u.mv.internal_req_phy);
1266 if (hba->u.mvfrey.internal_req.req_virt) {
1269 hba->u.mvfrey.internal_req.req_virt,
1271 hba->u.mvfrey.internal_req.req_shifted_phy << 5);