Searched refs:QUEUE_TO_SEQ (Results 1 – 8 of 8) sorted by relevance
74 #define QUEUE_TO_SEQ(q) (((q) & 0x1f) << 8) macro
190 cpu_to_le16(QUEUE_TO_SEQ(trans->txqs.cmd.q_id) | in iwl_pcie_gen2_enqueue_hcmd()
1294 cpu_to_le16(QUEUE_TO_SEQ(trans->txqs.cmd.q_id) | in iwl_pcie_enqueue_hcmd()1302 cpu_to_le16(QUEUE_TO_SEQ(trans->txqs.cmd.q_id) | in iwl_pcie_enqueue_hcmd()1994 cpu_to_le16((u16)(QUEUE_TO_SEQ(txq_id) | in iwl_trans_pcie_tx()
166 #define QUEUE_TO_SEQ(q) (((q) & 0x1f) << 8) macro
539 (QUEUE_TO_SEQ(txq_id) | IDX_TO_SEQ(q->write_ptr))); in il3945_tx_skb()
3179 cpu_to_le16(QUEUE_TO_SEQ(il->cmd_queue) | IDX_TO_SEQ(q->write_ptr)); in il_enqueue_hcmd()
1784 (QUEUE_TO_SEQ(txq_id) | IDX_TO_SEQ(q->write_ptr))); in il4965_tx_skb()
828 cpu_to_le16((u16)(QUEUE_TO_SEQ(txq_id) | in iwl_txq_gen2_tx()