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, remainder; in cdnsp_queue_ctrl_tx() local
2036 length_field = TRB_LEN(preq->request.length) | in cdnsp_queue_ctrl_tx()
2044 upper_32_bits(preq->request.dma), length_field, in cdnsp_queue_ctrl_tx()
2183 u32 field, length_field; in cdnsp_queue_isoc_tx() local
2237 length_field = TRB_LEN(trb_buff_len) | TRB_INTR_TARGET(0); in cdnsp_queue_isoc_tx()
2242 length_field |= TRB_TD_SIZE(remainder); in cdnsp_queue_isoc_tx()
2244 length_field |= TRB_TD_SIZE_TBC(burst_count); in cdnsp_queue_isoc_tx()
2263 length_field, field); in cdnsp_queue_isoc_tx()