Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c3512 struct dpni_rx_tc_dist_cfg dist_cfg; in dpaa2_eth_config_legacy_hash_key() local
3515 memset(&dist_cfg, 0, sizeof(dist_cfg)); in dpaa2_eth_config_legacy_hash_key()
3517 dist_cfg.key_cfg_iova = key; in dpaa2_eth_config_legacy_hash_key()
3518 dist_cfg.dist_size = dpaa2_eth_queue_count(priv); in dpaa2_eth_config_legacy_hash_key()
3519 dist_cfg.dist_mode = DPNI_DIST_MODE_HASH; in dpaa2_eth_config_legacy_hash_key()
3523 i, &dist_cfg); in dpaa2_eth_config_legacy_hash_key()
3537 struct dpni_rx_dist_cfg dist_cfg; in dpaa2_eth_config_hash_key() local
3540 memset(&dist_cfg, 0, sizeof(dist_cfg)); in dpaa2_eth_config_hash_key()
3569 struct dpni_rx_dist_cfg dist_cfg; dpaa2_eth_config_cls_key() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c4084 struct dpni_rx_tc_dist_cfg dist_cfg; in dpaa2_eth_config_legacy_hash_key() local
4087 memset(&dist_cfg, 0, sizeof(dist_cfg)); in dpaa2_eth_config_legacy_hash_key()
4089 dist_cfg.key_cfg_iova = key; in dpaa2_eth_config_legacy_hash_key()
4090 dist_cfg.dist_size = dpaa2_eth_queue_count(priv); in dpaa2_eth_config_legacy_hash_key()
4091 dist_cfg.dist_mode = DPNI_DIST_MODE_HASH; in dpaa2_eth_config_legacy_hash_key()
4095 i, &dist_cfg); in dpaa2_eth_config_legacy_hash_key()
4109 struct dpni_rx_dist_cfg dist_cfg; in dpaa2_eth_config_hash_key() local
4112 memset(&dist_cfg, 0, sizeof(dist_cfg)); in dpaa2_eth_config_hash_key()
4141 struct dpni_rx_dist_cfg dist_cfg; dpaa2_eth_config_cls_key() local
[all...]

Completed in 11 milliseconds