Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
Dsmd.c89 entry = (struct wcn36xx_hal_cfg *) (wcn->hal_buf + *len); in put_cfg_tlv_u32()
254 wcn36xx_dbg_dump(WCN36XX_DBG_SMD_DUMP, "HAL >>> ", wcn->hal_buf, len); in wcn36xx_smd_send_and_wait()
258 ret = wcn->ctrl_ops->tx(wcn->hal_buf, len); in wcn36xx_smd_send_and_wait()
348 memcpy(wcn->hal_buf, &msg_body, sizeof(msg_body)); in wcn36xx_smd_load_nv()
351 memcpy(wcn->hal_buf + sizeof(msg_body), in wcn36xx_smd_load_nv()
358 ret = wcn36xx_smd_rsp_status_check(wcn->hal_buf, in wcn36xx_smd_load_nv()
426 PREPARE_HAL_BUF(wcn->hal_buf, msg_body); in wcn36xx_smd_start()
428 body = (struct wcn36xx_hal_mac_start_req_msg *)wcn->hal_buf; in wcn36xx_smd_start()
449 ret = wcn36xx_smd_start_rsp(wcn, wcn->hal_buf, wcn->hal_rsp_len); in wcn36xx_smd_start()
470 PREPARE_HAL_BUF(wcn->hal_buf, msg_body); in wcn36xx_smd_stop()
[all …]
Dmain.c262 wcn->hal_buf = kmalloc(WCN36XX_HAL_BUF_SIZE, GFP_KERNEL); in wcn36xx_start()
263 if (!wcn->hal_buf) { in wcn36xx_start()
308 kfree(wcn->hal_buf); in wcn36xx_start()
333 kfree(wcn->hal_buf); in wcn36xx_stop()
Dwcn36xx.h212 u8 *hal_buf; member