Lines Matching refs:sc_cmd
326 sc->sc_cmd = malloc(MALO_CMD_BUFFER_SIZE, M_DEVBUF, M_WAITOK);
415 if (sc->sc_cmd != NULL)
416 free(sc->sc_cmd, M_DEVBUF);
1275 hdr = (struct malo_cmd_header *)sc->sc_cmd;
1300 struct malo_cmd_header *hdr = (struct malo_cmd_header *)sc->sc_cmd;
1314 struct malo_cmd_header *hdr = (struct malo_cmd_header *)sc->sc_cmd;
1347 hdr = (struct malo_cmd_header *)sc->sc_cmd;
1397 struct malo_cmd_header *hdr = (struct malo_cmd_header *)sc->sc_cmd;
1487 hdr = (struct malo_cmd_header *)sc->sc_cmd;
1515 hdr = (struct malo_cmd_header *)sc->sc_cmd;
1572 hdr = (struct malo_cmd_header *)sc->sc_cmd;
1624 hdr = (struct malo_cmd_header *)sc->sc_cmd;
1655 hdr = (struct malo_cmd_header *)sc->sc_cmd;
1684 hdr = (struct malo_cmd_header *)sc->sc_cmd;
1711 hdr = (struct malo_cmd_header *)sc->sc_cmd;
1757 hdr = (struct malo_cmd_header *)sc->sc_cmd;
1786 hdr = (struct malo_cmd_header *)sc->sc_cmd;
1821 hdr = (struct malo_cmd_header *)sc->sc_cmd;
1886 struct malo_cmd_header *hdr = (struct malo_cmd_header *)sc->sc_cmd;
1909 hdr = (struct malo_cmd_header *)sc->sc_cmd;
1942 cmalo_hexdump(sc->sc_cmd, psize);
1947 (uint16_t *)sc->sc_cmd, psize / sizeof(uint16_t));
1949 cmd = sc->sc_cmd;
1977 struct malo_cmd_header *hdr = (struct malo_cmd_header *)sc->sc_cmd;
1984 memset(sc->sc_cmd, 0, MALO_CMD_BUFFER_SIZE);
1997 (uint16_t *)sc->sc_cmd, psize / sizeof(uint16_t));
1999 sc->sc_cmd[psize - 1] = MALO_READ_1(sc, MALO_REG_CMD_READ);
2001 cmalo_hexdump(sc->sc_cmd, psize);