Home
last modified time | relevance | path

Searched refs:G_MODEM_BUFSIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/gadget/
H A Dg_modem.c88 uint8_t sc_data_buf[G_MODEM_BUFSIZE];
172 .bufsize = G_MODEM_BUFSIZE,
184 .bufsize = G_MODEM_BUFSIZE,
402 max = sc->sc_tx_interval ? mod : G_MODEM_BUFSIZE; in g_modem_bulk_write_callback()
479 usbd_xfer_set_frame_data(xfer, 0, sc->sc_data_buf, G_MODEM_BUFSIZE); in g_modem_bulk_read_callback()
H A Dg_modem.h32 #define G_MODEM_BUFSIZE 4096 /* bytes */ macro