Searched refs:mcs_get_port_stats (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mcs.h | 236 void mcs_get_port_stats(struct mcs *mcs, struct mcs_port_stats *stats, int id, int dir);
|
D | mcs.c | 145 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()
|
D | mcs_rvu_if.c | 338 mcs_get_port_stats(mcs, rsp, req->id, req->dir); in rvu_mbox_handler_mcs_get_port_stats()
|
D | mbox.h | 326 M(MCS_GET_PORT_STATS, 0xa010, mcs_get_port_stats, mcs_stats_req, \
|
D | rvu_debugfs.c | 240 mcs_get_port_stats(mcs, &stats, lmac, dir); in rvu_dbg_mcs_port_stats_display()
|