Searched refs:iwl_queue_space (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-tx.c212 int iwl_queue_space(const struct iwl_queue *q) function
227 EXPORT_SYMBOL(iwl_queue_space); variable
444 if (iwl_queue_space(q) < ((cmd->flags & CMD_ASYNC) ? 2 : 1)) {
H A Diwl-agn-tx.c612 if (unlikely(iwl_queue_space(q) < q->high_mark)) {
765 if ((iwl_queue_space(q) < q->high_mark) && priv->mac80211_registered) {
1354 if ((iwl_queue_space(&txq->q) > txq->q.low_mark) &&
H A Diwl-agn-lib.c265 (iwl_queue_space(&txq->q) > txq->q.low_mark) &&
293 (iwl_queue_space(&txq->q) > txq->q.low_mark))
H A Diwl-4965.c2118 (iwl_queue_space(&txq->q) > txq->q.low_mark) &&
2147 (iwl_queue_space(&txq->q) > txq->q.low_mark))
H A Diwl-dev.h705 extern int iwl_queue_space(const struct iwl_queue *q);
H A Diwl3945-base.c529 if ((iwl_queue_space(q) < q->high_mark))
645 if ((iwl_queue_space(q) < q->high_mark)
H A Diwl-3945.c287 if (iwl_queue_space(q) > q->low_mark && (txq_id >= 0) &&

Completed in 194 milliseconds