Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlwifi/
Diwl-3945.h292 #define SEQ_TO_QUEUE(x) ((x >> 8) & 0xbf) macro
Diwl-5000.c1187 txq_id = SEQ_TO_QUEUE(seq); in iwl5000_tx_status_reply_tx()
1246 int txq_id = SEQ_TO_QUEUE(sequence); in iwl5000_rx_reply_tx()
Diwl-4965.c2057 txq_id = SEQ_TO_QUEUE(seq); in iwl4965_tx_status_reply_tx()
2119 int txq_id = SEQ_TO_QUEUE(sequence); in iwl4965_rx_reply_tx()
Diwl-commands.h178 #define SEQ_TO_QUEUE(s) (((s) >> 8) & 0x1f) macro
Diwl-tx.c1241 int txq_id = SEQ_TO_QUEUE(sequence); in iwl_tx_cmd_complete()
Diwl-3945.c335 int txq_id = SEQ_TO_QUEUE(sequence); in iwl3945_rx_reply_tx()
Diwl3945-base.c3346 int txq_id = SEQ_TO_QUEUE(sequence); in iwl3945_tx_cmd_complete()