• Home
  • Raw
  • Download

Lines Matching refs:generic

82 	return TRB_TYPE_NOOP_LE32(trb->generic.field[3]);  in trb_is_noop()
126 trb->generic.field[0] = 0; in trb_to_noop()
127 trb->generic.field[1] = 0; in trb_to_noop()
128 trb->generic.field[2] = 0; in trb_to_noop()
130 trb->generic.field[3] &= cpu_to_le32(TRB_CYCLE); in trb_to_noop()
131 trb->generic.field[3] |= cpu_to_le32(TRB_TYPE(noop_type)); in trb_to_noop()
210 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq()
617 trb->generic.field[3] ^= cpu_to_le32(TRB_CYCLE); in td_to_noop()
712 if (unlikely(TRB_TO_SUSPEND_PORT(le32_to_cpu(trb->generic.field[3])))) { in xhci_handle_cmd_stop_ep()
721 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_stop_ep()
1046 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_set_deq()
1047 stream_id = TRB_TO_STREAM_ID(le32_to_cpu(trb->generic.field[2])); in xhci_handle_cmd_set_deq()
1137 ep_index = TRB_TO_EP_INDEX(le32_to_cpu(trb->generic.field[3])); in xhci_handle_cmd_reset_ep()
1171 if ((le32_to_cpu(trb->generic.field[3])) & TRB_TSP) in xhci_handle_cmd_reset_ep()
1386 trace_xhci_handle_command(xhci->cmd_ring, &cmd_trb->generic); in handle_cmd_completion()
1433 cmd_type = TRB_FIELD_TO_TYPE(le32_to_cpu(cmd_trb->generic.field[3])); in handle_cmd_completion()
1453 le32_to_cpu(cmd_trb->generic.field[3]))); in handle_cmd_completion()
1459 le32_to_cpu(cmd_trb->generic.field[3]))); in handle_cmd_completion()
1469 le32_to_cpu(cmd_trb->generic.field[3]))); in handle_cmd_completion()
1477 le32_to_cpu(cmd_trb->generic.field[3])); in handle_cmd_completion()
1509 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event->generic.field[3])); in handle_vendor_event()
1521 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->generic.field[3])); in handle_device_notification()
1578 if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS) in handle_port_status()
1582 port_id = GET_PORT_ID(le32_to_cpu(event->generic.field[0])); in handle_port_status()
1999 sum += TRB_LEN(le32_to_cpu(trb->generic.field[2])); in sum_trb_lengths()
2019 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(ep_trb->generic.field[3])); in process_ctrl_td()
2129 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2])); in process_isoc_td()
2241 ep_trb_len = TRB_LEN(le32_to_cpu(ep_trb->generic.field[2])); in process_bulk_intr_td()
2691 trace_xhci_handle_event(xhci->event_ring, &event->generic); in xhci_handle_event()
2856 trb = &ring->enqueue->generic; in queue_trb()
3285 start_trb = &ring->enqueue->generic; in xhci_queue_bulk_tx()
3437 start_trb = &ep_ring->enqueue->generic; in xhci_queue_ctrl_tx()
3694 start_trb = &ep_ring->enqueue->generic; in xhci_queue_isoc_tx()