Home
last modified time | relevance | path

Searched refs:bnxt_cp_ring (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/bnxt/
HDbnxt.h450 struct bnxt_cp_ring { struct
718 struct bnxt_cp_ring *nq_rings;
721 struct bnxt_cp_ring *tx_cp_rings;
728 struct bnxt_cp_ring *rx_cp_rings;
734 struct bnxt_cp_ring def_cp_ring;
735 struct bnxt_cp_ring def_nq_ring;
HDif_bnxt.c217 static void inline bnxt_do_enable_intr(struct bnxt_cp_ring *cpr);
218 static void inline bnxt_do_disable_intr(struct bnxt_cp_ring *cpr);
219 static void bnxt_mark_cpr_invalid(struct bnxt_cp_ring *cpr);
358 softc->nq_rings = malloc(sizeof(struct bnxt_cp_ring) * nqsets, in bnxt_nq_alloc()
396 softc->tx_cp_rings = malloc(sizeof(struct bnxt_cp_ring) * ntxqsets, in bnxt_tx_queues_alloc()
520 softc->rx_cp_rings = malloc(sizeof(struct bnxt_cp_ring) * nrxqsets, in bnxt_rx_queues_alloc()
1105 struct bnxt_cp_ring *cpr = (struct bnxt_cp_ring *) db_ptr; in bnxt_cuw_db_cq()
1145 struct bnxt_cp_ring *cpr = (struct bnxt_cp_ring *) db_ptr; in bnxt_thor_db_rx_cq()
1171 struct bnxt_cp_ring *cpr = (struct bnxt_cp_ring *) db_ptr; in bnxt_thor_db_tx_cq()
1192 struct bnxt_cp_ring *cpr = (struct bnxt_cp_ring *) db_ptr; in bnxt_thor_db_nq()
[all …]
HDbnxt_txrx.c189 struct bnxt_cp_ring *cpr = &softc->tx_cp_rings[txqid]; in bnxt_isc_txd_credits_update()
320 struct bnxt_cp_ring *cpr = &softc->rx_cp_rings[rxqid]; in bnxt_isc_rxd_available()
443 struct bnxt_cp_ring *cpr, uint16_t flags_type) in bnxt_pkt_get_l2()
520 struct bnxt_cp_ring *cpr, uint16_t flags_type) in bnxt_pkt_get_tpa()
606 struct bnxt_cp_ring *cpr = &softc->rx_cp_rings[ri->iri_qsidx]; in bnxt_isc_rxd_pkt_get()
HDbnxt_hwrm.h63 int bnxt_hwrm_stat_ctx_alloc(struct bnxt_softc *softc, struct bnxt_cp_ring *cpr,
65 int bnxt_hwrm_stat_ctx_free(struct bnxt_softc *softc, struct bnxt_cp_ring *cpr);
HDbnxt_hwrm.c1242 struct bnxt_cp_ring *cp_ring; in bnxt_hwrm_ring_alloc()
1332 bnxt_hwrm_stat_ctx_free(struct bnxt_softc *softc, struct bnxt_cp_ring *cpr) in bnxt_hwrm_stat_ctx_free()
1355 bnxt_hwrm_stat_ctx_alloc(struct bnxt_softc *softc, struct bnxt_cp_ring *cpr, in bnxt_hwrm_stat_ctx_alloc()