Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c548 memcpy(wcn->hal_buf + sizeof(msg_body), in wcn36xx_smd_load_nv()
627 PREPARE_HAL_BUF(wcn->hal_buf, msg_body); in wcn36xx_smd_start()
1242 wcn->hal_buf, in wcn36xx_smd_add_sta_self()
1546 PREPARE_HAL_BUF(wcn->hal_buf, msg); in wcn36xx_smd_config_sta_v0()
1575 wcn->hal_buf, in wcn36xx_smd_config_sta()
1819 PREPARE_HAL_BUF(wcn->hal_buf, (*msg)); in wcn36xx_smd_config_bss_v0()
1903 wcn->hal_buf, in wcn36xx_smd_config_bss()
2045 PREPARE_HAL_BUF(wcn->hal_buf, msg); in wcn36xx_smd_update_proberesp_tmpl()
2690 (wcn->hal_buf + sizeof(msg_body)); in wcn36xx_smd_trigger_ba()
2924 wcn->hal_buf; in wcn36xx_smd_set_mc_list()
[all …]
H A Dwcn36xx.h248 u8 *hal_buf; member
H A Dmain.c1582 wcn->hal_buf = devm_kmalloc(wcn->dev, WCN36XX_HAL_BUF_SIZE, GFP_KERNEL); in wcn36xx_probe()
1583 if (!wcn->hal_buf) { in wcn36xx_probe()