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

/linux-master/drivers/net/wireless/st/cw1200/
H A Ddebug.h17 int rx_agg; member in struct:cw1200_debug_priv
57 ++priv->debug->rx_agg;
H A Ddebug.c274 d->rx_agg);
/linux-master/drivers/net/usb/
H A Dr8152.c850 struct rx_agg { struct
1661 r8152_submit_rx(struct r8152 *tp, struct rx_agg *agg, gfp_t mem_flags);
1844 struct rx_agg *agg;
2030 static void free_rx_agg(struct r8152 *tp, struct rx_agg *agg)
2041 static struct rx_agg *alloc_rx_agg(struct r8152 *tp, gfp_t mflags)
2046 struct rx_agg *rx_agg; local
2049 rx_agg = kmalloc_node(sizeof(*rx_agg), mflags, node);
2050 if (!rx_agg)
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h360 #define TPA_AGG_AGG_ID(rx_agg) \
361 ((le32_to_cpu((rx_agg)->rx_agg_cmp_v) & \
H A Dbnxt.c1858 struct rx_agg_cmp *rx_agg)
1860 u16 agg_id = TPA_AGG_AGG_ID(rx_agg);
1866 tpa_info->agg_arr[tpa_info->agg_count++] = *rx_agg;
12798 netdev_info(bnapi->bp->dev, "[%d]: rx{fw_ring: %d prod: %x} rx_agg{fw_ring: %d agg_prod: %x sw_agg_prod: %x}\n",
1857 bnxt_tpa_agg(struct bnxt *bp, struct bnxt_rx_ring_info *rxr, struct rx_agg_cmp *rx_agg) argument

Completed in 318 milliseconds