Searched refs:setup_packet (Results 1 – 3 of 3) sorted by relevance
1527 uint8_t setup_packet[8]; in ehci_insert_ctrl_req() local1553 setup_packet[0] = bmRequestType; in ehci_insert_ctrl_req()1554 setup_packet[1] = bRequest; in ehci_insert_ctrl_req()1555 setup_packet[2] = (uint8_t)wValue; in ehci_insert_ctrl_req()1556 setup_packet[3] = wValue >> 8; in ehci_insert_ctrl_req()1557 setup_packet[4] = (uint8_t)wIndex; in ehci_insert_ctrl_req()1558 setup_packet[5] = wIndex >> 8; in ehci_insert_ctrl_req()1559 setup_packet[6] = (uint8_t)wLength; in ehci_insert_ctrl_req()1560 setup_packet[7] = wLength >> 8; in ehci_insert_ctrl_req()1562 bcopy(setup_packet, tw->tw_buf, SETUP_SIZE); in ehci_insert_ctrl_req()
516 setup_packet : 1, member
1037 desc->desc1.setup_packet = 1; in dnet_set_addr()2506 if (desc[index].desc1.setup_packet == 0 && in dnet_reclaim_Tx_desc()