Lines Matching refs:transtable
7631 if (h->transtable) {
7632 iounmap(h->transtable);
7633 h->transtable = NULL;
7667 h->transtable = remap_pci_mem(pci_resource_start(h->pdev,
7669 sizeof(*h->transtable));
7670 if (!h->transtable) {
9237 writel(bft[i], &h->transtable->BlockFetch[i]);
9240 writel(h->max_commands, &h->transtable->RepQSize);
9241 writel(h->nreply_queues, &h->transtable->RepQCount);
9242 writel(0, &h->transtable->RepQCtrAddrLow32);
9243 writel(0, &h->transtable->RepQCtrAddrHigh32);
9246 writel(0, &h->transtable->RepQAddr[i].upper);
9248 &h->transtable->RepQAddr[i].lower);