Searched refs:cgx_get_rx_stats (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | cgx.h | 128 int cgx_get_rx_stats(void *cgxd, int lmac_id, int idx, u64 *rx_stat);
|
D | rvu_cgx.c | 431 err = cgx_get_rx_stats(cgxd, lmac, stat, &rx_stat); in rvu_mbox_handler_cgx_stats()
|
D | cgx.c | 313 int cgx_get_rx_stats(void *cgxd, int lmac_id, int idx, u64 *rx_stat) in cgx_get_rx_stats() function
|
D | rvu_debugfs.c | 1534 err = cgx_get_rx_stats(cgxd, lmac_id, stat, &rx_stat); in cgx_print_stats()
|