Lines Matching refs:generic

87 	return TRB_TYPE_NOOP_LE32(trb->generic.field[3]);  in trb_is_noop()
137 trb->generic.field[0] = 0; in trb_to_noop()
138 trb->generic.field[1] = 0; in trb_to_noop()
139 trb->generic.field[2] = 0; in trb_to_noop()
141 trb->generic.field[3] &= cpu_to_le32(TRB_CYCLE); in trb_to_noop()
142 trb->generic.field[3] |= cpu_to_le32(TRB_TYPE(noop_type)); in trb_to_noop()
266 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq()
717 new_cycle = le32_to_cpu(td->end_trb->generic.field[3]) & TRB_CYCLE; in xhci_move_dequeue_past_td()
810 trb->generic.field[3] ^= cpu_to_le32(TRB_CYCLE); in td_to_noop()
1188 if (unlikely(TRB_TO_SUSPEND_PORT(le32_to_cpu(trb->generic.field[3])))) { in xhci_handle_cmd_stop_ep()
1195 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_stop_ep()
1424 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_set_deq()
1425 stream_id = TRB_TO_STREAM_ID(le32_to_cpu(trb->generic.field[2])); in xhci_handle_cmd_set_deq()
1559 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_reset_ep()
1582 if ((le32_to_cpu(trb->generic.field[3])) & TRB_TSP) in xhci_handle_cmd_reset_ep()
1730 cmd_field3 = le32_to_cpu(xhci->current_cmd->command_trb->generic.field[3]); in xhci_handle_command_timeout()
1806 trace_xhci_handle_command(xhci->cmd_ring, &cmd_trb->generic, cmd_dma); in handle_cmd_completion()
1853 cmd_type = TRB_FIELD_TO_TYPE(le32_to_cpu(cmd_trb->generic.field[3])); in handle_cmd_completion()
1872 le32_to_cpu(cmd_trb->generic.field[3]))); in handle_cmd_completion()
1879 le32_to_cpu(cmd_trb->generic.field[3]))); in handle_cmd_completion()
1889 le32_to_cpu(cmd_trb->generic.field[3]))); in handle_cmd_completion()
1897 le32_to_cpu(cmd_trb->generic.field[3])); in handle_cmd_completion()
1940 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->generic.field[3])); in handle_device_notification()
1995 if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS) in handle_port_status()
1999 port_id = GET_PORT_ID(le32_to_cpu(event->generic.field[0])); in handle_port_status()
2300 sum += TRB_LEN(le32_to_cpu(trb->generic.field[2])); in sum_trb_lengths()
2317 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(ep_trb->generic.field[3])); in process_ctrl_td()
2421 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2])); in process_isoc_td()
2544 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2])); in process_bulk_intr_td()
3007 trace_xhci_handle_event(ir->event_ring, &event->generic, in xhci_handle_event_trb()
3260 trb = &ring->enqueue->generic; in queue_trb()
3680 start_trb = &ring->enqueue->generic; in xhci_queue_bulk_tx()
3846 start_trb = &ep_ring->enqueue->generic; in xhci_queue_ctrl_tx()
4121 start_trb = &ep_ring->enqueue->generic; in xhci_queue_isoc_tx()