Home
last modified time | relevance | path

Searched refs:pgp (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1554 struct brw_page *pgp; in echo_client_kbrw() local
1593 for (i = 0, pgp = pga, off = offset; in echo_client_kbrw()
1595 i++, pgp++, off += PAGE_CACHE_SIZE) { in echo_client_kbrw()
1597 LASSERT(pgp->pg == NULL); /* for cleanup */ in echo_client_kbrw()
1600 pgp->pg = alloc_page(gfp_mask); in echo_client_kbrw()
1601 if (pgp->pg == NULL) in echo_client_kbrw()
1604 pages[i] = pgp->pg; in echo_client_kbrw()
1605 pgp->count = PAGE_CACHE_SIZE; in echo_client_kbrw()
1606 pgp->off = off; in echo_client_kbrw()
1607 pgp->flag = brw_flags; in echo_client_kbrw()
[all …]
/linux-4.4.14/Documentation/isdn/
DHiSax.cert47 files are protected by md5 checksums and the md5sum file is pgp signed by
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli.c1368 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno]; in lpfc_sli_next_iocb_slot() local
1377 pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx); in lpfc_sli_next_iocb_slot()
2870 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno]; in lpfc_sli_rsp_pointers_error() local
2878 pring->ringno, le32_to_cpu(pgp->rspPutInx), in lpfc_sli_rsp_pointers_error()
2964 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno]; in lpfc_sli_handle_fast_ring_event() local
2984 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
3113 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
3127 pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx); in lpfc_sli_handle_fast_ring_event()
3344 struct lpfc_pgp *pgp; in lpfc_sli_handle_slow_ring_event_s3() local
3352 pgp = &phba->port_gp[pring->ringno]; in lpfc_sli_handle_slow_ring_event_s3()
[all …]