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

/drivers/scsi/lpfc/
H A Dlpfc_mbox.c1362 phba->host_gp = &phba->mbox->us.s2.host[0];
1374 phba->host_gp = &mb_slim->us.s3.host[0];
1377 phba->host_gp = &mb_slim->us.s2.host[0];
1383 (void __iomem *)phba->host_gp -
1393 lpfc_memcpy_to_slim(phba->host_gp + i, &hgp,
1394 sizeof(*phba->host_gp));
H A Dlpfc.h739 struct lpfc_hgp __iomem *host_gp; /* Host side get/put pointers */ member in struct:lpfc_hba
H A Dlpfc_sli.c1501 writel(pring->cmdidx, &phba->host_gp[pring->ringno].cmdPutInx);
3014 writel(pring->rspidx, &phba->host_gp[pring->ringno].rspGetInx);
3324 writel(pring->rspidx, &phba->host_gp[pring->ringno].rspGetInx);

Completed in 235 milliseconds