Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/host/
Dxhci-ring.c83 static bool trb_is_noop(union xhci_trb *trb) in trb_is_noop() function
2229 if (!trb_is_noop(trb) && !trb_is_link(trb)) in sum_trb_lengths()
2843 if (trb_is_noop(ep_trb)) { in handle_tx_event()