Searched refs:mgmt_cmd (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/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-6.15/sound/soc/qcom/qdsp6/ |
| H A D | q6apm.c | 99 struct apm_graph_mgmt_cmd *mgmt_cmd; in audioreach_graph_mgmt_cmd() local 105 payload_size = APM_GRAPH_MGMT_PSIZE(mgmt_cmd, num_sub_graphs); in audioreach_graph_mgmt_cmd() 111 mgmt_cmd = (void *)pkt + GPR_HDR_SIZE + APM_CMD_HDR_SIZE; in audioreach_graph_mgmt_cmd() 113 mgmt_cmd->num_sub_graphs = num_sub_graphs; in audioreach_graph_mgmt_cmd() 115 param_data = &mgmt_cmd->param_data; in audioreach_graph_mgmt_cmd() 121 mgmt_cmd->sub_graph_id_list[i++] = sg->sub_graph_id; in audioreach_graph_mgmt_cmd()
|
| /linux-6.15/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_config.c | 603 int icssg_send_fdb_msg(struct prueth_emac *emac, struct mgmt_cmd *cmd, in icssg_send_fdb_msg() 638 static void icssg_fdb_setup(struct prueth_emac *emac, struct mgmt_cmd *fdb_cmd, in icssg_fdb_setup() 670 struct mgmt_cmd fdb_cmd = { 0 }; in icssg_fdb_add_del() 695 struct mgmt_cmd fdb_cmd = { 0 }; in icssg_fdb_lookup() 785 struct mgmt_cmd fdb_cmd = { 0 }; in emac_fdb_flow_id_updated()
|
| H A D | icssg_config.h | 217 struct mgmt_cmd { struct
|
| H A D | icssg_prueth.h | 417 int icssg_send_fdb_msg(struct prueth_emac *emac, struct mgmt_cmd *cmd,
|