Searched refs:TFD_CMD_SLOTS (Results 1 – 7 of 7) 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()
1268 ret = iwl_pcie_txq_alloc(trans, cmd_queue, TFD_CMD_SLOTS, true); in iwl_pcie_gen2_tx_init()1277 ret = iwl_pcie_txq_init(trans, cmd_queue, TFD_CMD_SLOTS, true); in iwl_pcie_gen2_tx_init()
338 #define TFD_CMD_SLOTS 32 macro
966 slots_num = cmd_queue ? TFD_CMD_SLOTS : TFD_TX_CMD_SLOTS; in iwl_pcie_tx_alloc()1015 slots_num = cmd_queue ? TFD_CMD_SLOTS : TFD_TX_CMD_SLOTS; in iwl_pcie_tx_init()
2881 for (i = 0; i <= TFD_CMD_SLOTS; i++) in il_cmd_queue_free()3036 slots = TFD_CMD_SLOTS; in il_tx_queue_init()3104 slots = TFD_CMD_SLOTS; in il_tx_queue_reset()3105 actual_slots = TFD_CMD_SLOTS + 1; in il_tx_queue_reset()3202 if (idx == TFD_CMD_SLOTS) in il_enqueue_hcmd()
163 #define TFD_CMD_SLOTS 32 macro