mcs_get_sc_stats
M(MCS_GET_SC_STATS, 0xa00e, mcs_get_sc_stats, mcs_stats_req, mcs_sc_stats) \
mcs_get_sc_stats(mcs, &sc_st, id, dir);
void mcs_get_sc_stats(struct mcs *mcs, struct mcs_sc_stats *stats, int id, int dir);
mcs_get_sc_stats(mcs, rsp, req->id, req->dir);
mcs_get_sc_stats(mcs, &stats, sc_id, MCS_TX);
mcs_get_sc_stats(mcs, &stats, sc_id, MCS_RX);