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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Ddev.h23 #define NR_TX_QUEUE 3 macro
251 struct sk_buff *tx_queue_ps[NR_TX_QUEUE];
H A Dtx.c197 WARN_ON(priv->adapter->tx_queue_idx >= NR_TX_QUEUE);
199 if (adapter->tx_queue_idx == NR_TX_QUEUE) {
H A Dfw.c243 memset(&adapter->tx_queue_ps, 0, NR_TX_QUEUE*sizeof(struct sk_buff*));

Completed in 47 milliseconds