Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.h25 #define WCN36XX_HAL_BUF_SIZE 4096 macro
H A Dmain.c1582 wcn->hal_buf = devm_kmalloc(wcn->dev, WCN36XX_HAL_BUF_SIZE, GFP_KERNEL); in wcn36xx_probe()
H A Dsmd.c187 if (*len + sizeof(*entry) + sizeof(u32) >= WCN36XX_HAL_BUF_SIZE) { in put_cfg_tlv_u32()