Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.h238 u64 bgx_get_tx_stats(int node, int bgx_idx, int lmac, int idx);
Dthunder_bgx.c643 u64 bgx_get_tx_stats(int node, int bgx_idx, int lmac, int idx) in bgx_get_tx_stats() function
653 EXPORT_SYMBOL(bgx_get_tx_stats);
Dnic_main.c247 mbx.bgx_stats.stats = bgx_get_tx_stats(nic->node, bgx_idx, in nic_get_bgx_stats()