Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_os.c113 port_info_out->name_type = in mlx5_translate_port_name()
119 port_info_out->name_type = in mlx5_translate_port_name()
131 port_info_out->name_type = MLX5_PHYS_PORT_NAME_TYPE_UPLINK; in mlx5_translate_port_name()
142 port_info_out->name_type = MLX5_PHYS_PORT_NAME_TYPE_PFHPF; in mlx5_translate_port_name()
150 port_info_out->name_type = MLX5_PHYS_PORT_NAME_TYPE_LEGACY; in mlx5_translate_port_name()
153 port_info_out->name_type = MLX5_PHYS_PORT_NAME_TYPE_UNKNOWN; in mlx5_translate_port_name()
H A Dmlx5_nl.c1245 switch (switch_info->name_type) { in mlx5_nl_check_switch_info()
1297 .name_type = MLX5_PHYS_PORT_NAME_TYPE_NOTSET, in mlx5_nl_switch_info_cb()
1335 info.name_type = in mlx5_nl_switch_info_cb()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c952 switch_info->name_type == in mlx5_representor_match()
954 switch_info->name_type != MLX5_PHYS_PORT_NAME_TYPE_PFSF) { in mlx5_representor_match()
962 switch_info->name_type == in mlx5_representor_match()
964 switch_info->name_type != MLX5_PHYS_PORT_NAME_TYPE_PFVF) { in mlx5_representor_match()
1048 switch_info->name_type == in mlx5_dev_spawn()
1061 switch_info->name_type == in mlx5_dev_spawn()
1787 info.name_type = MLX5_PHYS_PORT_NAME_TYPE_NOTSET; in mlx5_device_bond_pci_match()
1792 if (info.name_type != MLX5_PHYS_PORT_NAME_TYPE_LEGACY && in mlx5_device_bond_pci_match()
1793 info.name_type != MLX5_PHYS_PORT_NAME_TYPE_UPLINK) in mlx5_device_bond_pci_match()
2067 switch (list[ns].info.name_type) { in mlx5_os_pci_probe_pf()
[all …]
H A Dmlx5_ethdev_os.c1055 switch (switch_info->name_type) { in mlx5_sysfs_check_switch_info()
1113 .name_type = MLX5_PHYS_PORT_NAME_TYPE_NOTSET, in mlx5_sysfs_switch_info()
/dpdk/drivers/net/mlx5/
H A Dmlx5_ethdev.c403 if (info->name_type == MLX5_PHYS_PORT_NAME_TYPE_PFSF) in mlx5_representor_id_encode()
405 if (info->name_type == MLX5_PHYS_PORT_NAME_TYPE_PFHPF) { in mlx5_representor_id_encode()
/dpdk/drivers/common/mlx5/
H A Dmlx5_common.h167 enum mlx5_nl_phys_port_name_type name_type; /** < Port name type. */ member
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_os.c795 .name_type = MLX5_PHYS_PORT_NAME_TYPE_UPLINK, in mlx5_os_net_probe()