Lines Matching defs: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);
879 (u32)_req->index);
906 reqhdr->context = cpu_to_le32(_req->index<<8 |
928 u32 index;
934 (_req->index << 4) | reqhdr->type);
939 index = hba->u.mvfrey.inlist_wptr & 0x3fff;
941 if (index == hba->u.mvfrey.list_count) {
942 index = 0;
947 hba->u.mvfrey.inlist[index].addr =
949 hba->u.mvfrey.inlist[index].intrfc_len = (reqhdr->size + 3) / 4;
1021 _req->index, _req->req_virt);
1452 hba->reqs[i].index = i;