Searched refs:ibdev (Results 1 – 1 of 1) sorted by relevance
1264 mana_probe_port(struct ibv_device *ibdev, struct ibv_device_attr_ex *dev_attr, in mana_probe_port() argument1333 ctx = ibv_open_device(ibdev); in mana_probe_port()1335 DRV_LOG(ERR, "Failed to open IB device %s", ibdev->name); in mana_probe_port()1465 struct ibv_device *ibdev = ibv_list[ibv_idx]; in mana_pci_probe_mac() local1470 ibdev->name, ibdev->dev_name, ibdev->ibdev_path); in mana_pci_probe_mac()1472 if (mana_ibv_device_to_pci_addr(ibdev, &pci_addr)) in mana_pci_probe_mac()1479 ctx = ibv_open_device(ibdev); in mana_pci_probe_mac()1482 ibdev->name); in mana_pci_probe_mac()1490 ibdev->name); in mana_pci_probe_mac()1497 ret = get_port_mac(ibdev, port, &addr); in mana_pci_probe_mac()[all …]