Searched refs:tpa_start (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_txrx.c547 tpas = &(softc->rx_rings[ri->iri_qsidx].tpa_start[agg_id]);
647 softc->rx_rings[ri->iri_qsidx].tpa_start[agg_id].low = *rtpa;
653 softc->rx_rings[ri->iri_qsidx].tpa_start[agg_id].high =
H A Dif_bnxt.c543 softc->rx_rings[i].tpa_start = malloc(sizeof(struct bnxt_full_tpa_start) *
546 if (softc->rx_rings[i].tpa_start == NULL) {
628 free(softc->rx_rings[i].tpa_start, M_DEVBUF);
995 free(softc->rx_rings[i].tpa_start, M_DEVBUF);
H A Dbnxt.h472 struct bnxt_full_tpa_start *tpa_start; member in struct:bnxt_ring
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h249 uint64_t tpa_start; member in struct:qlnx_fastpath
H A Dqlnx_os.c1804 OID_AUTO, "tpa_start",
1805 CTLFLAG_RD, &ha->fp_array[i].tpa_start,
1806 "No. of tpa_start packets");
4754 fp->tpa_start++;

Completed in 199 milliseconds