Searched refs:TRB_type (Results 1 – 3 of 3) sorted by relevance
223 unsigned TRB_type : 6; // TRB类型 member245 unsigned TRB_type : 6; member268 unsigned TRB_type : 6; // TRB类型 member288 unsigned TRB_type : 6; // TRB类型 member303 unsigned TRB_type : 6; // TRB类型 member
208 if (unlikely(ptr->TRB_type == TRB_TYPE_LINK)) in __xhci_write_trb()709 switch (event_trb_ptr->TRB_type) // 根据event trb类型的不同,采取不同的措施 in xhci_hc_irq_handler()716 switch (((struct xhci_TRB_normal_t *)&origin_trb)->TRB_type) in xhci_hc_irq_handler()744 switch (event_trb_ptr->TRB_type) in xhci_hc_irq_handler()762 if (((struct xhci_TRB_normal_t *)&event_trb)->TRB_type == TRB_TYPE_LINK) in xhci_hc_irq_handler()1029 trb.TRB_type = TRB_TYPE_ADDRESS_DEVICE; in xhci_set_address()1080 trb.TRB_type = TRB_TYPE_SETUP_STAGE; in xhci_setup_stage()1119 trb.TRB_type = trb_type; in xhci_data_stage()1143 trb.TRB_type = TRB_TYPE_EVENT_DATA; in xhci_data_stage()1169 trb.TRB_type = TRB_TYPE_STATUS_STAGE; in xhci_status_stage()[all …]
77 ptr->TRB_type = TRB_TYPE_LINK; \