Searched refs:mgmt_cmd (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mgmt.c150 * @mgmt_cmd: pointer to the command to prepare
155 static void prepare_mgmt_cmd(u8 *mgmt_cmd, u64 *header, u8 *msg, u16 msg_len) argument
157 memset(mgmt_cmd, 0, MGMT_MSG_RSVD_FOR_DEV);
159 mgmt_cmd += MGMT_MSG_RSVD_FOR_DEV;
160 memcpy(mgmt_cmd, header, sizeof(*header));
162 mgmt_cmd += sizeof(*header);
163 memcpy(mgmt_cmd, msg, msg_len);
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6apm.c99 struct apm_graph_mgmt_cmd *mgmt_cmd; local
105 payload_size = APM_GRAPH_MGMT_PSIZE(mgmt_cmd, num_sub_graphs);
111 mgmt_cmd = (void *)pkt + GPR_HDR_SIZE + APM_CMD_HDR_SIZE;
113 mgmt_cmd->num_sub_graphs = num_sub_graphs;
115 param_data = &mgmt_cmd->param_data;
121 mgmt_cmd->sub_graph_id_list[i++] = sg->sub_graph_id;

Completed in 99 milliseconds