Searched refs:host_gp (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_mbox.c1431 phba->host_gp = (struct lpfc_hgp __iomem *)
1444 phba->host_gp = &mb_slim->us.s3.host[0];
1447 phba->host_gp = &mb_slim->us.s2.host[0];
1453 (void __iomem *)phba->host_gp -
1463 lpfc_memcpy_to_slim(phba->host_gp + i, &hgp,
1464 sizeof(*phba->host_gp));
H A Dlpfc.h1249 struct lpfc_hgp __iomem *host_gp; /* Host side get/put pointers */ member in struct:lpfc_hba
H A Dlpfc_sli.c2228 writel(pring->sli.sli3.cmdidx, &phba->host_gp[pring->ringno].cmdPutInx);
4142 &phba->host_gp[pring->ringno].rspGetInx);
4461 &phba->host_gp[pring->ringno].rspGetInx);
/linux-master/arch/mips/kvm/
H A Dentry.c193 UASM_i_SW(&p, GPR_GP, offsetof(struct kvm_vcpu_arch, host_gp), GPR_K1);
689 UASM_i_LW(&p, GPR_GP, offsetof(struct kvm_vcpu_arch, host_gp), GPR_K1);
/linux-master/arch/mips/include/asm/
H A Dkvm_host.h296 unsigned long host_gp; member in struct:kvm_vcpu_arch

Completed in 219 milliseconds