Searched defs:mcs_clear_stats (Results 1 – 2 of 2) sorted by relevance
2266 struct mcs_clear_stats { struct2267 struct mbox_msghdr hdr;2273 u8 type; /* FLOWID, SECY, SC, SA, PORT */2274 u8 id; /* type = PORT, If id = FF(invalid) port no is derived from pcifunc */2275 u8 mcs_id;2276 u8 dir;2277 u8 all; /* All resources stats mapped to PF are cleared */
252 void mcs_clear_stats(struct mcs *mcs, u8 type, u8 id, int dir) in mcs_clear_stats() function