Lines Matching refs:length_field
3562 u32 field, length_field, remainder; in xhci_queue_bulk_tx() local
3662 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_bulk_tx()
3669 length_field, in xhci_queue_bulk_tx()
3789 u32 length_field, remainder; in xhci_queue_ctrl_tx() local
3805 length_field = TRB_LEN(urb->transfer_buffer_length) | in xhci_queue_ctrl_tx()
3813 length_field, in xhci_queue_ctrl_tx()
4010 u32 field, length_field; in xhci_queue_isoc_tx() local
4120 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_isoc_tx()
4125 length_field |= TRB_TD_SIZE_TBC(burst_count); in xhci_queue_isoc_tx()
4127 length_field |= TRB_TD_SIZE(remainder); in xhci_queue_isoc_tx()
4133 length_field, in xhci_queue_isoc_tx()