Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhci.c1922 bool setup_only = (xfer->nframes == 1) && in xhci_setup_ctrl() local
1951 td->alt_next = setup_only ? NULL : td->obj_next; in xhci_setup_ctrl()
1953 xhci_td_fill_link(td, setup_only ? NULL : td->obj_next, false); in xhci_setup_ctrl()
1956 if (setup_only) in xhci_setup_ctrl()