Home
last modified time | relevance | path

Searched refs:mcs_get_port_stats (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs.h236 void mcs_get_port_stats(struct mcs *mcs, struct mcs_port_stats *stats, int id, int dir);
H A Dmcs.c145 void mcs_get_port_stats(struct mcs *mcs, struct mcs_port_stats *stats, in mcs_get_port_stats() function
285 mcs_get_port_stats(mcs, &port_st, id, dir); in mcs_clear_stats()
H A Dmbox.h368 M(MCS_GET_PORT_STATS, 0xa010, mcs_get_port_stats, mcs_stats_req, \
H A Drvu_debugfs.c210 mcs_get_port_stats(mcs, &stats, lmac, dir); in rvu_dbg_mcs_port_stats_display()