Searched defs:ring (Results 76 - 100 of 130) sorted by relevance

123456

/freebsd-11-stable/sys/net/
H A Dnetmap_user.h142 nm_ring_space(struct netmap_ring *ring) argument
1030 struct netmap_ring *ring; local
1086 struct netmap_ring *ring; local
1141 struct netmap_ring *ring = NETMAP_RXRING(d->nifp, ri); local
[all...]
H A Dnetmap.h342 nm_ring_empty(struct netmap_ring *ring) argument
[all...]
/freebsd-11-stable/sys/dev/ral/
H A Drt2560.c454 rt2560_alloc_tx_ring(struct rt2560_softc *sc, struct rt2560_tx_ring *ring, argument
521 rt2560_reset_tx_ring(struct rt2560_softc *sc, struct rt2560_tx_ring *ring) argument
555 rt2560_free_tx_ring(struct rt2560_softc *sc, struct rt2560_tx_ring *ring) argument
596 rt2560_alloc_rx_ring(struct rt2560_softc *sc, struct rt2560_rx_ring *ring, int count) argument
691 rt2560_reset_rx_ring(struct rt2560_softc *sc, struct rt2560_rx_ring *ring) argument
707 rt2560_free_rx_ring(struct rt2560_softc *sc, struct rt2560_rx_ring *ring) argument
[all...]
H A Drt2860.c509 rt2860_alloc_tx_ring(struct rt2860_softc *sc, struct rt2860_tx_ring *ring) argument
546 rt2860_reset_tx_ring(struct rt2860_softc *sc, struct rt2860_tx_ring *ring) argument
576 rt2860_free_tx_ring(struct rt2860_softc *sc, struct rt2860_tx_ring *ring) argument
690 rt2860_alloc_rx_ring(struct rt2860_softc *sc, struct rt2860_rx_ring *ring) argument
767 rt2860_reset_rx_ring(struct rt2860_softc *sc, struct rt2860_rx_ring *ring) argument
780 rt2860_free_rx_ring(struct rt2860_softc *sc, struct rt2860_rx_ring *ring) argument
1130 struct rt2860_tx_ring *ring = &sc->txq[qid]; local
1455 struct rt2860_tx_ring *ring; local
1732 struct rt2860_tx_ring *ring; local
[all...]
H A Drt2661.c465 rt2661_alloc_tx_ring(struct rt2661_softc *sc, struct rt2661_tx_ring *ring, argument
530 rt2661_reset_tx_ring(struct rt2661_softc *sc, struct rt2661_tx_ring *ring) argument
563 rt2661_free_tx_ring(struct rt2661_softc *sc, struct rt2661_tx_ring *ring) argument
604 rt2661_alloc_rx_ring(struct rt2661_softc *sc, struct rt2661_rx_ring *ring, int count) argument
698 rt2661_reset_rx_ring(struct rt2661_softc *sc, struct rt2661_rx_ring *ring) argument
711 rt2661_free_rx_ring(struct rt2661_softc *sc, struct rt2661_rx_ring *ring) argument
[all...]
/freebsd-11-stable/tools/tools/netmap/
H A Dlb.c177 struct netmap_ring *ring; member in struct:port_des
492 struct netmap_ring *ring = port->ring; local
849 struct netmap_ring *ring = ports[i].ring; local
893 struct netmap_ring *ring = p->ring; local
921 struct netmap_ring *ring; local
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_virtio_net.c374 struct netmap_ring *ring = NETMAP_TXRING(nmd->nifp, r); local
414 struct netmap_ring *ring = NETMAP_RXRING(nmd->nifp, r); local
[all...]
/freebsd-11-stable/sys/dev/ioat/
H A Dioat.c446 struct ioat_descriptor *ring; local
1397 ioat_free_ring(struct ioat_softc *ioat, uint32_t size, struct ioat_descriptor *ring) argument
[all...]
H A Dioat_internal.h472 struct ioat_descriptor *ring; member in struct:ioat_softc
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-tim-defs.h854 uint64_t ring : 4; /**< Ring ID */ member in struct:cvmx_tim_mem_ring0::cvmx_tim_mem_ring0_s
905 uint64_t ring : 4; /**< Ring ID */ member in struct:cvmx_tim_mem_ring1::cvmx_tim_mem_ring1_s
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Di915_drv.h116 drm_i915_ring_buffer_t ring; member in struct:drm_i915_private
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_irq.c347 notify_ring(struct drm_device *dev, struct intel_ring_buffer *ring) argument
1082 i915_error_first_batchbuffer(struct drm_i915_private *dev_priv, struct intel_ring_buffer *ring) argument
1123 i915_record_ring_state(struct drm_device *dev, struct drm_i915_error_state *error, struct intel_ring_buffer *ring) argument
1173 struct intel_ring_buffer *ring; local
1456 struct intel_ring_buffer *ring; local
1661 ring_last_seqno(struct intel_ring_buffer *ring) argument
1667 i915_hangcheck_ring_idle(struct intel_ring_buffer *ring, bool *err) argument
1687 kick_ring(struct intel_ring_buffer *ring) argument
1712 struct intel_ring_buffer *ring; local
1741 struct intel_ring_buffer *ring; local
[all...]
H A Dintel_overlay.c220 struct intel_ring_buffer *ring = &dev_priv->ring[RCS]; local
243 struct intel_ring_buffer *ring = &dev_priv->ring[RCS]; local
270 struct intel_ring_buffer *ring = &dev_priv->ring[RCS]; local
327 struct intel_ring_buffer *ring = &dev_priv->ring[RCS]; local
370 struct intel_ring_buffer *ring = &dev_priv->ring[RCS]; local
396 struct intel_ring_buffer *ring = &dev_priv->ring[RCS]; local
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dr600.c1422 bool r600_gpu_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring) argument
1449 bool r600_dma_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring) argument
2202 struct radeon_ring *ring = &rdev->ring[RADEON_RING_TYPE_GFX_INDEX]; local
2232 struct radeon_ring *ring = &rdev->ring[RADEON_RING_TYPE_GFX_INDEX]; local
2292 r600_ring_init(struct radeon_device *rdev, struct radeon_ring *ring, unsigned ring_size) argument
2314 struct radeon_ring *ring = &rdev->ring[RADEON_RING_TYPE_GFX_INDEX]; local
2360 struct radeon_ring *ring = &rdev->ring[R600_RING_TYPE_DMA_INDEX]; local
2462 r600_ring_test(struct radeon_device *rdev, struct radeon_ring *ring) argument
2512 r600_dma_ring_test(struct radeon_device *rdev, struct radeon_ring *ring) argument
2563 struct radeon_ring *ring = &rdev->ring[fence->ring]; local
2607 r600_semaphore_ring_emit(struct radeon_device *rdev, struct radeon_ring *ring, struct radeon_semaphore *semaphore, bool emit_wait) argument
2640 struct radeon_ring *ring = &rdev->ring[fence->ring]; local
2663 r600_dma_semaphore_ring_emit(struct radeon_device *rdev, struct radeon_ring *ring, struct radeon_semaphore *semaphore, bool emit_wait) argument
2715 struct radeon_ring *ring = &rdev->ring[ring_index]; local
2784 struct radeon_ring *ring; local
3058 struct radeon_ring *ring = &rdev->ring[ib->ring]; local
3086 r600_ib_test(struct radeon_device *rdev, struct radeon_ring *ring) argument
3148 r600_dma_ib_test(struct radeon_device *rdev, struct radeon_ring *ring) argument
3214 struct radeon_ring *ring = &rdev->ring[ib->ring]; local
[all...]
H A Devergreen.c1605 struct radeon_ring *ring = &rdev->ring[ib->ring]; local
1672 struct radeon_ring *ring = &rdev->ring[RADEON_RING_TYPE_GFX_INDEX]; local
1738 struct radeon_ring *ring = &rdev->ring[RADEON_RING_TYPE_GFX_INDEX]; local
2422 evergreen_gpu_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring) argument
3391 struct radeon_ring *ring = &rdev->ring[fence->ring]; local
3417 struct radeon_ring *ring = &rdev->ring[ib->ring]; local
3461 struct radeon_ring *ring = &rdev->ring[ring_index]; local
3517 struct radeon_ring *ring = &rdev->ring[RADEON_RING_TYPE_GFX_INDEX]; local
[all...]
/freebsd-11-stable/sys/dev/et/
H A Dif_et.c845 et_dma_ring_free(struct et_softc *sc, bus_dma_tag_t *tag, uint8_t **ring, argument
809 et_dma_ring_alloc(struct et_softc *sc, bus_size_t alignment, bus_size_t maxsize, bus_dma_tag_t *tag, uint8_t **ring, bus_dmamap_t *map, bus_addr_t *paddr, const char *msg) argument
[all...]
/freebsd-11-stable/sys/dev/xen/netfront/
H A Dnetfront.c167 netif_rx_front_ring_t ring; member in struct:netfront_rxq
187 netif_tx_front_ring_t ring; member in struct:netfront_txq
[all...]
/freebsd-11-stable/sys/dev/ti/
H A Dif_ti.c1035 ti_dma_ring_free(struct ti_softc *sc, bus_dma_tag_t *tag, uint8_t **ring, argument
998 ti_dma_ring_alloc(struct ti_softc *sc, bus_size_t alignment, bus_size_t maxsize, bus_dma_tag_t *tag, uint8_t **ring, bus_dmamap_t *map, bus_addr_t *paddr, const char *msg) argument
[all...]
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.c2349 mbuf_enqueue(struct desc_ring *ring, struct mbuf *m) argument
2361 mbuf_dequeue(struct desc_ring *ring) argument
2373 struct desc_ring *ring = arg; local
2381 create_ring(softc_t *sc, struct desc_ring *ring, int num_descs) argument
2450 destroy_ring(softc_t *sc, struct desc_ring *ring) argument
2495 struct desc_ring *ring = &sc->rxring; local
2677 struct desc_ring *ring = &sc->rxring; local
2744 struct desc_ring *ring = &sc->txring; local
2789 struct desc_ring *ring = &sc->txring; local
2873 struct desc_ring *ring = &sc->txring; local
3050 struct desc_ring *ring = &sc->txring; local
3067 struct desc_ring *ring = &sc->txring; local
[all...]
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c546 iwi_alloc_cmd_ring(struct iwi_softc *sc, struct iwi_cmd_ring *ring, int count) argument
584 iwi_reset_cmd_ring(struct iwi_softc *sc, struct iwi_cmd_ring *ring) argument
591 iwi_free_cmd_ring(struct iwi_softc *sc, struct iwi_cmd_ring *ring) argument
605 iwi_alloc_tx_ring(struct iwi_softc *sc, struct iwi_tx_ring *ring, int count, bus_addr_t csr_ridx, bus_addr_t csr_widx) argument
671 iwi_reset_tx_ring(struct iwi_softc *sc, struct iwi_tx_ring *ring) argument
698 iwi_free_tx_ring(struct iwi_softc *sc, struct iwi_tx_ring *ring) argument
739 iwi_alloc_rx_ring(struct iwi_softc *sc, struct iwi_rx_ring *ring, int count) argument
799 iwi_reset_rx_ring(struct iwi_softc *sc, struct iwi_rx_ring *ring) argument
805 iwi_free_rx_ring(struct iwi_softc *sc, struct iwi_rx_ring *ring) argument
[all...]
/freebsd-11-stable/sys/dev/de/
H A Dif_de.c4918 tulip_dumpring(int unit, int ring) argument
4961 tulip_dumpdesc(int unit, int ring, int desc) argument
[all...]
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback.c705 struct xnb_ring_config *ring = &xnb->ring_configs[ring_type]; local
1606 xnb_txpkt2rsp(const struct xnb_pkt *pkt, netif_tx_back_ring_t *ring, int error) argument
2034 xnb_rxpkt2rsp(const struct xnb_pkt *pkt, const gnttab_copy_table gnttab, int n_entries, netif_rx_back_ring_t *ring) argument
2398 xnb_send(netif_rx_back_ring_t *ring, domid_t otherend, const struct mbuf *mbufc, gnttab_copy_table gnttab) argument
[all...]
/freebsd-11-stable/sys/dev/nfe/
H A Dif_nfe.c1104 nfe_alloc_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring) argument
1202 nfe_alloc_jrx_ring(struct nfe_softc *sc, struct nfe_jrx_ring *ring) argument
1322 nfe_init_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring) argument
1350 nfe_init_jrx_ring(struct nfe_softc *sc, struct nfe_jrx_ring *ring) argument
1378 nfe_free_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring) argument
1425 nfe_free_jrx_ring(struct nfe_softc *sc, struct nfe_jrx_ring *ring) argument
1479 nfe_alloc_tx_ring(struct nfe_softc *sc, struct nfe_tx_ring *ring) argument
1564 nfe_init_tx_ring(struct nfe_softc *sc, struct nfe_tx_ring *ring) argument
1587 nfe_free_tx_ring(struct nfe_softc *sc, struct nfe_tx_ring *ring) argument
[all...]
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c4100 pmc_process_interrupt(int cpu, int ring, struct pmc *pm, struct trapframe *tf, argument
4194 pmc_capture_user_callchain(int cpu, int ring, struct trapframe *tf) argument
4284 pmc_process_samples(int cpu, int ring) argument
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1128 int ring, err; local
1572 struct mlx4_en_tx_ring *ring; local
[all...]

Completed in 277 milliseconds

123456