Symbol: bnxt_cp_ring
sys/dev/bnxt/bnxt_en/bnxt.h
1199
struct bnxt_cp_ring *nq_rings;
sys/dev/bnxt/bnxt_en/bnxt.h
1202
struct bnxt_cp_ring *tx_cp_rings;
sys/dev/bnxt/bnxt_en/bnxt.h
1209
struct bnxt_cp_ring *rx_cp_rings;
sys/dev/bnxt/bnxt_en/bnxt.h
1215
struct bnxt_cp_ring def_cp_ring;
sys/dev/bnxt/bnxt_en/bnxt.h
1216
struct bnxt_cp_ring def_nq_ring;
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1851
struct bnxt_cp_ring *cp_ring;
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1942
bnxt_hwrm_stat_ctx_free(struct bnxt_softc *softc, struct bnxt_cp_ring *cpr)
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1965
bnxt_hwrm_stat_ctx_alloc(struct bnxt_softc *softc, struct bnxt_cp_ring *cpr,
sys/dev/bnxt/bnxt_en/bnxt_hwrm.h
67
int bnxt_hwrm_stat_ctx_alloc(struct bnxt_softc *softc, struct bnxt_cp_ring *cpr,
sys/dev/bnxt/bnxt_en/bnxt_hwrm.h
69
int bnxt_hwrm_stat_ctx_free(struct bnxt_softc *softc, struct bnxt_cp_ring *cpr);
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
224
struct bnxt_cp_ring *cpr = &softc->tx_cp_rings[txqid];
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
370
struct bnxt_cp_ring *cpr = &softc->rx_cp_rings[rxqid];
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
494
struct bnxt_cp_ring *cpr, uint16_t flags_type)
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
573
struct bnxt_cp_ring *cpr, uint16_t flags_type)
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
661
struct bnxt_cp_ring *cpr = &softc->rx_cp_rings[ri->iri_qsidx];
sys/dev/bnxt/bnxt_en/if_bnxt.c
1534
struct bnxt_cp_ring *cpr = (struct bnxt_cp_ring *) db_ptr;
sys/dev/bnxt/bnxt_en/if_bnxt.c
1574
struct bnxt_cp_ring *cpr = (struct bnxt_cp_ring *) db_ptr;
sys/dev/bnxt/bnxt_en/if_bnxt.c
1600
struct bnxt_cp_ring *cpr = (struct bnxt_cp_ring *) db_ptr;
sys/dev/bnxt/bnxt_en/if_bnxt.c
1621
struct bnxt_cp_ring *cpr = (struct bnxt_cp_ring *) db_ptr;
sys/dev/bnxt/bnxt_en/if_bnxt.c
1691
struct bnxt_cp_ring *cpr = (struct bnxt_cp_ring *) db_ptr;
sys/dev/bnxt/bnxt_en/if_bnxt.c
1722
struct bnxt_cp_ring *cpr = (struct bnxt_cp_ring *) db_ptr;
sys/dev/bnxt/bnxt_en/if_bnxt.c
1750
struct bnxt_cp_ring *cpr = (struct bnxt_cp_ring *) db_ptr;
sys/dev/bnxt/bnxt_en/if_bnxt.c
255
static void inline bnxt_do_enable_intr(struct bnxt_cp_ring *cpr);
sys/dev/bnxt/bnxt_en/if_bnxt.c
256
static void inline bnxt_do_disable_intr(struct bnxt_cp_ring *cpr);
sys/dev/bnxt/bnxt_en/if_bnxt.c
257
static void bnxt_mark_cpr_invalid(struct bnxt_cp_ring *cpr);
sys/dev/bnxt/bnxt_en/if_bnxt.c
3934
bnxt_do_enable_intr(struct bnxt_cp_ring *cpr)
sys/dev/bnxt/bnxt_en/if_bnxt.c
3949
bnxt_do_disable_intr(struct bnxt_cp_ring *cpr)
sys/dev/bnxt/bnxt_en/if_bnxt.c
4002
bnxt_process_async_msg(struct bnxt_cp_ring *cpr, tx_cmpl_t *cmpl)
sys/dev/bnxt/bnxt_en/if_bnxt.c
4041
struct bnxt_cp_ring *cpr = &softc->nq_rings[nqid];
sys/dev/bnxt/bnxt_en/if_bnxt.c
4043
struct bnxt_cp_ring *tx_cpr = &softc->tx_cp_rings[nqid];
sys/dev/bnxt/bnxt_en/if_bnxt.c
4044
struct bnxt_cp_ring *rx_cpr = &softc->rx_cp_rings[nqid];
sys/dev/bnxt/bnxt_en/if_bnxt.c
4114
struct bnxt_cp_ring *ring;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5157
struct bnxt_cp_ring *cpr = arg;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5214
bnxt_mark_cpr_invalid(struct bnxt_cp_ring *cpr)
sys/dev/bnxt/bnxt_en/if_bnxt.c
5438
struct bnxt_cp_ring *cpr = &softc->def_cp_ring;
sys/dev/bnxt/bnxt_en/if_bnxt.c
555
softc->nq_rings = malloc(sizeof(struct bnxt_cp_ring) * nqsets,
sys/dev/bnxt/bnxt_en/if_bnxt.c
605
softc->tx_cp_rings = malloc(sizeof(struct bnxt_cp_ring) * ntxqsets,
sys/dev/bnxt/bnxt_en/if_bnxt.c
737
softc->rx_cp_rings = malloc(sizeof(struct bnxt_cp_ring) * nrxqsets,