Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.h214 #define WILC_TX_BUFF_SIZE (64 * 1024) macro
H A Dwlan.c768 if ((sum + vmm_sz) > WILC_TX_BUFF_SIZE) { in wilc_wlan_handle_txq()
1503 wilc->tx_buffer = kmalloc(WILC_TX_BUFF_SIZE, GFP_KERNEL); in wilc_wlan_init()