Lines Matching refs:cbl
698 err = usbd_create_xfer(pipe0, sizeof(sc->cbl), 0, 0,
725 err = usbd_create_xfer(pipe0, sizeof(sc->cbl), 0, 0,
729 err = usbd_create_xfer(pipe0, sizeof(sc->cbl), 0, 0,
733 err = usbd_create_xfer(pipe0, sizeof(sc->cbl), 0, 0,
1663 KASSERTMSG(sizeof(sc->cbl) >= SEND_DIAGNOSTIC_CMDLEN,
1664 "%s: CBL struct is too small (%zu < %u)\n",
1666 cbl), SEND_DIAGNOSTIC_CMDLEN);
1672 * the two the last 10 bytes of the cbl is filled with 0xff (section
1675 sc->cbl[0] = 0x1d; /* Command Block Reset */
1676 sc->cbl[1] = 0x04;
1678 sc->cbl[i] = 0xff;
1680 if (umass_cbi_adsc(sc, sc->cbl, SEND_DIAGNOSTIC_CMDLEN, 0,