Home
last modified time | relevance | path

Searched refs:WILC_TX_BUFF_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.h206 #define WILC_TX_BUFF_SIZE (64 * 1024) macro
H A Dwlan.c518 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()
/kernel/linux/linux-6.6/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()

Completed in 6 milliseconds