Searched refs:ibv_match (Results 1 – 3 of 3) sorted by relevance
113 struct ibv_device *ibv_match = NULL; in mlx5_get_aux_ibv_device() local125 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()
561 struct ibv_device *ibv_match = NULL; in mlx5_os_get_ibv_device() local586 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()
1928 struct ibv_device *ibv_match[ret + 1]; in mlx5_os_pci_probe_pf() local1961 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 …]