Home
last modified time | relevance | path

Searched refs:WILC_TX_ERR_NO_BUF (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wlan_if.h119 #define WILC_TX_ERR_NO_BUF (-2) macro
Dlinux_wlan.c491 if (ret == WILC_TX_ERR_NO_BUF) { /* failed to allocate buffers in chip. */ in linux_wlan_txq_task()
510 …} while (ret == WILC_TX_ERR_NO_BUF && !wl->close); /* retry sending packets if no more buffers in … in linux_wlan_txq_task()
Dwilc_wlan.c1024 ret = WILC_TX_ERR_NO_BUF; in wilc_wlan_handle_txq()