Searched refs:t4_get_port_stats (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/cxgbe/common/ |
H A D | common.h | 728 void t4_get_port_stats(struct adapter *adap, int idx, struct port_stats *p);
|
H A D | t4_hw.c | 6842 t4_get_port_stats(adap, idx, stats); in t4_get_port_stats_offset() 6857 void t4_get_port_stats(struct adapter *adap, int idx, struct port_stats *p) in t4_get_port_stats() function
|
/freebsd/sys/dev/cxgbe/cudbg/ |
H A D | cudbg_lib.c | 1295 t4_get_port_stats(padap, i, &mac_stats_buff->stats[i]); in collect_macstats()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 7446 t4_get_port_stats(sc, pi->port_id, &pi->stats); in cxgbe_refresh_stats()
|