Searched refs:cgx_get_rx_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 | 131 int cgx_get_rx_stats(void *cgxd, int lmac_id, int idx, u64 *rx_stat);
|
H A D | rvu_cgx.c | 446 err = cgx_get_rx_stats(cgxd, lmac, stat, &rx_stat); in rvu_mbox_handler_cgx_stats()
|
H A D | cgx.c | 323 int cgx_get_rx_stats(void *cgxd, int lmac_id, int idx, u64 *rx_stat) in cgx_get_rx_stats() function
|
H A D | rvu_debugfs.c | 1534 err = cgx_get_rx_stats(cgxd, lmac_id, stat, &rx_stat); in cgx_print_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | cgx.h | 143 int cgx_get_rx_stats(void *cgxd, int lmac_id, int idx, u64 *rx_stat);
|
H A D | cgx.c | 679 int cgx_get_rx_stats(void *cgxd, int lmac_id, int idx, u64 *rx_stat) in cgx_get_rx_stats() function 1775 .mac_get_rx_stats = cgx_get_rx_stats,
|
Completed in 11 milliseconds