Searched refs:link_phy (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Duhci_hardware.h90 uint32 link_phy; // Link to the next TD/QH member in struct:__anon1449
167 uint32 link_phy; // Link to the next TD/QH member in struct:__anon1450
H A Duhci.cpp275 descriptor->this_phy & 0xffffffff, descriptor->link_phy & 0xfffffff0,
276 descriptor->link_phy & 0x4 ? "y" : "n",
277 descriptor->link_phy & 0x2 ? "qh" : "td",
278 descriptor->link_phy & 0x1 ? "y" : "n",
281 if (descriptor->link_phy & TD_TERMINATE)
359 fQueueHead->link_phy = other->fQueueHead->this_phy | QH_NEXT_IS_QH;
382 fStrayDescriptor->link_phy = TD_TERMINATE;
396 fQueueHead->link_phy = fStrayDescriptor->this_phy;
411 transfer->link_phy = fQueueHead->link_phy;
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dbwimac.c453 bwi_mac_reset(struct bwi_mac *mac, int link_phy) argument
459 if (link_phy)
483 if (link_phy)
489 if (link_phy) {

Completed in 85 milliseconds