Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.h237 u64 bgx_get_rx_stats(int node, int bgx_idx, int lmac, int idx);
Dthunder_bgx.c629 u64 bgx_get_rx_stats(int node, int bgx_idx, int lmac, int idx) in bgx_get_rx_stats() function
641 EXPORT_SYMBOL(bgx_get_rx_stats);
Dnic_main.c244 mbx.bgx_stats.stats = bgx_get_rx_stats(nic->node, bgx_idx, in nic_get_bgx_stats()