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;
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.req_shifted_phy = phy >> 5;
1220 hba->u.mvfrey.internal_req.scp = NULL;
1221 hba->u.mvfrey.internal_req.next = NULL;
1251 if (hba->u.mv.internal_req) {
1253 hba->u.mv.internal_req, hba->u.mv.internal_req_phy);
1261 if (hba->u.mvfrey.internal_req.req_virt) {
1264 hba->u.mvfrey.internal_req.req_virt,
1266 hba->u.mvfrey.internal_req.req_shifted_phy << 5);