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