Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex.c60 struct ibv_device *ibv_match = NULL; in mlx5_regex_get_ib_device_match() local
74 ibv_match = ibv_list[n]; in mlx5_regex_get_ib_device_match()
77 if (!ibv_match) in mlx5_regex_get_ib_device_match()
80 return ibv_match; in mlx5_regex_get_ib_device_match()
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c478 struct ibv_device *ibv_match = NULL; in mlx5_vdpa_get_ib_device_match() local
492 ibv_match = ibv_list[n]; in mlx5_vdpa_get_ib_device_match()
495 if (!ibv_match) in mlx5_vdpa_get_ib_device_match()
498 return ibv_match; in mlx5_vdpa_get_ib_device_match()
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1818 struct ibv_device *ibv_match[ret + 1]; in mlx5_os_pci_probe() local
1848 ibv_match[nd++] = ibv_list[ret]; in mlx5_os_pci_probe()
1861 ibv_match[nd++] = ibv_list[ret]; in mlx5_os_pci_probe()
1863 ibv_match[nd] = NULL; in mlx5_os_pci_probe()
1882 np = mlx5_nl_portnum(nl_rdma, ibv_match[0]->name); in mlx5_os_pci_probe()
1885 " ports number", ibv_match[0]->name); in mlx5_os_pci_probe()
1934 list[ns].phys_dev = ibv_match[0]; in mlx5_os_pci_probe()
2022 list[ns].phys_dev = ibv_match[i]; in mlx5_os_pci_probe()
2054 (ibv_match[i]->ibdev_path, ifname); in mlx5_os_pci_probe()