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

/freebsd-11.0-release/sys/dev/usb/gadget/
H A Dg_modem.h31 #define G_MODEM_BUFSIZE 4096 /* bytes */ macro
H A Dg_modem.c88 uint8_t sc_data_buf[G_MODEM_BUFSIZE];
174 .bufsize = G_MODEM_BUFSIZE,
186 .bufsize = G_MODEM_BUFSIZE,
405 max = sc->sc_tx_interval ? mod : G_MODEM_BUFSIZE;
483 usbd_xfer_set_frame_data(xfer, 0, sc->sc_data_buf, G_MODEM_BUFSIZE);

Completed in 46 milliseconds