| /NextBSD/sys/mips/cavium/usb/ |
| HD | octusb.c | 149 if (td->qh->fixup_pending) in octusb_host_alloc_endpoint() 152 if (td->qh->ep_allocated) in octusb_host_alloc_endpoint() 156 sc = td->qh->sc; in octusb_host_alloc_endpoint() 159 &sc->sc_port[td->qh->root_port_index].state, in octusb_host_alloc_endpoint() 161 td->qh->dev_addr, in octusb_host_alloc_endpoint() 162 td->qh->ep_num & UE_ADDR, in octusb_host_alloc_endpoint() 163 octusb_convert_speed(td->qh->dev_speed), in octusb_host_alloc_endpoint() 164 td->qh->max_packet_size, in octusb_host_alloc_endpoint() 165 octusb_convert_ep_type(td->qh->ep_type), in octusb_host_alloc_endpoint() 166 (td->qh->ep_num & UE_DIR_IN) ? CVMX_USB_DIRECTION_IN : in octusb_host_alloc_endpoint() [all …]
|
| HD | octusb.h | 43 struct octusb_qh *qh; member
|
| /NextBSD/sys/dev/usb/controller/ |
| HD | ehci.c | 359 struct ehci_qh_sub *qh; in ehci_init() local 363 qh = buf_res.buffer; in ehci_init() 368 qh->qtd_next = in ehci_init() 370 qh->qtd_altnext = in ehci_init() 372 qh->qtd_status = in ehci_init() 377 ehci_qh_t *qh; in ehci_init() local 381 qh = buf_res.buffer; in ehci_init() 385 qh->page_cache = sc->sc_hw.intr_start_pc + i; in ehci_init() 389 sc->sc_intr_p_last[i] = qh; in ehci_init() 391 qh->qh_self = in ehci_init() [all …]
|
| HD | uhci.c | 417 struct uhci_qh *qh; in uhci_init_qh() local 421 qh = buf_res.buffer; in uhci_init_qh() 423 qh->qh_self = in uhci_init_qh() 427 qh->page_cache = pc; in uhci_init_qh() 429 return (qh); in uhci_init_qh() 1250 uhci_qh_t *qh; in uhci_check_transfer_sub() local 1258 qh = xfer->qh_start[xfer->flags_int.curr_dma_set]; in uhci_check_transfer_sub() 1294 qh->qh_e_next = td_self; in uhci_check_transfer_sub() 1295 usb_pc_cpu_flush(qh->page_cache); in uhci_check_transfer_sub() 1849 uhci_qh_t *qh; in uhci_device_done() local [all …]
|
| /NextBSD/sys/boot/ficl/amd64/ |
| HD | sysdep.c | 41 u_int64_t qx, qh; in ficlLongDiv() local 43 qh = q.hi; in ficlLongDiv() 44 qx = (qh << 32) | q.lo; in ficlLongDiv()
|
| /NextBSD/sys/boot/ficl/powerpc/ |
| HD | sysdep.c | 41 u_int64_t qx, qh; in ficlLongDiv() local 43 qh = q.hi; in ficlLongDiv() 44 qx = (qh << 32) | q.lo; in ficlLongDiv()
|
| /NextBSD/sys/boot/ficl/aarch64/ |
| HD | sysdep.c | 41 u_int64_t qx, qh; in ficlLongDiv() local 43 qh = q.hi; in ficlLongDiv() 44 qx = (qh << 32) | q.lo; in ficlLongDiv()
|
| /NextBSD/sys/boot/ficl/mips/ |
| HD | sysdep.c | 41 u_int64_t qx, qh; in ficlLongDiv() local 43 qh = q.hi; in ficlLongDiv() 44 qx = (qh << 32) | q.lo; in ficlLongDiv()
|
| /NextBSD/sys/boot/ficl/arm/ |
| HD | sysdep.c | 41 u_int64_t qx, qh; in ficlLongDiv() local 43 qh = q.hi; in ficlLongDiv() 44 qx = (qh << 32) | q.lo; in ficlLongDiv()
|
| /NextBSD/sys/boot/ficl/mips64/ |
| HD | sysdep.c | 41 u_int64_t qx, qh; in ficlLongDiv() local 43 qh = q.hi; in ficlLongDiv() 44 qx = (qh << 32) | q.lo; in ficlLongDiv()
|
| /NextBSD/sys/boot/ficl/sparc64/ |
| HD | sysdep.c | 41 u_int64_t qx, qh; in ficlLongDiv() local 43 qh = q.hi; in ficlLongDiv() 44 qx = (qh << 32) | q.lo; in ficlLongDiv()
|
| /NextBSD/sys/boot/ficl/i386/ |
| HD | sysdep.c | 44 u_int64_t qx, qh; in ficlLongDiv() local 46 qh = q.hi; in ficlLongDiv() 47 qx = (qh << 32) | q.lo; in ficlLongDiv()
|
| /NextBSD/sys/dev/nxge/include/ |
| HD | xge-queue.h | 171 xge_queue_status_e __io_queue_grow(xge_queue_h qh); 173 int __queue_get_reset_critical (xge_queue_h qh);
|
| /NextBSD/sys/dev/ciss/ |
| HD | ciss.c | 143 static void ciss_done(struct ciss_softc *sc, cr_qhead_t *qh); 144 static void ciss_perf_done(struct ciss_softc *sc, cr_qhead_t *qh); 148 static void ciss_complete(struct ciss_softc *sc, cr_qhead_t *qh); 2105 ciss_done(struct ciss_softc *sc, cr_qhead_t *qh) in ciss_done() argument 2132 ciss_enqueue_complete(cr, qh); in ciss_done() 2138 ciss_perf_done(struct ciss_softc *sc, cr_qhead_t *qh) in ciss_perf_done() argument 2161 ciss_enqueue_complete(cr, qh); in ciss_perf_done() 2179 cr_qhead_t qh; in ciss_intr() local 2186 STAILQ_INIT(&qh); in ciss_intr() 2187 ciss_done(sc, &qh); in ciss_intr() [all …]
|
| /NextBSD/crypto/openssl/crypto/bn/ |
| HD | bn_div.c | 408 BN_ULONG ql, qh; in BN_div() 412 qh = HBITS(q); in BN_div() 413 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */ in BN_div()
|
| /NextBSD/sys/dev/vxge/include/ |
| HD | vxge-queue.h | 296 vxge_io_queue_grow(vxge_queue_h qh);
|
| /NextBSD/sys/dev/nxge/xgehal/ |
| HD | xge-queue.c | 446 int __queue_get_reset_critical (xge_queue_h qh) { in __queue_get_reset_critical() argument 447 xge_queue_t* queue = (xge_queue_t*)qh; in __queue_get_reset_critical()
|
| /NextBSD/sys/sys/mach/device/ |
| HD | tty.h | 185 queue_t qh);
|
| /NextBSD/tests/sys/acl/ |
| HD | tools-posix.test | 80 $ getfacl -qh lll
|
| /NextBSD/contrib/gcc/ |
| HD | FSFChangeLog | 1749 * m68k.md (zero_extend[qh]idi2, iordi_zext): New patterns.
|
| HD | FSFChangeLog.11 | 2861 (s{min,max}[qh]i3): New patterns, for TARGET_MAX. 4380 * alpha.md ({zero_,}extend[qh]i[dsh]i2): Rework TARGET_BYTE_OPS cases. 4382 (extend[qh]i[hsd]i2x): Add missing cases and fix typo in constraint. 4383 (reload_{in,out}[qh]i): Disable for TARGET_BYTE_OPS.
|
| HD | ChangeLog-2004 | 15199 (zero_extend[qh]i[sd]i2): Redefine using :GPR and :SHORT. Use 15201 (*zero_extend[qh]i[sd]i2{,_mips16}): Name previously unnamed patterns. 15269 (extend[qh]i[sd]i2): Redefine using :GPR and :SHORT. 15270 (*extend[qh]i[sd]i2): New define_insn_and_split, combining previous 15271 *extend[qh]i[sd]i2 and *extend[qh]i[sd]i2_mem patterns. Use only if 15273 (*extend[qh]i[sd]i2_se[bh]): New pattern, combining previous 15274 *extend[qh]isi2_hw patterns and extending them to di.
|
| HD | ChangeLog-1999 | 14152 (mov[qh]i): Likewise.
|
| /NextBSD/contrib/ncurses/ |
| HD | NEWS | 10532 <queen@qh.mirea.ac.ru>)
|