Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_auxiliary.c113 struct ibv_device *ibv_match = NULL; in mlx5_get_aux_ibv_device() local
125 ibv_match = ibv_list[n]; in mlx5_get_aux_ibv_device()
128 if (ibv_match == NULL) in mlx5_get_aux_ibv_device()
132 return ibv_match; in mlx5_get_aux_ibv_device()
H A Dmlx5_common_os.c561 struct ibv_device *ibv_match = NULL; in mlx5_os_get_ibv_device() local
586 ibv_match = ibv_list[n]; in mlx5_os_get_ibv_device()
590 if (ibv_match == NULL) { in mlx5_os_get_ibv_device()
598 return ibv_match; in mlx5_os_get_ibv_device()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1928 struct ibv_device *ibv_match[ret + 1]; in mlx5_os_pci_probe_pf() local
1961 ibv_match[nd++] = ibv_list[ret]; in mlx5_os_pci_probe_pf()
1975 ibv_match[nd++] = ibv_list[ret]; in mlx5_os_pci_probe_pf()
1978 ibv_match[nd] = NULL; in mlx5_os_pci_probe_pf()
1997 np = mlx5_nl_portnum(nl_rdma, ibv_match[0]->name); in mlx5_os_pci_probe_pf()
2001 ibv_match[0]->name); in mlx5_os_pci_probe_pf()
2033 list[ns].phys_dev_name = ibv_match[0]->name; in mlx5_os_pci_probe_pf()
2039 ibv_match[0]->name, in mlx5_os_pci_probe_pf()
2128 list[ns].phys_dev_name = ibv_match[i]->name; in mlx5_os_pci_probe_pf()
2137 ibv_match[i]->name, in mlx5_os_pci_probe_pf()
[all …]