dbg_dump
dbg_dump(1, "bmc data", c.c_rxlen, cmd);
dbg_dump(50, "kcs sendmsg", c->c_txlen, sc->sc_buf);
dbg_dump(1, "kcs_sendmsg", c->c_txlen, sc->sc_buf);
dbg_dump(50, "kcs recvmsg", idx, sc->sc_buf);
dbg_dump(10, " send", c->c_txlen, c->c_data);
dbg_dump(10, " recv", c->c_rxlen, c->c_data);