Home
last modified time | relevance | path

Searched refs:remaining_packet_size (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c503 u32 remaining_packet_size = 0; in cdns2_ep_tx_isoc() local
538 remaining_packet_size = split_size; in cdns2_ep_tx_isoc()
542 if (remaining_packet_size == 0) in cdns2_ep_tx_isoc()
543 remaining_packet_size = split_size; in cdns2_ep_tx_isoc()
550 trb_buff_len = min(trb_buff_len, remaining_packet_size); in cdns2_ep_tx_isoc()
605 remaining_packet_size -= trb_buff_len; in cdns2_ep_tx_isoc()