Searched refs:ibv_dev (Results 1 – 1 of 1) sorted by relevance
81 ibv_context* open_device(ibv_device* ibv_dev) { in open_device() argument82 ibv_context* context = ibv_open_device(ibv_dev); in open_device()84 CHECK(context) << "Open context failed for " << ibv_get_device_name(ibv_dev); in open_device()