Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c83 static bool trb_is_noop(union xhci_trb *trb) in trb_is_noop() function
2303 if (!trb_is_noop(trb) && !trb_is_link(trb)) in sum_trb_lengths()
2966 if (trb_is_noop(ep_trb)) { in handle_tx_event()