Home | History | Annotate | Download | only in dev

Lines Matching defs:cuda_send

137 static int cuda_send(void *, int, int, uint8_t *);
303 caa.send = cuda_send;
405 cuda_send(void *cookie, int poll, int length, uint8_t *msg)
410 DPRINTF("cuda_send %08x\n", (uint32_t)cookie);
818 cuda_send(sc, 0, 2, cmd);
858 if (cuda_send(sc, 0, 6, cmd) == 0) {
915 cuda_send(sc, 0, 3, cmd);
956 cuda_send(sc, poll, len + 2, packet);
1005 cuda_send(sc, sc->sc_polling, send_len + 3, command);
1035 cuda_send(sc, sc->sc_polling, 3, command);