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

/drivers/net/wireless/iwlegacy/
H A D4965.c1901 txq_id = SEQ_TO_QUEUE(seq);
2021 int txq_id = SEQ_TO_QUEUE(sequence);
H A Dcommands.h165 #define SEQ_TO_QUEUE(s) (((s) >> 8) & 0x1f) macro
H A D3945.c322 int txq_id = SEQ_TO_QUEUE(sequence);
H A Dcommon.c3249 int txq_id = SEQ_TO_QUEUE(sequence);
/drivers/net/wireless/iwlwifi/
H A Diwl-trans-pcie-tx.c842 int txq_id = SEQ_TO_QUEUE(sequence);
H A Diwl-agn-tx.c995 int txq_id = SEQ_TO_QUEUE(sequence);
H A Diwl-commands.h216 #define SEQ_TO_QUEUE(s) (((s) >> 8) & 0x1f) macro

Completed in 64 milliseconds