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

/linux-master/drivers/net/wireless/st/cw1200/
H A Ddebug.h15 int tx_agg; member in struct:cw1200_debug_priv
40 ++priv->debug->tx_agg;
H A Ddebug.c268 d->tx_agg);
/linux-master/drivers/net/usb/
H A Dr8152.c858 struct tx_agg { struct
875 struct tx_agg tx_info[RTL8152_MAX_TX];
1912 struct tx_agg *agg;
2188 static struct tx_agg *r8152_get_tx_agg(struct r8152 *tp)
2190 struct tx_agg *agg = NULL;
2202 agg = list_entry(cursor, struct tx_agg, list);
2357 static int r8152_tx_agg_fill(struct r8152 *tp, struct tx_agg *agg)
2719 struct tx_agg *agg;

Completed in 149 milliseconds