iwl_txq_space
int iwl_txq_space(struct iwl_trans *trans, const struct iwl_txq *q);
if (iwl_txq_space(trans, txq) < ((cmd->flags & CMD_ASYNC) ? 2 : 1)) {
if (iwl_txq_space(trans, txq) < txq->high_mark) {
if (unlikely(iwl_txq_space(trans, txq) < 3)) {
if (iwl_txq_space(trans, txq) < ((cmd->flags & CMD_ASYNC) ? 2 : 1)) {
if (iwl_txq_space(trans, txq) < txq->high_mark) {
if (unlikely(iwl_txq_space(trans, txq) < 3)) {
if (iwl_txq_space(trans, txq) > txq->low_mark &&
if (iwl_txq_space(trans, txq) > txq->low_mark)