Searched refs:QUEUE_TO_SEQ (Results 1 – 5 of 5) sorted by relevance
19 #define QUEUE_TO_SEQ(q) (((q) & 0x1f) << 8) macro
775 cpu_to_le16((u16)(QUEUE_TO_SEQ(txq_id) | in iwl_txq_gen2_tx()1326 cpu_to_le16(QUEUE_TO_SEQ(trans_pcie->txqs.cmd.q_id) | in iwl_pcie_gen2_enqueue_hcmd()
1478 cpu_to_le16(QUEUE_TO_SEQ(trans_pcie->txqs.cmd.q_id) | in iwl_pcie_enqueue_hcmd()1486 cpu_to_le16(QUEUE_TO_SEQ(trans_pcie->txqs.cmd.q_id) | in iwl_pcie_enqueue_hcmd()2182 cpu_to_le16((u16)(QUEUE_TO_SEQ(txq_id) | in iwl_trans_pcie_tx()
166 #define QUEUE_TO_SEQ(q) (((q) & 0x1f) << 8) macro
1785 (QUEUE_TO_SEQ(txq_id) | IDX_TO_SEQ(q->write_ptr))); in il4965_tx_skb()