Searched refs:WILC_TX_BUFF_SIZE (Results 1 – 2 of 2) sorted by relevance
206 #define WILC_TX_BUFF_SIZE (64 * 1024) macro
518 if ((sum + vmm_sz) > WILC_TX_BUFF_SIZE) in wilc_wlan_handle_txq()1208 wilc->tx_buffer = kmalloc(WILC_TX_BUFF_SIZE, GFP_KERNEL); in wilc_wlan_init()