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()
845 struct rx_agg { struct1656 r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags);1842 struct rx_agg *agg; in read_bulk_callback()2028 static void free_rx_agg(struct r8152 *tp, struct rx_agg *agg) in free_rx_agg()2039 static struct rx_agg *alloc_rx_agg(struct r8152 *tp, gfp_t mflags) in alloc_rx_agg()2044 struct rx_agg *rx_agg; in alloc_rx_agg() local2047 rx_agg = kmalloc_node(sizeof(*rx_agg), mflags, node); in alloc_rx_agg()2048 if (!rx_agg) in alloc_rx_agg()2051 rx_agg->page = alloc_pages(mflags | __GFP_COMP | __GFP_NOWARN, order); in alloc_rx_agg()2052 if (!rx_agg->page) in alloc_rx_agg()[all …]
399 #define TPA_AGG_AGG_ID(rx_agg) \ argument400 ((le32_to_cpu((rx_agg)->rx_agg_cmp_v) & \
1998 struct rx_agg_cmp *rx_agg) in bnxt_tpa_agg() argument2000 u16 agg_id = TPA_AGG_AGG_ID(rx_agg); in bnxt_tpa_agg()2006 tpa_info->agg_arr[tpa_info->agg_count++] = *rx_agg; in bnxt_tpa_agg()