Searched refs:TFD_QUEUE_CB_SIZE (Results 1 – 4 of 4) sorted by relevance
156 cpu_to_le16(TFD_QUEUE_CB_SIZE(cmdq_size)); in iwl_pcie_ctxt_info_gen3_init()
213 TFD_QUEUE_CB_SIZE(IWL_CMD_QUEUE_SIZE); in iwl_pcie_ctxt_info_init()
1232 cmd.cb_size = cpu_to_le32(TFD_QUEUE_CB_SIZE(size)); in iwl_trans_pcie_dyn_txq_alloc()
649 #define TFD_QUEUE_CB_SIZE(x) (ilog2(x) - 3) macro