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

/freebsd-10.2-release/sys/dev/usb/controller/
H A Ddwc_otg.h159 uint16_t tx_np_size; /* non-periodic */ member in struct:dwc_otg_chan_state
H A Ddwc_otg.c622 uint32_t tx_np_size; local
636 tx_np_size = 0;
645 tx_np_size = td->max_packet_size;
646 if (td->hcsplt != 0 && tx_np_size > HCSPLT_XACTLEN_BURST)
647 tx_np_size = HCSPLT_XACTLEN_BURST;
648 if ((sc->sc_tx_cur_np_level + tx_np_size) > sc->sc_tx_max_size) {
656 tx_np_size = 0;
668 sc->sc_chan_state[x].tx_np_size = tx_np_size;
672 sc->sc_tx_cur_np_level += tx_np_size;
[all...]

Completed in 99 milliseconds