Home
last modified time | relevance | path

Searched refs:old_trb_comp_code (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-ring.c2635 switch (ring->old_trb_comp_code) { in xhci_spurious_success_tx_event()
2703 slot_id, ep_index, ep_ring->old_trb_comp_code); in handle_tx_event()
2923 &ep_trb_dma, trb_comp_code, ep_ring->old_trb_comp_code); in handle_tx_event()
2924 ep_ring->old_trb_comp_code = 0; in handle_tx_event()
2947 ep_ring->old_trb_comp_code = trb_comp_code; in handle_tx_event()
H A Dxhci.h1382 u32 old_trb_comp_code; member