Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c456 memset(&(msg_body), 0, sizeof(msg_body)); \
459 (msg_body).header.len = sizeof(msg_body); \
479 &msg_body, sizeof(msg_body), 0); \
545 memcpy(wcn->hal_buf, &msg_body, sizeof(msg_body)); in wcn36xx_smd_load_nv()
850 msg_body = kzalloc(sizeof(*msg_body), GFP_KERNEL); in wcn36xx_smd_start_hw_scan()
893 msg_body->num_channel, msg_body->num_ssid, in wcn36xx_smd_start_hw_scan()
945 msg_body = kzalloc(sizeof(*msg_body), GFP_KERNEL); in wcn36xx_smd_update_channel_list()
1233 msg_body.self_addr, msg_body.status); in wcn36xx_smd_add_sta_self()
1357 msg_body.bssid, msg_body.self_sta_mac_addr, in wcn36xx_smd_join()
1358 msg_body.channel, msg_body.link_state); in wcn36xx_smd_join()
[all …]
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mgmt.c493 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()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgitarchive.py162 msg_body = format_str(msg_body_pattern, keyws)
163 return tag_name, msg_subj + '\n\n' + msg_body