Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/st/cw1200/
Ddebug.h17 int rx_agg; member
57 ++priv->debug->rx_agg; in cw1200_debug_rxed_agg()
Ddebug.c274 d->rx_agg); in cw1200_status_show()
/linux-6.1.9/drivers/net/usb/
Dr8152.c841 struct rx_agg { struct
1554 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() local
1942 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 …]
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h284 #define TPA_AGG_AGG_ID(rx_agg) \ argument
285 ((le32_to_cpu((rx_agg)->rx_agg_cmp_v) & \
Dbnxt.c1768 struct rx_agg_cmp *rx_agg) in bnxt_tpa_agg() argument
1770 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()