Searched refs:hal_buf (Results 1 – 6 of 6) sorted by relevance
| /Linux-v4.19/drivers/net/wireless/ath/wcn36xx/ |
| D | smd.c | 92 entry = (struct wcn36xx_hal_cfg *) (wcn->hal_buf + *len); in put_cfg_tlv_u32() 256 (struct wcn36xx_hal_msg_header *)wcn->hal_buf; in wcn36xx_smd_send_and_wait() 259 wcn36xx_dbg_dump(WCN36XX_DBG_SMD_DUMP, "HAL >>> ", wcn->hal_buf, len); in wcn36xx_smd_send_and_wait() 263 ret = rpmsg_send(wcn->smd_channel, wcn->hal_buf, len); in wcn36xx_smd_send_and_wait() 379 memcpy(wcn->hal_buf, &msg_body, sizeof(msg_body)); in wcn36xx_smd_load_nv() 382 memcpy(wcn->hal_buf + sizeof(msg_body), in wcn36xx_smd_load_nv() 389 ret = wcn36xx_smd_rsp_status_check(wcn->hal_buf, in wcn36xx_smd_load_nv() 459 PREPARE_HAL_BUF(wcn->hal_buf, msg_body); in wcn36xx_smd_start() 461 body = (struct wcn36xx_hal_mac_start_req_msg *)wcn->hal_buf; in wcn36xx_smd_start() 482 ret = wcn36xx_smd_start_rsp(wcn, wcn->hal_buf, wcn->hal_rsp_len); in wcn36xx_smd_start() [all …]
|
| D | wcn36xx.h | 217 u8 *hal_buf; member
|
| D | main.c | 296 wcn->hal_buf = kmalloc(WCN36XX_HAL_BUF_SIZE, GFP_KERNEL); in wcn36xx_start() 297 if (!wcn->hal_buf) { in wcn36xx_start() 340 kfree(wcn->hal_buf); in wcn36xx_start() 378 kfree(wcn->hal_buf); in wcn36xx_stop()
|
| /Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/ |
| D | halmac_func_88xx.h | 28 u8 *hal_buf, u32 size);
|
| D | halmac_func_88xx.c | 1467 u8 *hal_buf, u32 size) in halmac_download_rsvd_page_88xx() argument 1504 if (!PLATFORM_SEND_RSVD_PAGE(driver_adapter, hal_buf, size)) { in halmac_download_rsvd_page_88xx()
|
| /Linux-v4.19/drivers/staging/rtlwifi/halmac/ |
| D | halmac_type.h | 1872 u8 *hal_buf, u32 size);
|