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

  /src/sys/arch/macppc/dev/
cuda.c 137 static int cuda_send(void *, int, int, uint8_t *);
301 caa.send = cuda_send;
403 cuda_send(void *cookie, int poll, int length, uint8_t *msg) function
408 DPRINTF("cuda_send %08x\n", (uint32_t)cookie);
816 cuda_send(sc, 0, 2, cmd);
856 if (cuda_send(sc, 0, 6, cmd) == 0) {
913 cuda_send(sc, 0, 3, cmd);
954 cuda_send(sc, poll, len + 2, packet);
1003 cuda_send(sc, sc->sc_polling, send_len + 3, command);
1033 cuda_send(sc, sc->sc_polling, 3, command)
    [all...]
cuda.c 137 static int cuda_send(void *, int, int, uint8_t *);
301 caa.send = cuda_send;
403 cuda_send(void *cookie, int poll, int length, uint8_t *msg) function
408 DPRINTF("cuda_send %08x\n", (uint32_t)cookie);
816 cuda_send(sc, 0, 2, cmd);
856 if (cuda_send(sc, 0, 6, cmd) == 0) {
913 cuda_send(sc, 0, 3, cmd);
954 cuda_send(sc, poll, len + 2, packet);
1003 cuda_send(sc, sc->sc_polling, send_len + 3, command);
1033 cuda_send(sc, sc->sc_polling, 3, command)
    [all...]

Completed in 40 milliseconds