Home
last modified time | relevance | path

Searched refs:tx_agg (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/wireless/st/cw1200/
Ddebug.h15 int tx_agg; member
40 ++priv->debug->tx_agg; in cw1200_debug_txed_agg()
Ddebug.c268 d->tx_agg); in cw1200_status_show()
/linux-6.1.9/drivers/net/usb/
Dr8152.c849 struct tx_agg { struct
866 struct tx_agg tx_info[RTL8152_MAX_TX]; argument
1805 struct tx_agg *agg; in write_bulk_callback()
2081 static struct tx_agg *r8152_get_tx_agg(struct r8152 *tp) in r8152_get_tx_agg()
2083 struct tx_agg *agg = NULL; in r8152_get_tx_agg()
2095 agg = list_entry(cursor, struct tx_agg, list); in r8152_get_tx_agg()
2250 static int r8152_tx_agg_fill(struct r8152 *tp, struct tx_agg *agg) in r8152_tx_agg_fill()
2571 struct tx_agg *agg; in tx_bottom()