Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/process/
H A Dindex.rst35 maintainer-pgp-guide
H A Dmaintainer-pgp-guide.rst4 :Original: Documentation/process/maintainer-pgp-guide.rst
776 trust-model tofu+pgp
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c2063 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno]; in lpfc_sli_next_iocb_slot() local
2075 pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx); in lpfc_sli_next_iocb_slot()
3889 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno]; in lpfc_sli_rsp_pointers_error() local
3897 pring->ringno, le32_to_cpu(pgp->rspPutInx), in lpfc_sli_rsp_pointers_error()
3997 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno]; in lpfc_sli_handle_fast_ring_event() local
4017 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
4145 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
4159 pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx); in lpfc_sli_handle_fast_ring_event()
4383 struct lpfc_pgp *pgp; in lpfc_sli_handle_slow_ring_event_s3() local
4391 pgp = &phba->port_gp[pring->ringno]; in lpfc_sli_handle_slow_ring_event_s3()
[all …]
/linux/Documentation/translations/it_IT/process/
H A Dmaintainer-pgp-guide.rst3 :Original: :ref:`Documentation/process/maintainer-pgp-guide.rst <pgpguide>`
925 trust-model tofu+pgp
/linux/kernel/rcu/
H A Dtree.c570 unsigned int pgp = seqs & 0xffffULL; in rcutorture_format_gp_seqs() local
572 snprintf(cp, len, "g%04x:e%06x:p%04x", ggp, egp, pgp); in rcutorture_format_gp_seqs()