Searched refs:UTOPPY_BSIZE (Results 1 – 1 of 1) sorted by relevance
96 #define UTOPPY_BSIZE 0xffff macro549 if (len >= UTOPPY_BSIZE) { in utoppy_send_packet()637 bytesleft = UTOPPY_BSIZE; in utoppy_recv_packet()1340 sc->sc_out_data = kmem_alloc(UTOPPY_BSIZE + 1, KM_SLEEP); in utoppyopen()1341 sc->sc_in_data = kmem_alloc(UTOPPY_BSIZE + 1, KM_SLEEP); in utoppyopen()1396 kmem_free(sc->sc_out_data, UTOPPY_BSIZE + 1); in utoppyclose()1401 kmem_free(sc->sc_in_data, UTOPPY_BSIZE + 1); in utoppyclose()1528 len = uimin(len, UTOPPY_BSIZE - (UTOPPY_HEADER_SIZE + in utoppywrite()