Searched hist:"25 ba596d137db208ace697e3adc7cc35b3b2882b" (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/networking/device_drivers/ethernet/meta/ |
H A D | fbnic.rst | diff 25ba596d137db208ace697e3adc7cc35b3b2882b Fri Nov 15 02:53:43 CET 2024 Sanman Pradhan <sanman.p211993@gmail.com> eth: fbnic: add PCIe hardware statistics
Add PCIe hardware statistics support to the fbnic driver. These stats provide insight into PCIe transaction performance and error conditions.
Which includes, read/write and completion TLP counts and DWORD counts and debug counters for tag, completion credit and NP credit exhaustion
The stats are exposed via debugfs and can be used to monitor PCIe performance and debug PCIe issues.
Signed-off-by: Sanman Pradhan <sanman.p211993@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/20241115015344.757567-5-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_hw_stats.c | diff 25ba596d137db208ace697e3adc7cc35b3b2882b Fri Nov 15 02:53:43 CET 2024 Sanman Pradhan <sanman.p211993@gmail.com> eth: fbnic: add PCIe hardware statistics
Add PCIe hardware statistics support to the fbnic driver. These stats provide insight into PCIe transaction performance and error conditions.
Which includes, read/write and completion TLP counts and DWORD counts and debug counters for tag, completion credit and NP credit exhaustion
The stats are exposed via debugfs and can be used to monitor PCIe performance and debug PCIe issues.
Signed-off-by: Sanman Pradhan <sanman.p211993@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/20241115015344.757567-5-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | fbnic_hw_stats.h | diff 25ba596d137db208ace697e3adc7cc35b3b2882b Fri Nov 15 02:53:43 CET 2024 Sanman Pradhan <sanman.p211993@gmail.com> eth: fbnic: add PCIe hardware statistics
Add PCIe hardware statistics support to the fbnic driver. These stats provide insight into PCIe transaction performance and error conditions.
Which includes, read/write and completion TLP counts and DWORD counts and debug counters for tag, completion credit and NP credit exhaustion
The stats are exposed via debugfs and can be used to monitor PCIe performance and debug PCIe issues.
Signed-off-by: Sanman Pradhan <sanman.p211993@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/20241115015344.757567-5-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | fbnic_csr.h | diff 25ba596d137db208ace697e3adc7cc35b3b2882b Fri Nov 15 02:53:43 CET 2024 Sanman Pradhan <sanman.p211993@gmail.com> eth: fbnic: add PCIe hardware statistics
Add PCIe hardware statistics support to the fbnic driver. These stats provide insight into PCIe transaction performance and error conditions.
Which includes, read/write and completion TLP counts and DWORD counts and debug counters for tag, completion credit and NP credit exhaustion
The stats are exposed via debugfs and can be used to monitor PCIe performance and debug PCIe issues.
Signed-off-by: Sanman Pradhan <sanman.p211993@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/20241115015344.757567-5-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | fbnic_pci.c | diff 25ba596d137db208ace697e3adc7cc35b3b2882b Fri Nov 15 02:53:43 CET 2024 Sanman Pradhan <sanman.p211993@gmail.com> eth: fbnic: add PCIe hardware statistics
Add PCIe hardware statistics support to the fbnic driver. These stats provide insight into PCIe transaction performance and error conditions.
Which includes, read/write and completion TLP counts and DWORD counts and debug counters for tag, completion credit and NP credit exhaustion
The stats are exposed via debugfs and can be used to monitor PCIe performance and debug PCIe issues.
Signed-off-by: Sanman Pradhan <sanman.p211993@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/20241115015344.757567-5-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|