Searched refs:trb_buff_len (Results 1 – 1 of 1) sorted by relevance
508 u32 trb_buff_len; in cdns2_ep_tx_isoc() local542 enqd_len += trb_buff_len) { in cdns2_ep_tx_isoc()550 trb_buff_len = TRB_BUFF_LEN_UP_TO_BOUNDARY(trb_dma); in cdns2_ep_tx_isoc()551 trb_buff_len = min(trb_buff_len, remaining_packet_size); in cdns2_ep_tx_isoc()552 trb_buff_len = min(trb_buff_len, block_length); in cdns2_ep_tx_isoc()554 if (trb_buff_len > full_len - enqd_len) in cdns2_ep_tx_isoc()555 trb_buff_len = full_len - enqd_len; in cdns2_ep_tx_isoc()565 if (enqd_len + trb_buff_len >= full_len || !pep->dir) in cdns2_ep_tx_isoc()581 if (enqd_len + trb_buff_len < full_len) in cdns2_ep_tx_isoc()584 length = TRB_LEN(trb_buff_len) | in cdns2_ep_tx_isoc()[all …]