Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_mac.c171 MLX5_REPRESENTOR_REPR(priv->representor_id)); in mlx5_mac_addr_set()
179 (priv->representor_id)); in mlx5_mac_addr_set()
H A Dmlx5_ethdev.c353 info->switch_info.port_id = priv->representor_id; in mlx5_dev_infos_get()
H A Dmlx5.c386 uint16_t repr = MLX5_REPRESENTOR_REPR(priv->representor_id); in mlx5_is_hpf()
387 int type = MLX5_REPRESENTOR_TYPE(priv->representor_id); in mlx5_is_hpf()
406 int type = MLX5_REPRESENTOR_TYPE(priv->representor_id); in mlx5_is_sf_repr()
H A Dmlx5.h1462 uint16_t representor_id; /* UINT16_MAX if not a representor. */ member
H A Dmlx5_flow_dv.c2740 bool fdb_tx = priv->representor_id != UINT16_MAX; in flow_dv_validate_action_pop_vlan()
5237 int32_t flow_src_port = priv->representor_id; in mlx5_flow_validate_action_meter()
5251 flow_src_port = port_priv->representor_id; in mlx5_flow_validate_action_meter()
5253 if (flow_src_port != policy_port_priv->representor_id) in mlx5_flow_validate_action_meter()
5774 priv->representor_id != UINT16_MAX) in flow_dv_validate_action_sample()
8008 bool fdb_tx = priv->representor_id != UINT16_MAX; in flow_dv_validate()
16551 color_rule->src_port = priv->representor_id; in __flow_dv_create_domain_policy_rules()
16615 bool mtr_first = egress || (transfer && priv->representor_id != UINT16_MAX); in __flow_dv_create_policy_acts_rules()
H A Dmlx5_flow.c5354 int32_t flow_src_port = priv->representor_id; in flow_meter_split_prep()
5383 flow_src_port = port_priv->representor_id; in flow_meter_split_prep()
5385 flow_src_port != priv->representor_id) { in flow_meter_split_prep()
6656 fdb_tx = (attr->transfer && priv->representor_id != UINT16_MAX); in flow_create_split_sample()
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_os.c364 priv->representor_id = -1; in mlx5_dev_spawn()
407 eth_dev->data->representor_id = priv->representor_id; in mlx5_dev_spawn()
/dpdk/lib/ethdev/
H A Drte_class_eth.c107 if (data->representor_id == id) in eth_representor_cmp()
H A Dethdev_driver.h169 uint16_t representor_id; member
/dpdk/drivers/net/ixgbe/
H A Dixgbe_vf_representor.c199 ethdev->data->representor_id = representor->vf_id; in ixgbe_vf_representor_init()
/dpdk/drivers/net/ice/
H A Dice_dcf_vf_representor.c427 vf_rep_eth_dev->data->representor_id = repr->vf_id; in ice_dcf_vf_repr_init()
/dpdk/drivers/net/i40e/
H A Di40e_vf_representor.c517 ethdev->data->representor_id = representor->vf_id; in i40e_vf_representor_init()
/dpdk/drivers/net/enic/
H A Denic_vf_representor.c667 eth_dev->data->representor_id = vf->vf_id; in enic_vf_representor_init()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1256 priv->representor_id = mlx5_representor_id_encode(switch_info, in mlx5_dev_spawn()
1401 eth_dev->data->representor_id = priv->representor_id; in mlx5_dev_spawn()
/dpdk/drivers/net/sfc/
H A Dsfc_repr.c990 dev->data->representor_id = srs->repr_id; in sfc_repr_eth_dev_init()
/dpdk/drivers/net/bnxt/
H A Dbnxt_reps.c193 eth_dev->data->representor_id = rep_params->vf_id; in bnxt_representor_init()