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()
841 struct rx_agg { struct1554 r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags);1737 struct rx_agg *agg; in read_bulk_callback()1923 static void free_rx_agg(struct r8152 *tp, struct rx_agg *agg) in free_rx_agg()1934 static struct rx_agg *alloc_rx_agg(struct r8152 *tp, gfp_t mflags) in alloc_rx_agg()1939 struct rx_agg *rx_agg; in alloc_rx_agg() local1942 rx_agg = kmalloc_node(sizeof(*rx_agg), mflags, node); in alloc_rx_agg()1943 if (!rx_agg) in alloc_rx_agg()1946 rx_agg->page = alloc_pages(mflags | __GFP_COMP, order); in alloc_rx_agg()1947 if (!rx_agg->page) in alloc_rx_agg()[all …]
284 #define TPA_AGG_AGG_ID(rx_agg) \ argument285 ((le32_to_cpu((rx_agg)->rx_agg_cmp_v) & \
1768 struct rx_agg_cmp *rx_agg) in bnxt_tpa_agg() argument1770 u16 agg_id = TPA_AGG_AGG_ID(rx_agg); in bnxt_tpa_agg()1776 tpa_info->agg_arr[tpa_info->agg_count++] = *rx_agg; in bnxt_tpa_agg()