Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1597 struct ethtool_flow_id *loc_rule; in mlx4_en_flow_replace() local
1636 loc_rule = &priv->ethtool_rules[cmd->fs.location]; in mlx4_en_flow_replace()
1637 if (loc_rule->id) { in mlx4_en_flow_replace()
1638 err = mlx4_flow_detach(priv->mdev->dev, loc_rule->id); in mlx4_en_flow_replace()
1641 cmd->fs.location, loc_rule->id); in mlx4_en_flow_replace()
1644 loc_rule->id = 0; in mlx4_en_flow_replace()
1645 memset(&loc_rule->flow_spec, 0, in mlx4_en_flow_replace()
1647 list_del(&loc_rule->list); in mlx4_en_flow_replace()
1655 loc_rule->id = reg_id; in mlx4_en_flow_replace()
1656 memcpy(&loc_rule->flow_spec, &cmd->fs, in mlx4_en_flow_replace()
[all …]
/linux-6.15/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c1440 struct bcmgenet_rxnfc_rule *loc_rule; in bcmgenet_insert_flow() local
1462 cmd->fs.location = loc_rule->fs.location; in bcmgenet_insert_flow()
1463 err = memcmp(&loc_rule->fs, &cmd->fs, in bcmgenet_insert_flow()
1470 loc_rule = &priv->rxnfc_rules[i]; in bcmgenet_insert_flow()
1481 loc_rule = &priv->rxnfc_rules[cmd->fs.location]; in bcmgenet_insert_flow()
1483 if (loc_rule->state == BCMGENET_RXNFC_STATE_ENABLED) in bcmgenet_insert_flow()
1486 list_del(&loc_rule->list); in bcmgenet_insert_flow()
1489 loc_rule->state = BCMGENET_RXNFC_STATE_UNUSED; in bcmgenet_insert_flow()
1490 memcpy(&loc_rule->fs, &cmd->fs, in bcmgenet_insert_flow()
1493 bcmgenet_hfb_create_rxnfc_filter(priv, loc_rule); in bcmgenet_insert_flow()
[all …]