mcs_get_port_stats
M(MCS_GET_PORT_STATS, 0xa010, mcs_get_port_stats, mcs_stats_req, \
mcs_get_port_stats(mcs, &port_st, id, dir);
void mcs_get_port_stats(struct mcs *mcs, struct mcs_port_stats *stats, int id, int dir);
mcs_get_port_stats(mcs, rsp, req->id, req->dir);
mcs_get_port_stats(mcs, &stats, lmac, dir);