Lines Matching refs:index
585 static void __iomem *hptiop_map_pci_bar(struct hptiop_hba *hba, int index)
593 if (!(pci_resource_flags(pcidev, index) & IORESOURCE_MEM)) {
599 mem_base_phy = pci_resource_start(pcidev, index);
600 length = pci_resource_len(pcidev, index);
711 dprintk("free_req(%d, %p)\n", req->index, req);
880 (u32)_req->index);
907 reqhdr->context = cpu_to_le32(_req->index<<8 |
929 u32 index;
935 (_req->index << 4) | reqhdr->type);
940 index = hba->u.mvfrey.inlist_wptr & 0x3fff;
942 if (index == hba->u.mvfrey.list_count) {
943 index = 0;
948 hba->u.mvfrey.inlist[index].addr =
950 hba->u.mvfrey.inlist[index].intrfc_len = (reqhdr->size + 3) / 4;
1026 _req->index, _req->req_virt);
1457 hba->reqs[i].index = i;