Searched refs:rx_agg (Results 1 – 5 of 5) sorted by relevance
17 int rx_agg; member57 ++priv->debug->rx_agg; in cw1200_debug_rxed_agg()
274 d->rx_agg); in cw1200_status_show()
768 struct rx_agg { struct1389 r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags);1559 struct rx_agg *agg; in read_bulk_callback()1737 static void free_rx_agg(struct r8152 *tp, struct rx_agg *agg) in free_rx_agg()1748 static struct rx_agg *alloc_rx_agg(struct r8152 *tp, gfp_t mflags) in alloc_rx_agg()1753 struct rx_agg *rx_agg; in alloc_rx_agg() local1756 rx_agg = kmalloc_node(sizeof(*rx_agg), mflags, node); in alloc_rx_agg()1757 if (!rx_agg) in alloc_rx_agg()1760 rx_agg->page = alloc_pages(mflags | __GFP_COMP, order); in alloc_rx_agg()1761 if (!rx_agg->page) in alloc_rx_agg()[all …]
279 #define TPA_AGG_AGG_ID(rx_agg) \ argument280 ((le32_to_cpu((rx_agg)->rx_agg_cmp_v) & \
1683 struct rx_agg_cmp *rx_agg) in bnxt_tpa_agg() argument1685 u16 agg_id = TPA_AGG_AGG_ID(rx_agg); in bnxt_tpa_agg()1691 tpa_info->agg_arr[tpa_info->agg_count++] = *rx_agg; in bnxt_tpa_agg()