Searched defs:setup_packet (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1527 uint8_t setup_packet[8]; local
1553 setup_packet[0] = bmRequestType;
1554 setup_packet[1] = bRequest;
1555 setup_packet[2] = (uint8_t)wValue;
1556 setup_packet[3] = wValue >> 8;
1557 setup_packet[4] = (uint8_t)wIndex;
1558 setup_packet[5] = wIndex >> 8;
1559 setup_packet[6] = (uint8_t)wLength;
1560 setup_packet[7] = wLength >> 8;
1562 bcopy(setup_packet, t
[all...]
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.h516 setup_packet : 1, member in struct:tx_desc_type::__anon9519

Completed in 62 milliseconds