Home
last modified time | relevance | path

Searched defs:mcs_clear_stats (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h2174 struct mcs_clear_stats { struct
2175 struct mbox_msghdr hdr;
2181 u8 type; /* FLOWID, SECY, SC, SA, PORT */
2182 u8 id; /* type = PORT, If id = FF(invalid) port no is derived from pcifunc */
2183 u8 mcs_id;
2184 u8 dir;
2185 u8 all; /* All resources stats mapped to PF are cleared */
H A Dmcs.c252 void mcs_clear_stats(struct mcs *mcs, u8 type, u8 id, int dir) in mcs_clear_stats() function