Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_mbox.c1438 phba->host_gp = (struct lpfc_hgp __iomem *) in lpfc_config_port()
1451 phba->host_gp = &mb_slim->us.s3.host[0]; in lpfc_config_port()
1454 phba->host_gp = &mb_slim->us.s2.host[0]; in lpfc_config_port()
1460 (void __iomem *)phba->host_gp - in lpfc_config_port()
1470 lpfc_memcpy_to_slim(phba->host_gp + i, &hgp, in lpfc_config_port()
1471 sizeof(*phba->host_gp)); in lpfc_config_port()
H A Dlpfc.h1241 struct lpfc_hgp __iomem *host_gp; /* Host side get/put pointers */ member
H A Dlpfc_sli.c2228 writel(pring->sli.sli3.cmdidx, &phba->host_gp[pring->ringno].cmdPutInx); in lpfc_sli_submit_iocb()
4137 &phba->host_gp[pring->ringno].rspGetInx); in lpfc_sli_handle_fast_ring_event()
4456 &phba->host_gp[pring->ringno].rspGetInx); in lpfc_sli_handle_slow_ring_event_s3()
/openbmc/linux/arch/mips/kvm/
H A Dentry.c246 UASM_i_SW(&p, GP, offsetof(struct kvm_vcpu_arch, host_gp), K1); in kvm_mips_build_vcpu_run()
742 UASM_i_LW(&p, GP, offsetof(struct kvm_vcpu_arch, host_gp), K1); in kvm_mips_build_exit()
/openbmc/linux/arch/mips/include/asm/
H A Dkvm_host.h296 unsigned long host_gp; member