Searched refs:cgx_get_tx_stats (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | cgx.h | 130 int cgx_get_tx_stats(void *cgxd, int lmac_id, int idx, u64 *tx_stat);
|
H A D | rvu_cgx.c | 456 err = cgx_get_tx_stats(cgxd, lmac, stat, &tx_stat); in rvu_mbox_handler_cgx_stats()
|
H A D | cgx.c | 333 int cgx_get_tx_stats(void *cgxd, int lmac_id, int idx, u64 *tx_stat) in cgx_get_tx_stats() function
|
H A D | rvu_debugfs.c | 1545 err = cgx_get_tx_stats(cgxd, lmac_id, stat, &tx_stat); in cgx_print_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | cgx.h | 142 int cgx_get_tx_stats(void *cgxd, int lmac_id, int idx, u64 *tx_stat);
|
H A D | cgx.c | 689 int cgx_get_tx_stats(void *cgxd, int lmac_id, int idx, u64 *tx_stat) in cgx_get_tx_stats() function 1776 .mac_get_tx_stats = cgx_get_tx_stats,
|
Completed in 9 milliseconds