Home
last modified time | relevance | path

Searched refs:xfer_state (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c211 wvp->xfer_state = XFER_NONE; /* none, pkt, buf, skip, hdronly */ in hci1394_compile_ixl_init()
440 wvp->xfer_state = XFER_BUF; in hci1394_parse_ixl()
507 wvp->xfer_state = XFER_PKT; in hci1394_parse_ixl()
542 if (wvp->xfer_state != XFER_PKT) { in hci1394_parse_ixl()
602 wvp->xfer_state = XFER_BUF; in hci1394_parse_ixl()
645 wvp->xfer_state = XFER_PKT; in hci1394_parse_ixl()
670 wvp->xfer_state = XFER_PKT; in hci1394_parse_ixl()
708 if (wvp->xfer_state != XFER_PKT) { in hci1394_parse_ixl()
755 wvp->xfer_state = XMIT_HDRONLY; in hci1394_parse_ixl()
763 wvp->xfer_state = XMIT_NOPKT; in hci1394_parse_ixl()
[all …]
/titanic_50/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c709 uint32_t ctrl, uframe_sched, xfer_state; in ehci_insert_sitd_req() local
767 xfer_state = 0; in ehci_insert_sitd_req()
771 xfer_state |= (ph->p_ep.wMaxPacketSize << in ehci_insert_sitd_req()
776 xfer_state |= (isoc_pkt_length << in ehci_insert_sitd_req()
780 xfer_state |= EHCI_SITD_XFER_ACTIVE; in ehci_insert_sitd_req()
784 xfer_state |= EHCI_SITD_XFER_IOC_ON; in ehci_insert_sitd_req()
812 Set_ITD_BODY(new_sitd, EHCI_SITD_XFER_STATE, xfer_state); in ehci_insert_sitd_req()
/titanic_50/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h167 uint_t xfer_state; /* none, pkt, buf, skip, hdronly */ member
/titanic_50/usr/src/uts/common/io/aac/
H A Daac.c5558 uint32_t xfer_state; in aac_cmd_fib_header() local
5560 xfer_state = in aac_cmd_fib_header()
5570 xfer_state |= AAC_FIBSTATE_ASYNC; in aac_cmd_fib_header()
5572 ddi_put32(acc, &fibp->Header.XferState, xfer_state); in aac_cmd_fib_header()