Searched refs:hal_buf (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
| D | smd.c | 89 entry = (struct wcn36xx_hal_cfg *) (wcn->hal_buf + *len); in put_cfg_tlv_u32() 252 wcn36xx_dbg_dump(WCN36XX_DBG_SMD_DUMP, "HAL >>> ", wcn->hal_buf, len); in wcn36xx_smd_send_and_wait() 256 ret = wcn->ctrl_ops->tx(wcn->hal_buf, len); in wcn36xx_smd_send_and_wait() 346 memcpy(wcn->hal_buf, &msg_body, sizeof(msg_body)); in wcn36xx_smd_load_nv() 349 memcpy(wcn->hal_buf + sizeof(msg_body), in wcn36xx_smd_load_nv() 356 ret = wcn36xx_smd_rsp_status_check(wcn->hal_buf, in wcn36xx_smd_load_nv() 424 PREPARE_HAL_BUF(wcn->hal_buf, msg_body); in wcn36xx_smd_start() 426 body = (struct wcn36xx_hal_mac_start_req_msg *)wcn->hal_buf; in wcn36xx_smd_start() 447 ret = wcn36xx_smd_start_rsp(wcn, wcn->hal_buf, wcn->hal_rsp_len); in wcn36xx_smd_start() 468 PREPARE_HAL_BUF(wcn->hal_buf, msg_body); in wcn36xx_smd_stop() [all …]
|
| D | main.c | 262 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()
|
| D | wcn36xx.h | 212 u8 *hal_buf; member
|