Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/
H A Dif_bnxt.c507 free(softc->ag_rings, M_DEVBUF); in bnxt_queues_free()
541 if (!softc->ag_rings) { in bnxt_rx_queues_alloc()
654 softc->ag_rings[i].softc = softc; in bnxt_rx_queues_alloc()
655 softc->ag_rings[i].idx = i; in bnxt_rx_queues_alloc()
656 softc->ag_rings[i].id = nrxqsets + i + 1; in bnxt_rx_queues_alloc()
658 DB_PF_OFFSET_P5 : softc->ag_rings[i].id * 0x80; in bnxt_rx_queues_alloc()
660 softc->ag_rings[i].vaddr = vaddrs[i * nrxqs + 2]; in bnxt_rx_queues_alloc()
661 softc->ag_rings[i].paddr = paddrs[i * nrxqs + 2]; in bnxt_rx_queues_alloc()
747 free(softc->ag_rings, M_DEVBUF); in bnxt_rx_queues_alloc()
1743 &softc->ag_rings[i], in bnxt_hwrm_resource_free()
[all …]
H A Dbnxt_txrx.c275 rx_ring = &softc->ag_rings[rxqid]; in bnxt_isc_rxd_refill()
303 rx_ring = &softc->ag_rings[rxqid]; in bnxt_isc_rxd_flush()
H A Dbnxt.h764 struct bnxt_ring *ag_rings; member