Searched refs:msg_body (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/ath/wcn36xx/ |
| A D | smd.c | 452 memset(&(msg_body), 0, sizeof(msg_body)); \ 455 (msg_body).header.len = sizeof(msg_body); \ 475 memcpy(send_buf, &msg_body, sizeof(msg_body)); \ 541 memcpy(wcn->hal_buf, &msg_body, sizeof(msg_body)); in wcn36xx_smd_load_nv() 842 msg_body = kzalloc(sizeof(*msg_body), GFP_KERNEL); in wcn36xx_smd_start_hw_scan() 885 msg_body->num_channel, msg_body->num_ssid, in wcn36xx_smd_start_hw_scan() 937 msg_body = kzalloc(sizeof(*msg_body), GFP_KERNEL); in wcn36xx_smd_update_channel_list() 1225 msg_body.self_addr, msg_body.status); in wcn36xx_smd_add_sta_self() 1349 msg_body.bssid, msg_body.self_sta_mac_addr, in wcn36xx_smd_join() 1350 msg_body.channel, msg_body.link_state); in wcn36xx_smd_join() [all …]
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| A D | hinic_hw_mgmt.c | 493 u8 *msg_body; in recv_mgmt_msg_handler() local 503 msg_body = (u8 *)header + sizeof(*header); in recv_mgmt_msg_handler() 504 memcpy(recv_msg->msg + seq_id * SEGMENT_LEN, msg_body, seg_len); in recv_mgmt_msg_handler()
|
Completed in 18 milliseconds