Searched refs:dist_cfg (Results 1 – 1 of 1) sorted by relevance
2842 struct dpni_rx_tc_dist_cfg dist_cfg; in config_legacy_hash_key() local2845 memset(&dist_cfg, 0, sizeof(dist_cfg)); in config_legacy_hash_key()2847 dist_cfg.key_cfg_iova = key; in config_legacy_hash_key()2848 dist_cfg.dist_size = dpaa2_eth_queue_count(priv); in config_legacy_hash_key()2849 dist_cfg.dist_mode = DPNI_DIST_MODE_HASH; in config_legacy_hash_key()2851 err = dpni_set_rx_tc_dist(priv->mc_io, 0, priv->mc_token, 0, &dist_cfg); in config_legacy_hash_key()2862 struct dpni_rx_dist_cfg dist_cfg; in config_hash_key() local2865 memset(&dist_cfg, 0, sizeof(dist_cfg)); in config_hash_key()2867 dist_cfg.key_cfg_iova = key; in config_hash_key()2868 dist_cfg.dist_size = dpaa2_eth_queue_count(priv); in config_hash_key()[all …]