Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c3514 struct dpni_rx_tc_dist_cfg dist_cfg; in dpaa2_eth_config_legacy_hash_key() local
3517 memset(&dist_cfg, 0, sizeof(dist_cfg)); in dpaa2_eth_config_legacy_hash_key()
3519 dist_cfg.key_cfg_iova = key; in dpaa2_eth_config_legacy_hash_key()
3520 dist_cfg.dist_size = dpaa2_eth_queue_count(priv); in dpaa2_eth_config_legacy_hash_key()
3521 dist_cfg.dist_mode = DPNI_DIST_MODE_HASH; in dpaa2_eth_config_legacy_hash_key()
3525 i, &dist_cfg); in dpaa2_eth_config_legacy_hash_key()
3539 struct dpni_rx_dist_cfg dist_cfg; in dpaa2_eth_config_hash_key() local
3542 memset(&dist_cfg, 0, sizeof(dist_cfg)); in dpaa2_eth_config_hash_key()
3544 dist_cfg.key_cfg_iova = key; in dpaa2_eth_config_hash_key()
3545 dist_cfg.dist_size = dpaa2_eth_queue_count(priv); in dpaa2_eth_config_hash_key()
[all …]