Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c4091 memset(&dist_cfg, 0, sizeof(dist_cfg)); in dpaa2_eth_config_legacy_hash_key()
4093 dist_cfg.key_cfg_iova = key; in dpaa2_eth_config_legacy_hash_key()
4099 i, &dist_cfg); in dpaa2_eth_config_legacy_hash_key()
4116 memset(&dist_cfg, 0, sizeof(dist_cfg)); in dpaa2_eth_config_hash_key()
4120 dist_cfg.enable = 1; in dpaa2_eth_config_hash_key()
4123 dist_cfg.tc = i; in dpaa2_eth_config_hash_key()
4125 &dist_cfg); in dpaa2_eth_config_hash_key()
4148 memset(&dist_cfg, 0, sizeof(dist_cfg)); in dpaa2_eth_config_cls_key()
4152 dist_cfg.enable = 1; in dpaa2_eth_config_cls_key()
4155 dist_cfg.tc = i; in dpaa2_eth_config_cls_key()
[all …]