Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mailbox/
Dbcm-pdc-mailbox.c427 struct pdc_state *pdcs; in pdc_debugfs_read() local
437 pdcs = filp->private_data; in pdc_debugfs_read()
440 "SPU %u stats:\n", pdcs->pdc_idx); in pdc_debugfs_read()
443 pdcs->pdc_requests); in pdc_debugfs_read()
446 pdcs->pdc_replies); in pdc_debugfs_read()
449 pdcs->last_tx_not_done); in pdc_debugfs_read()
452 pdcs->tx_ring_full); in pdc_debugfs_read()
455 pdcs->rx_ring_full); in pdc_debugfs_read()
458 pdcs->txnobuf); in pdc_debugfs_read()
461 pdcs->rxnobuf); in pdc_debugfs_read()
[all …]