Searched refs:TFD_QUEUE_CB_SIZE (Results 1 – 4 of 4) sorted by relevance
151 cpu_to_le16(TFD_QUEUE_CB_SIZE(TFD_CMD_SLOTS)); in iwl_pcie_ctxt_info_gen3_init()
197 TFD_QUEUE_CB_SIZE(TFD_CMD_SLOTS); in iwl_pcie_ctxt_info_init()
1169 cmd->cb_size = cpu_to_le32(TFD_QUEUE_CB_SIZE(size)); in iwl_trans_pcie_dyn_txq_alloc()
650 #define TFD_QUEUE_CB_SIZE(x) (ilog2(x) - 3) macro