Symbol: mgmt_cmd
drivers/net/ethernet/huawei/hinic/hinic_hw_mgmt.c
155
static void prepare_mgmt_cmd(u8 *mgmt_cmd, u64 *header, u8 *msg, u16 msg_len)
drivers/net/ethernet/huawei/hinic/hinic_hw_mgmt.c
157
memset(mgmt_cmd, 0, MGMT_MSG_RSVD_FOR_DEV);
drivers/net/ethernet/huawei/hinic/hinic_hw_mgmt.c
159
mgmt_cmd += MGMT_MSG_RSVD_FOR_DEV;
drivers/net/ethernet/huawei/hinic/hinic_hw_mgmt.c
160
memcpy(mgmt_cmd, header, sizeof(*header));
drivers/net/ethernet/huawei/hinic/hinic_hw_mgmt.c
162
mgmt_cmd += sizeof(*header);
drivers/net/ethernet/huawei/hinic/hinic_hw_mgmt.c
163
memcpy(mgmt_cmd, msg, msg_len);
drivers/net/ethernet/ti/icssg/icssg_config.c
664
int icssg_send_fdb_msg(struct prueth_emac *emac, struct mgmt_cmd *cmd,
drivers/net/ethernet/ti/icssg/icssg_config.c
699
static void icssg_fdb_setup(struct prueth_emac *emac, struct mgmt_cmd *fdb_cmd,
drivers/net/ethernet/ti/icssg/icssg_config.c
731
struct mgmt_cmd fdb_cmd = { 0 };
drivers/net/ethernet/ti/icssg/icssg_config.c
756
struct mgmt_cmd fdb_cmd = { 0 };
drivers/net/ethernet/ti/icssg/icssg_config.c
846
struct mgmt_cmd fdb_cmd = { 0 };
drivers/net/ethernet/ti/icssg/icssg_prueth.h
443
int icssg_send_fdb_msg(struct prueth_emac *emac, struct mgmt_cmd *cmd,
sound/soc/qcom/qdsp6/q6apm.c
102
int i = 0, payload_size = APM_GRAPH_MGMT_PSIZE(mgmt_cmd, num_sub_graphs);
sound/soc/qcom/qdsp6/q6apm.c
108
mgmt_cmd = (void *)pkt + GPR_HDR_SIZE + APM_CMD_HDR_SIZE;
sound/soc/qcom/qdsp6/q6apm.c
110
mgmt_cmd->num_sub_graphs = num_sub_graphs;
sound/soc/qcom/qdsp6/q6apm.c
112
param_data = &mgmt_cmd->param_data;
sound/soc/qcom/qdsp6/q6apm.c
118
mgmt_cmd->sub_graph_id_list[i++] = sg->sub_graph_id;
sound/soc/qcom/qdsp6/q6apm.c
99
struct apm_graph_mgmt_cmd *mgmt_cmd;