[go: nahoru, domu]

Searched refs:pgp (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/obdecho/
H A Decho_client.c1532 struct brw_page *pgp; local
1571 for (i = 0, pgp = pga, off = offset;
1573 i++, pgp++, off += PAGE_CACHE_SIZE) {
1575 LASSERT (pgp->pg == NULL); /* for cleanup */
1578 OBD_PAGE_ALLOC(pgp->pg, gfp_mask);
1579 if (pgp->pg == NULL)
1582 pages[i] = pgp->pg;
1583 pgp->count = PAGE_CACHE_SIZE;
1584 pgp->off = off;
1585 pgp
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_sli.c1364 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno]; local
1373 pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx);
2826 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno]; local
2834 pring->ringno, le32_to_cpu(pgp->rspPutInx),
2920 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno]; local
2940 portRspPut = le32_to_cpu(pgp->rspPutInx);
3062 * been updated, sync the pgp->rspPutInx and fetch the new port
3069 portRspPut = le32_to_cpu(pgp->rspPutInx);
3083 pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx);
3300 struct lpfc_pgp *pgp; local
[all...]

Completed in 58 milliseconds