HomeSort by: relevance | last modified time | path
    Searched defs:cuda_send (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/macppc/dev/
cuda.c 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) function in typeref:typename:int
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)
    [all...]

Completed in 12 milliseconds