Lines Matching refs:length_field
1859 u32 field, length_field, remainder; in cdnsp_queue_bulk_tx() local
1971 length_field = TRB_LEN(trb_buff_len) | TRB_TD_SIZE(remainder) | in cdnsp_queue_bulk_tx()
1977 length_field, in cdnsp_queue_bulk_tx()
2009 u32 field, length_field, zlp = 0; in cdnsp_queue_ctrl_tx() local
2047 length_field = TRB_LEN(preq->request.length) | in cdnsp_queue_ctrl_tx()
2052 upper_32_bits(preq->request.dma), length_field, in cdnsp_queue_ctrl_tx()
2205 u32 field, length_field; in cdnsp_queue_isoc_tx() local
2259 length_field = TRB_LEN(trb_buff_len) | TRB_INTR_TARGET(0); in cdnsp_queue_isoc_tx()
2264 length_field |= TRB_TD_SIZE(remainder); in cdnsp_queue_isoc_tx()
2266 length_field |= TRB_TD_SIZE_TBC(burst_count); in cdnsp_queue_isoc_tx()
2285 length_field, field); in cdnsp_queue_isoc_tx()