Searched refs:tpa_start (Results 1 – 5 of 5) sorted by relevance
533 tpas = &(softc->rx_rings[ri->iri_qsidx].tpa_start[agg_id]); in bnxt_pkt_get_tpa()632 softc->rx_rings[ri->iri_qsidx].tpa_start[agg_id].low = *rtpa; in bnxt_isc_rxd_pkt_get()638 softc->rx_rings[ri->iri_qsidx].tpa_start[agg_id].high = in bnxt_isc_rxd_pkt_get()
692 softc->rx_rings[i].tpa_start = malloc(sizeof(struct bnxt_full_tpa_start) * in bnxt_rx_queues_alloc()695 if (softc->rx_rings[i].tpa_start == NULL) { in bnxt_rx_queues_alloc()777 if (softc->rx_rings[i].tpa_start) in bnxt_rx_queues_alloc()778 free(softc->rx_rings[i].tpa_start, M_DEVBUF); in bnxt_rx_queues_alloc()2531 free(softc->rx_rings[i].tpa_start, M_DEVBUF); in bnxt_detach()
567 struct bnxt_full_tpa_start *tpa_start; member
240 uint64_t tpa_start; member
1732 CTLFLAG_RD, &ha->fp_array[i].tpa_start, in qlnx_add_fp_stats_sysctls()4572 fp->tpa_start++; in qlnx_rx_int()