Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_config.c638 static void icssg_fdb_setup(struct prueth_emac *emac, struct mgmt_cmd *fdb_cmd, in icssg_fdb_setup() argument
653 fdb_cmd->header = ICSSG_FW_MGMT_CMD_HEADER; in icssg_fdb_setup()
654 fdb_cmd->type = ICSSG_FW_MGMT_FDB_CMD_TYPE; in icssg_fdb_setup()
655 fdb_cmd->seqnum = ++(emac->prueth->icssg_hwcmdseq); in icssg_fdb_setup()
656 fdb_cmd->param = cmd; in icssg_fdb_setup()
657 fdb_cmd->param |= (slice << 4); in icssg_fdb_setup()
659 memcpy(&fdb_cmd->cmd_args[0], addr, 4); in icssg_fdb_setup()
660 memcpy(&fdb_cmd->cmd_args[1], &addr[4], 2); in icssg_fdb_setup()
661 fdb_cmd->cmd_args[2] = fdb_slot; in icssg_fdb_setup()
670 struct mgmt_cmd fdb_cmd = { 0 }; in icssg_fdb_add_del() local
[all …]