Searched defs:tpa_info (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/sys/dev/bxe/ |
H A D | bxe.c | 2754 struct bxe_sw_tpa_info *tpa_info = &fp->rx_tpa_info[queue]; in bxe_tpa_start() local 2843 bxe_fill_frag_mbuf(struct bxe_softc * sc,struct bxe_fastpath * fp,struct bxe_sw_tpa_info * tpa_info,uint16_t queue,uint16_t pages,struct mbuf * m,struct eth_end_agg_rx_cqe * cqe,uint16_t cqe_idx) bxe_fill_frag_mbuf() argument 3031 bxe_tpa_stop(struct bxe_softc * sc,struct bxe_fastpath * fp,struct bxe_sw_tpa_info * tpa_info,uint16_t queue,uint16_t pages,struct eth_end_agg_rx_cqe * cqe,uint16_t cqe_idx) bxe_tpa_stop() argument 3229 struct bxe_sw_tpa_info *tpa_info; bxe_rxeof() local 6289 struct bxe_sw_tpa_info *tpa_info = &fp->rx_tpa_info[queue]; bxe_alloc_rx_tpa_mbuf() local [all...] |
/freebsd-src/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_def.h | 119 struct qlnx_agg_info tpa_info[ETH_TPA_MAX_AGGS_NUM]; member
|