Searched refs:iwl_queue_space (Results 1 – 1 of 1) sorted by relevance
68 static int iwl_queue_space(const struct iwl_queue *q) in iwl_queue_space() function1024 if (iwl_queue_space(&txq->q) > txq->q.low_mark) in iwl_trans_pcie_reclaim()1421 if (iwl_queue_space(q) < ((cmd->flags & CMD_ASYNC) ? 2 : 1)) { in iwl_pcie_enqueue_hcmd()1977 if (iwl_queue_space(q) < q->high_mark) { in iwl_trans_pcie_tx()