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.c2615 switch (ring->old_trb_comp_code) { in xhci_spurious_success_tx_event()
2685 slot_id, ep_index, ep_ring->old_trb_comp_code); in handle_tx_event()
2903 &ep_trb_dma, trb_comp_code, ep_ring->old_trb_comp_code); in handle_tx_event()
2904 ep_ring->old_trb_comp_code = 0; in handle_tx_event()
2927 ep_ring->old_trb_comp_code = trb_comp_code; in handle_tx_event()
H A Dxhci.h1381 u32 old_trb_comp_code; member