Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c716 free(softc->grp_info, M_DEVBUF); in bnxt_queues_free()
757 softc->grp_info = malloc(sizeof(struct bnxt_grp_info) * nrxqsets, in bnxt_rx_queues_alloc()
759 if (!softc->grp_info) { in bnxt_rx_queues_alloc()
879 softc->grp_info[i].grp_id = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_rx_queues_alloc()
880 softc->grp_info[i].stats_ctx = in bnxt_rx_queues_alloc()
882 softc->grp_info[i].rx_ring_id = softc->rx_rings[i].phys_id; in bnxt_rx_queues_alloc()
883 softc->grp_info[i].ag_ring_id = softc->ag_rings[i].phys_id; in bnxt_rx_queues_alloc()
884 softc->grp_info[i].cp_ring_id = in bnxt_rx_queues_alloc()
960 free(softc->grp_info, M_DEVBUF); in bnxt_rx_queues_alloc()
2992 rc = bnxt_hwrm_ring_grp_free(softc, &softc->grp_info[i]); in bnxt_hwrm_resource_free()
[all …]
H A Dbnxt.h1163 struct bnxt_grp_info *grp_info; member
H A Dbnxt_hwrm.c3302 req->ring_id = htole16(softc->grp_info[i].cp_ring_id); in bnxt_hwrm_set_coal()