Searched refs:tpa_start (Results 1 – 5 of 5) sorted by relevance
577 tpas = &(softc->rx_rings[ri->iri_qsidx].tpa_start[agg_id]); in bnxt_pkt_get_tpa()681 softc->rx_rings[ri->iri_qsidx].tpa_start[agg_id].low = *rtpa; in bnxt_isc_rxd_pkt_get()688 softc->rx_rings[ri->iri_qsidx].tpa_start[agg_id].high = in bnxt_isc_rxd_pkt_get()
723 softc->rx_rings[i].tpa_start = malloc(sizeof(struct bnxt_full_tpa_start) * in bnxt_rx_queues_alloc()726 if (softc->rx_rings[i].tpa_start == NULL) { in bnxt_rx_queues_alloc()809 if (softc->rx_rings[i].tpa_start) in bnxt_rx_queues_alloc()810 free(softc->rx_rings[i].tpa_start, M_DEVBUF); in bnxt_rx_queues_alloc()2770 free(softc->rx_rings[i].tpa_start, M_DEVBUF); in bnxt_detach()
600 struct bnxt_full_tpa_start *tpa_start; member
240 uint64_t tpa_start; member
1734 CTLFLAG_RD, &ha->fp_array[i].tpa_start, in qlnx_add_fp_stats_sysctls()4572 fp->tpa_start++; in qlnx_rx_int()