HomeSort by: relevance | last modified time | path
    Searched refs:rx_ring (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/dev/pci/
if_ena.c 547 rxr = &adapter->rx_ring[i];
588 que->rx_ring = rxr;
601 struct ena_ring *rxr = &adapter->rx_ring[qid];
830 validate_rx_req_id(struct ena_ring *rx_ring, uint16_t req_id)
832 if (likely(req_id < rx_ring->ring_size))
835 device_printf(rx_ring->adapter->pdev, "Invalid rx req_id: %hu\n",
837 counter_u64_add(rx_ring->rx_stats.bad_req_id, 1);
840 rx_ring->adapter->reset_reason = ENA_REGS_RESET_INV_RX_REQ_ID;
841 ENA_FLAG_SET_ATOMIC(ENA_FLAG_TRIGGER_RESET, rx_ring->adapter);
857 struct ena_ring *rx_ring = que->rx_ring local in function:ena_setup_rx_resources
948 struct ena_ring *rx_ring = &adapter->rx_ring[qid]; local in function:ena_free_rx_resources
1160 struct ena_ring *rx_ring = &adapter->rx_ring[qid]; local in function:ena_free_rx_bufs
1179 struct ena_ring *rx_ring; local in function:ena_refill_all_rx_bufs
1844 struct ena_ring *rx_ring = queue->rx_ring; local in function:ena_handle_msix
1867 struct ena_ring *rx_ring = que->rx_ring; local in function:ena_cleanup
2642 struct ena_ring *rx_ring = adapter->que[i].rx_ring; local in function:ena_down
3520 struct ena_ring *rx_ring; local in function:check_for_empty_rx_ring
    [all...]
if_et.c 736 struct et_rxdesc_ring *rx_ring = &sc->sc_rx_ring[i]; local in function:et_dma_alloc
739 (void **)&rx_ring->rr_desc,
740 &rx_ring->rr_paddr, &rx_ring->rr_dmap, &rx_ring->rr_seg);
746 rx_ring->rr_posreg = rx_ring_posreg[i];
804 struct et_rxdesc_ring *rx_ring = &sc->sc_rx_ring[i]; local in function:et_dma_free
806 et_dma_mem_destroy(sc, rx_ring->rr_desc, rx_ring->rr_dmap);
1256 struct et_rxdesc_ring *rx_ring = &sc->sc_rx_ring[n] local in function:et_free_rx_ring
1446 struct et_rxdesc_ring *rx_ring; local in function:et_init_rxdma
1750 struct et_rxdesc_ring *rx_ring; local in function:et_rxeof
2058 struct et_rxdesc_ring *rx_ring; local in function:et_newbuf
    [all...]
if_rtwn.c 476 struct rtwn_rx_ring *rx_ring = &sc->rx_ring; local in function:rtwn_alloc_rx_list
483 &rx_ring->map);
487 rx_ring->map = NULL;
491 error = bus_dmamem_alloc(sc->sc_dmat, size, 0, 0, &rx_ring->seg, 1,
492 &rx_ring->nsegs, BUS_DMA_NOWAIT);
498 error = bus_dmamem_map(sc->sc_dmat, &rx_ring->seg, rx_ring->nsegs,
499 size, (void **)&rx_ring->desc, BUS_DMA_NOWAIT | BUS_DMA_COHERENT);
501 bus_dmamem_free(sc->sc_dmat, &rx_ring->seg, rx_ring->nsegs)
567 struct rtwn_rx_ring *rx_ring = &sc->rx_ring; local in function:rtwn_reset_rx_list
581 struct rtwn_rx_ring *rx_ring = &sc->rx_ring; local in function:rtwn_free_rx_list
    [all...]
if_rtwnreg.h 193 struct rtwn_rx_ring rx_ring; member in struct:rtwn_softc
if_enavar.h 191 struct ena_ring *rx_ring; member in struct:ena_que
407 struct ena_ring rx_ring[ENA_MAX_NUM_IO_QUEUES]
  /src/sys/dev/pci/igc/
if_igc.h 267 struct rx_ring *rxr;
306 struct rx_ring { struct
315 struct if_rxring rx_ring; member in struct:rx_ring
368 struct rx_ring *rx_rings;
if_igc.c 197 static void igc_rxfill(struct rx_ring *);
198 static void igc_rxrefill(struct rx_ring *, int);
199 static bool igc_rxeof(struct rx_ring *, u_int);
209 static int igc_get_buf(struct rx_ring *, int, bool);
233 static int igc_allocate_receive_buffers(struct rx_ring *);
235 static int igc_setup_receive_ring(struct rx_ring *);
238 static void igc_free_receive_buffers(struct rx_ring *);
239 static void igc_clear_receive_status(struct rx_ring *);
296 igc_rxdesc_sync(struct rx_ring *rxr, int id, int ops)
653 kmem_zalloc(sc->sc_nqueues * sizeof(struct rx_ring), KM_SLEEP)
    [all...]
  /src/sys/dev/pci/ixgbe/
ixgbe.h 332 struct rx_ring *rxr;
407 struct rx_ring { struct
574 struct rx_ring *rx_rings;
696 ixgbe_rx_unrefreshed(struct rx_ring *rxr)
ix_txrx.c 112 static int ixgbe_setup_receive_ring(struct rx_ring *);
113 static void ixgbe_free_receive_buffers(struct rx_ring *);
116 static void ixgbe_refresh_mbufs(struct rx_ring *, int);
123 static __inline void ixgbe_rx_discard(struct rx_ring *, int);
124 static __inline void ixgbe_rx_input(struct rx_ring *, struct ifnet *,
130 static void ixgbe_setup_hw_rsc(struct rx_ring *);
1289 ixgbe_setup_hw_rsc(struct rx_ring *rxr)
1353 ixgbe_refresh_mbufs(struct rx_ring *rxr, int limit)
1428 ixgbe_allocate_receive_buffers(struct rx_ring *rxr)
1474 ixgbe_free_receive_ring(struct rx_ring *rxr
    [all...]
ixv.c 608 struct rx_ring *rxr = sc->rx_rings;
887 struct rx_ring *rxr = que->rxr;
1872 struct rx_ring *rxr = sc->rx_rings;
2035 struct rx_ring *rxr = (struct rx_ring *)node.sysctl_data;
2056 struct rx_ring *rxr = (struct rx_ring *)node.sysctl_data;
2081 struct rx_ring *rxr = (struct rx_ring *)node.sysctl_data;
2101 struct rx_ring *rxr = (struct rx_ring *)node.sysctl_data
    [all...]
ixgbe_netmap.c 395 struct rx_ring *rxr = &sc->rx_rings[kring->ring_id];
ixgbe.c 543 struct rx_ring *rxr = sc->rx_rings;
1813 struct rx_ring *rxr = sc->rx_rings;
2142 struct rx_ring *rxr = sc->rx_rings;
2332 struct rx_ring *rxr = (struct rx_ring *)node.sysctl_data;
2358 struct rx_ring *rxr = (struct rx_ring *)node.sysctl_data;
2383 struct rx_ring *rxr = (struct rx_ring *)node.sysctl_data;
2408 struct rx_ring *rxr = (struct rx_ring *)node.sysctl_data
    [all...]
  /src/sys/arch/xen/xen/
if_xennet_xenbus.c 286 netif_rx_sring_t *rx_ring; local in function:xennet_xenbus_attach
436 rx_ring = (void *)uvm_km_alloc(kernel_map, PAGE_SIZE, 0,
438 if (tx_ring == NULL || rx_ring == NULL)
442 sc->sc_rx_ring.sring = rx_ring;
472 uvm_km_free(kernel_map, (vaddr_t)rx_ring, PAGE_SIZE,
558 netif_rx_sring_t *rx_ring; local in function:xennet_xenbus_resume
572 rx_ring = sc->sc_rx_ring.sring;
579 memset(rx_ring, 0, PAGE_SIZE);
580 SHARED_RING_INIT(rx_ring);
581 FRONT_RING_INIT(&sc->sc_rx_ring, rx_ring, PAGE_SIZE)
    [all...]
xennetback_xenbus.c 411 netif_rx_sring_t *rx_ring; local in function:xennetback_connect
470 rx_ring = (void *)xneti->xni_rx_ring_va;
488 BACK_RING_INIT(&xneti->xni_rxring, rx_ring, PAGE_SIZE);

Completed in 25 milliseconds