Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4.c764 struct ibv_context *attr_ctx = NULL; in mlx4_pci_probe() local
812 attr_ctx = mlx4_glue->open_device(list[i]); in mlx4_pci_probe()
816 if (attr_ctx == NULL) { in mlx4_pci_probe()
834 if (mlx4_glue->query_device(attr_ctx, &device_attr)) { in mlx4_pci_probe()
849 if (mlx4_glue->query_device_ex(attr_ctx, NULL, &device_attr_ex)) { in mlx4_pci_probe()
1117 if (attr_ctx) in mlx4_pci_probe()
1118 claim_zero(mlx4_glue->close_device(attr_ctx)); in mlx4_pci_probe()