Lines Matching defs:trbs
3119 void *cookie, struct xhci_soft_trb * const trbs, size_t ntrbs)
3135 DPRINTFN(12, "xr %#jx trbs %#jx num %ju", (uintptr_t)xr,
3136 (uintptr_t)trbs, i, 0);
3138 trbs[i].trb_0, trbs[i].trb_2, trbs[i].trb_3, 0);
3139 KASSERTMSG(XHCI_TRB_3_TYPE_GET(trbs[i].trb_3) !=
3140 XHCI_TRB_TYPE_LINK, "trbs[%zu].trb3 %#x", i, trbs[i].trb_3);
3179 parameter = trbs[i].trb_0;
3180 status = trbs[i].trb_2;
3181 control = trbs[i].trb_3;