Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx4/
H A Dmlx4.c767 struct ibv_context *attr_ctx = NULL; in mlx4_pci_probe() local
816 attr_ctx = mlx4_glue->open_device(list[i]); in mlx4_pci_probe()
820 if (attr_ctx == NULL) { in mlx4_pci_probe()
838 if (mlx4_glue->query_device(attr_ctx, &device_attr)) { in mlx4_pci_probe()
853 if (mlx4_glue->query_device_ex(attr_ctx, NULL, &device_attr_ex)) { in mlx4_pci_probe()
1134 if (attr_ctx) in mlx4_pci_probe()
1135 claim_zero(mlx4_glue->close_device(attr_ctx)); in mlx4_pci_probe()