Searched refs:SEQ_TO_QUEUE (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-tx.c581 int txq_id = SEQ_TO_QUEUE(sequence);
H A Diwl-agn-lib.c108 txq_id = SEQ_TO_QUEUE(seq);
217 int txq_id = SEQ_TO_QUEUE(sequence);
H A Diwl-4965.c1936 txq_id = SEQ_TO_QUEUE(seq);
2058 int txq_id = SEQ_TO_QUEUE(sequence);
H A Diwl-commands.h189 #define SEQ_TO_QUEUE(s) (((s) >> 8) & 0x1f) macro
H A Diwl-3945.c301 int txq_id = SEQ_TO_QUEUE(sequence);

Completed in 128 milliseconds