Searched refs:ring_idx (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/dev/xen/blkback/ |
| D | blkback.c | 1197 blkif_request_t *ring_req, RING_IDX ring_idx) in xbb_get_resources() argument 1241 nreq->req_ring_idx = ring_idx; in xbb_get_resources() 2795 u_int ring_idx; in xbb_disconnect() local 2815 for (ring_idx = 0, op = ops; in xbb_disconnect() 2816 ring_idx < xbb->ring_config.ring_pages; in xbb_disconnect() 2817 ring_idx++, op++) { in xbb_disconnect() 2820 + (ring_idx * PAGE_SIZE); in xbb_disconnect() 2821 op->dev_bus_addr = xbb->ring_config.bus_addr[ring_idx]; in xbb_disconnect() 2822 op->handle = xbb->ring_config.handle[ring_idx]; in xbb_disconnect() 2875 u_int ring_idx; in xbb_connect_ring() local [all …]
|
| /freebsd-12-stable/sys/dev/bwi/ |
| D | if_bwi.c | 2321 bwi_init_tx_ring32(struct bwi_softc *sc, int ring_idx) in bwi_init_tx_ring32() argument 2327 KASSERT(ring_idx < BWI_TX_NRING, ("ring_idx %d", ring_idx)); in bwi_init_tx_ring32() 2328 rd = &sc->sc_tx_rdata[ring_idx]; in bwi_init_tx_ring32() 2329 tbd = &sc->sc_tx_bdata[ring_idx]; in bwi_init_tx_ring32() 2447 bwi_init_tx_ring64(struct bwi_softc *sc, int ring_idx) in bwi_init_tx_ring64() argument 2762 bwi_free_tx_ring32(struct bwi_softc *sc, int ring_idx) in bwi_free_tx_ring32() argument 2769 KASSERT(ring_idx < BWI_TX_NRING, ("ring_idx %d", ring_idx)); in bwi_free_tx_ring32() 2770 rd = &sc->sc_tx_rdata[ring_idx]; in bwi_free_tx_ring32() 2771 tbd = &sc->sc_tx_bdata[ring_idx]; in bwi_free_tx_ring32() 2788 __func__, ring_idx); in bwi_free_tx_ring32() [all …]
|
| /freebsd-12-stable/sys/dev/et/ |
| D | if_et.c | 2053 int buflen, buf_idx, npost[2], ring_idx; in et_rxeof() local 2089 ring_idx = (rxst_info2 & ET_RXST_INFO2_RINGIDX_MASK) >> in et_rxeof() 2101 if (ring_idx >= ET_RX_NRING) { in et_rxeof() 2103 if_printf(ifp, "invalid ring index %d\n", ring_idx); in et_rxeof() 2112 rbd = &sc->sc_rx_data[ring_idx]; in et_rxeof() 2135 rx_ring = &sc->sc_rx_ring[ring_idx]; in et_rxeof() 2139 ring_idx, buf_idx, rx_ring->rr_index); in et_rxeof()
|