| /freebsd-13-stable/sys/dev/rtwn/rtl8192c/pci/ |
| HD | r92ce_rx.c | 58 r92ce_get_intr_status(struct rtwn_pci_softc *pc, int *rings) in r92ce_get_intr_status() argument 64 *rings = 0; in r92ce_get_intr_status() 78 *rings |= (1 << RTWN_PCI_BEACON_QUEUE); in r92ce_get_intr_status() 80 *rings |= (1 << RTWN_PCI_HIGH_QUEUE); in r92ce_get_intr_status() 82 *rings |= (1 << RTWN_PCI_MGNT_QUEUE); in r92ce_get_intr_status() 84 *rings |= (1 << RTWN_PCI_BK_QUEUE); in r92ce_get_intr_status() 86 *rings |= (1 << RTWN_PCI_BE_QUEUE); in r92ce_get_intr_status() 88 *rings |= (1 << RTWN_PCI_VI_QUEUE); in r92ce_get_intr_status() 90 *rings |= (1 << RTWN_PCI_VO_QUEUE); in r92ce_get_intr_status()
|
| /freebsd-13-stable/sys/dev/rtwn/rtl8188e/pci/ |
| HD | r88ee_rx.c | 54 r88ee_get_intr_status(struct rtwn_pci_softc *pc, int *rings) in r88ee_get_intr_status() argument 60 *rings = 0; in r88ee_get_intr_status() 78 *rings |= (1 << RTWN_PCI_HIGH_QUEUE); in r88ee_get_intr_status() 80 *rings |= (1 << RTWN_PCI_MGNT_QUEUE); in r88ee_get_intr_status() 82 *rings |= (1 << RTWN_PCI_BK_QUEUE); in r88ee_get_intr_status() 84 *rings |= (1 << RTWN_PCI_BE_QUEUE); in r88ee_get_intr_status() 86 *rings |= (1 << RTWN_PCI_VI_QUEUE); in r88ee_get_intr_status() 88 *rings |= (1 << RTWN_PCI_VO_QUEUE); in r88ee_get_intr_status()
|
| /freebsd-13-stable/usr.bin/sed/tests/ |
| HD | hanoi.sed | 12 # sequence of states involved in moving 4 rings, the largest called "a" and 14 # that the rings on any tower at any time are in descending order of size. 15 # You can start with a different arrangement and a different number of rings, 17 # to the middle tower. The rules are: the names of the rings must all be 20 # are in alphabetical order (i.e. rings are in descending order of size). 30 # of the alphabetical order of the names of the rings. The b at the 34 # Although this version is "limited" to 26 rings because of the size of the 35 # alphabet, one could write a script using the same idea in which the rings
|
| /freebsd-13-stable/sys/contrib/alpine-hal/ |
| HD | al_hal_udma_main.c | 179 al_reg_write32(&udma_q->q_regs->rings.drbp_low, in al_udma_q_set_pointers() 181 al_reg_write32(&udma_q->q_regs->rings.drbp_high, in al_udma_q_set_pointers() 184 al_reg_write32(&udma_q->q_regs->rings.drl, udma_q->size); in al_udma_q_set_pointers() 194 al_reg_write32(&udma_q->q_regs->rings.crbp_low, in al_udma_q_set_pointers() 196 al_reg_write32(&udma_q->q_regs->rings.crbp_high, in al_udma_q_set_pointers() 213 uint32_t reg = al_reg_read32(&udma_q->q_regs->rings.cfg); in al_udma_q_enable() 222 al_reg_write32(&udma_q->q_regs->rings.cfg, reg); in al_udma_q_enable() 384 status_reg = &udma_q->q_regs->rings.status; in al_udma_q_reset() 406 dcp_reg = &udma_q->q_regs->rings.dcp; in al_udma_q_reset() 407 crhp_reg = &udma_q->q_regs->rings.crhp; in al_udma_q_reset()
|
| HD | al_hal_udma_regs.h | 94 struct udma_rings_regs rings; member
|
| HD | al_hal_udma.h | 495 addr = &udma_q->q_regs->rings.drtp_inc; in al_udma_desc_action_add() 633 (al_reg_read32(&udma_q->q_regs->rings.crhp) & in al_udma_cdesc_get_all()
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/soc/ti/ |
| HD | k3-ringacc.txt | 25 - ti,num-rings : Number of rings supported by RA 26 - ti,sci-rm-range-gp-rings : TI-SCI RM subtype for GP ring range 45 ti,num-rings = <818>; 46 ti,sci-rm-range-gp-rings = <0x2>; /* GP ring range */
|
| /freebsd-13-stable/sys/dev/xen/blkback/ |
| HD | blkback.c | 672 blkif_back_rings_t rings; member 1312 resp = RING_GET_RESPONSE(&xbb->rings.native, in xbb_queue_response() 1313 xbb->rings.native.rsp_prod_pvt); in xbb_queue_response() 1317 RING_GET_RESPONSE(&xbb->rings.x86_32, in xbb_queue_response() 1318 xbb->rings.x86_32.rsp_prod_pvt); in xbb_queue_response() 1322 RING_GET_RESPONSE(&xbb->rings.x86_64, in xbb_queue_response() 1323 xbb->rings.x86_64.rsp_prod_pvt); in xbb_queue_response() 1336 xbb->rings.common.rsp_prod_pvt++; in xbb_queue_response() 1364 RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(&xbb->rings.common, *notify); in xbb_push_responses() 1366 if (xbb->rings.common.rsp_prod_pvt == xbb->rings.common.req_cons) { in xbb_push_responses() [all …]
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/soc/qcom/ |
| D | qcom,wcnss.txt | 67 Definition: should reference the tx-enable and tx-rings-empty SMEM states 72 Definition: must contain "tx-enable" and "tx-rings-empty" 111 qcom,smem-state-names = "tx-enable", "tx-rings-empty";
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/net/ |
| HD | opencores-ethoc.txt | 6 first region is for the device registers and descriptor rings,
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/crypto/ |
| HD | mediatek-crypto.txt | 7 order. These are global system and four descriptor rings.
|
| D | brcm,spu-crypto.txt | 15 Mailbox channels correspond to DMA rings on the device.
|
| HD | inside-secure-safexcel.txt | 8 - interrupts: Interrupt numbers for the rings and engine.
|
| /freebsd-13-stable/sys/dev/safexcel/ |
| HD | safexcel.c | 339 sc->sc_config.rings = reg & SAFEXCEL_N_RINGS_MASK; in safexcel_configure() 341 sc->sc_config.rings = MIN(sc->sc_config.rings, sc->sc_config.aic_rings); in safexcel_configure() 486 for (i = 0; i < sc->sc_config.rings; i++) { in safexcel_hw_prepare_rings() 564 for (i = 0; i < sc->sc_config.rings; i++) { in safexcel_hw_setup_rings() 651 for (i = 0; i < sc->sc_config.rings; i++) { in safexcel_hw_reset_rings() 730 for (ring_mask = 0, i = 0; i < sc->sc_config.rings; i++) { in safexcel_enable_pe_engine() 794 for (i = 0; i < sc->sc_config.rings; i++) { in safexcel_init_rings() 894 for (i = 0; i < sc->sc_config.rings; i++) { in safexcel_dma_free_rings() 911 for (i = 0; i < sc->sc_config.rings; i++) { in safexcel_dma_init() 1178 for (ringidx = 0; ringidx < sc->sc_config.rings; ringidx++) { in safexcel_attach() [all …]
|
| HD | safexcel_var.h | 297 uint32_t rings; /* Number of rings. */ member
|
| /freebsd-13-stable/sys/contrib/device-tree/src/arm64/ti/ |
| HD | k3-am65-mcu.dtsi | 136 ti,num-rings = <286>; 137 ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */
|
| HD | k3-j721e-mcu-wakeup.dtsi | 269 ti,num-rings = <286>; 270 ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */
|
| HD | k3-am65-main.dtsi | 591 ti,num-rings = <818>; 592 ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */
|
| HD | k3-j721e-main.dtsi | 265 ti,num-rings = <1024>; 266 ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/rtc/ |
| D | isil,isl12057.txt | 13 RTC alarm rings. In order to mark the device has a wakeup source and
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/mailbox/ |
| D | brcm,iproc-flexrm-mbox.txt | 3 The Broadcom FlexRM ring manager provides a set of rings which can be
|
| /freebsd-13-stable/lib/libnetmap/ |
| HD | nmport.c | 319 NPKEY_DECL(conf, rings, 0) 397 if (nmport_key(p, conf, rings) != NULL) { in NPOPT_PARSER() 398 uint16_t nr_rings = atoi(nmport_key(p, conf, rings)); in NPOPT_PARSER()
|
| /freebsd-13-stable/sys/powerpc/conf/ |
| HD | GENERIC64LE | 238 # Netmap provides direct access to TX/RX rings on supported NICs
|
| HD | GENERIC64 | 262 # Netmap provides direct access to TX/RX rings on supported NICs
|
| /freebsd-13-stable/sys/amd64/conf/ |
| HD | GENERIC | 384 # Netmap provides direct access to TX/RX rings on supported NICs
|