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

/freebsd-10.2-release/sys/dev/usb/controller/
H A Ddwc_otg.h158 uint16_t tx_p_size; /* periodic */ member in struct:dwc_otg_chan_state
H A Ddwc_otg.c621 uint32_t tx_p_size; local
635 tx_p_size = td->max_packet_size;
637 if (td->hcsplt != 0 && tx_p_size > HCSPLT_XACTLEN_BURST)
638 tx_p_size = HCSPLT_XACTLEN_BURST;
639 if ((sc->sc_tx_cur_p_level + tx_p_size) > sc->sc_tx_max_size) {
644 tx_p_size = 0;
655 tx_p_size = 0;
667 sc->sc_chan_state[x].tx_p_size = tx_p_size;
671 sc->sc_tx_cur_p_level += tx_p_size;
[all...]

Completed in 49 milliseconds