Home
last modified time | relevance | path

Searched refs:txq_has_space (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/ks7010/
H A Dks7010_sdio.c251 txq_has_space(priv)) { in _ks_wlan_hw_power_save()
355 if (!txq_has_space(priv) || in tx_device_task()
374 if (txq_has_space(priv)) in tx_device_task()
402 if (txq_has_space(priv)) in ks_wlan_hw_tx()
503 if (txq_has_space(priv)) { in ks7010_rw_function()
594 if (txq_has_space(priv)) { in ks_sdio_interrupt()
631 while (txq_has_space(priv)) { in trx_device_exit()
H A Dks_wlan.h528 static inline bool txq_has_space(struct ks_wlan_private *priv) in txq_has_space() function