Searched refs:swq_id (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/iwlwifi/
H A Diwl-agn-tx.c522 int swq_id, txq_id; local
609 swq_id = txq->swq_id;
772 iwl_stop_queue(priv, txq->swq_id);
1001 priv->txq[txq_id].swq_id = iwl_virtual_agg_queue_num(get_ac_from_tid(tid), txq_id);
1357 iwl_wake_queue(priv, txq->swq_id);
H A Diwl-debugfs.c985 " swq_id=%#.2x (ac %d/hwq %d)\n",
988 txq->swq_id,
989 txq->swq_id & 0x80 ? txq->swq_id & 3 :
990 txq->swq_id,
991 txq->swq_id & 0x80 ? (txq->swq_id >> 2) &
992 0x1f : txq->swq_id);
H A Diwl-agn-lib.c259 scd_ssn , index, txq_id, txq->swq_id);
270 iwl_wake_queue(priv, txq->swq_id);
274 BUG_ON(txq_id != txq->swq_id);
H A Diwl-tx.c355 * need an swq_id so don't set one to catch errors, all others can
359 txq->swq_id = txq_id;
H A Diwl-dev.h174 u8 swq_id; member in struct:iwl_tx_queue
H A Diwl-4965.c2123 iwl_wake_queue(priv, txq->swq_id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-tx.c522 int swq_id, txq_id; local
609 swq_id = txq->swq_id;
772 iwl_stop_queue(priv, txq->swq_id);
1001 priv->txq[txq_id].swq_id = iwl_virtual_agg_queue_num(get_ac_from_tid(tid), txq_id);
1357 iwl_wake_queue(priv, txq->swq_id);
H A Diwl-debugfs.c985 " swq_id=%#.2x (ac %d/hwq %d)\n",
988 txq->swq_id,
989 txq->swq_id & 0x80 ? txq->swq_id & 3 :
990 txq->swq_id,
991 txq->swq_id & 0x80 ? (txq->swq_id >> 2) &
992 0x1f : txq->swq_id);
H A Diwl-agn-lib.c259 scd_ssn , index, txq_id, txq->swq_id);
270 iwl_wake_queue(priv, txq->swq_id);
274 BUG_ON(txq_id != txq->swq_id);
H A Diwl-tx.c355 * need an swq_id so don't set one to catch errors, all others can
359 txq->swq_id = txq_id;
H A Diwl-dev.h174 u8 swq_id; member in struct:iwl_tx_queue
H A Diwl-4965.c2123 iwl_wake_queue(priv, txq->swq_id);

Completed in 209 milliseconds