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

/freebsd-13-stable/sys/dev/usb/gadget/
H A Dg_modem.h33 #define G_MODEM_BUFSIZE 4096 /* bytes */ macro
H A Dg_modem.c90 uint8_t sc_data_buf[G_MODEM_BUFSIZE];
176 .bufsize = G_MODEM_BUFSIZE,
188 .bufsize = G_MODEM_BUFSIZE,
406 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 108 milliseconds