Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Dmcs.h236 void mcs_get_port_stats(struct mcs *mcs, struct mcs_port_stats *stats, int id, int dir);
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()
Dmcs_rvu_if.c338 mcs_get_port_stats(mcs, rsp, req->id, req->dir); in rvu_mbox_handler_mcs_get_port_stats()
Dmbox.h326 M(MCS_GET_PORT_STATS, 0xa010, mcs_get_port_stats, mcs_stats_req, \
Drvu_debugfs.c240 mcs_get_port_stats(mcs, &stats, lmac, dir); in rvu_dbg_mcs_port_stats_display()