Home
last modified time | relevance | path

Searched refs:ag_rings (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/bnxt/
HDif_bnxt.c434 free(softc->ag_rings, M_DEVBUF); in bnxt_queues_free()
465 softc->ag_rings = malloc(sizeof(struct bnxt_ring) * nrxqsets, in bnxt_rx_queues_alloc()
467 if (!softc->ag_rings) { in bnxt_rx_queues_alloc()
554 softc->ag_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_rx_queues_alloc()
555 softc->ag_rings[i].softc = softc; in bnxt_rx_queues_alloc()
556 softc->ag_rings[i].id = nrxqsets + i + 1; in bnxt_rx_queues_alloc()
557 softc->ag_rings[i].doorbell = softc->ag_rings[i].id * 0x80; in bnxt_rx_queues_alloc()
558 softc->ag_rings[i].ring_size = softc->scctx->isc_nrxd[2]; in bnxt_rx_queues_alloc()
559 softc->ag_rings[i].vaddr = vaddrs[i * nrxqs + 2]; in bnxt_rx_queues_alloc()
560 softc->ag_rings[i].paddr = paddrs[i * nrxqs + 2]; in bnxt_rx_queues_alloc()
[all …]
HDbnxt_txrx.c283 rx_ring = &softc->ag_rings[rxqid]; in bnxt_isc_rxd_refill()
311 rx_ring = &softc->ag_rings[rxqid]; in bnxt_isc_rxd_flush()
HDbnxt.h605 struct bnxt_ring *ag_rings; member