Searched refs:mgmt_cmd (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_hw_mgmt.c | 155 static void prepare_mgmt_cmd(u8 *mgmt_cmd, u64 *header, u8 *msg, u16 msg_len) in prepare_mgmt_cmd() argument 157 memset(mgmt_cmd, 0, MGMT_MSG_RSVD_FOR_DEV); in prepare_mgmt_cmd() 159 mgmt_cmd += MGMT_MSG_RSVD_FOR_DEV; in prepare_mgmt_cmd() 160 memcpy(mgmt_cmd, header, sizeof(*header)); in prepare_mgmt_cmd() 162 mgmt_cmd += sizeof(*header); in prepare_mgmt_cmd() 163 memcpy(mgmt_cmd, msg, msg_len); in prepare_mgmt_cmd()
|
| /linux/sound/soc/qcom/qdsp6/ |
| H A D | q6apm.c | 99 struct apm_graph_mgmt_cmd *mgmt_cmd; in audioreach_graph_mgmt_cmd() local 102 int i = 0, payload_size = APM_GRAPH_MGMT_PSIZE(mgmt_cmd, num_sub_graphs); in audioreach_graph_mgmt_cmd() 108 mgmt_cmd = (void *)pkt + GPR_HDR_SIZE + APM_CMD_HDR_SIZE; in audioreach_graph_mgmt_cmd() 110 mgmt_cmd->num_sub_graphs = num_sub_graphs; in audioreach_graph_mgmt_cmd() 112 param_data = &mgmt_cmd->param_data; in audioreach_graph_mgmt_cmd() 118 mgmt_cmd->sub_graph_id_list[i++] = sg->sub_graph_id; in audioreach_graph_mgmt_cmd()
|
| /linux/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_config.c | 664 int icssg_send_fdb_msg(struct prueth_emac *emac, struct mgmt_cmd *cmd, in icssg_send_fdb_msg() 699 static void icssg_fdb_setup(struct prueth_emac *emac, struct mgmt_cmd *fdb_cmd, in icssg_fdb_setup() 731 struct mgmt_cmd fdb_cmd = { 0 }; in icssg_fdb_add_del() 756 struct mgmt_cmd fdb_cmd = { 0 }; in icssg_fdb_lookup() 846 struct mgmt_cmd fdb_cmd = { 0 }; in emac_fdb_flow_id_updated()
|
| H A D | icssg_config.h | 267 struct mgmt_cmd { struct
|