HomeSort by: relevance | last modified time | path
    Searched refs:td_nexttd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
ohcireg.h 222 volatile ohci_physaddr_t td_nexttd; /* Next TD */ member in struct:__anonfcb267b90208
ohci.c 673 cur->td->td_nexttd = (next != NULL) ? HTOO32(next->physaddr) : 0;
709 cur->td->td_nexttd = 0;
1487 done = O32TOH(std->td->td_nexttd);
2002 DPRINTF(" td_cbp=0x%08jx td_nexttd=0x%08jx td_be=0x%08jx",
2004 (u_long)O32TOH(std->td->td_nexttd),
2860 end->td->td_nexttd = HTOO32(stat->physaddr);
2894 setup->td->td_nexttd = HTOO32(next->physaddr);
2913 stat->td->td_nexttd = HTOO32(tail->physaddr);
3129 last->td->td_nexttd = HTOO32(tail->physaddr);
3322 last->td->td_nexttd = HTOO32(tail->physaddr)
    [all...]

Completed in 13 milliseconds