Searched defs:mcs_clear_stats (Results 1 – 2 of 2) sorted by relevance
2248 struct mcs_clear_stats { struct2249 struct mbox_msghdr hdr;2255 u8 type; /* FLOWID, SECY, SC, SA, PORT */2256 u8 id; /* type = PORT, If id = FF(invalid) port no is derived from pcifunc */2257 u8 mcs_id;2258 u8 dir;2259 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