Searched refs:max_buffer (Results 1 – 2 of 2) sorted by relevance
154 uint16_t max_buffer; member
403 pf->max_buffer = limit; in dwc_otg_init_fifo()2130 uint32_t max_buffer; in dwc_otg_data_tx() local2139 max_buffer = sc->sc_hw_ep_profile[td->ep_no].max_buffer; in dwc_otg_data_tx()2177 if (max_buffer != 0) { in dwc_otg_data_tx()2181 if (fifo_left > max_buffer) in dwc_otg_data_tx()2182 fifo_left = max_buffer; in dwc_otg_data_tx()2232 if ((max_buffer != 0) && ((td->max_packet_size & 3) == 0)) { in dwc_otg_data_tx()2234 mpkt = max_buffer / td->max_packet_size; in dwc_otg_data_tx()