Searched refs:mlx4_adev_devices (Results 1 – 1 of 1) sorted by relevance
68 } mlx4_adev_devices[] = { variable81 priv->adev = kcalloc(ARRAY_SIZE(mlx4_adev_devices), in mlx4_adev_init()113 const char *suffix = mlx4_adev_devices[idx].suffix; in add_adev()189 for (i = 0; i < ARRAY_SIZE(mlx4_adev_devices); i++) { in mlx4_do_bond()225 mlx4_adev_devices[i].suffix); in mlx4_do_bond()271 for (i = 0; i < ARRAY_SIZE(mlx4_adev_devices); i++) { in add_drivers()277 if (mlx4_adev_devices[i].is_supported) in add_drivers()278 is_supported = mlx4_adev_devices[i].is_supported(dev); in add_drivers()286 mlx4_adev_devices[i].suffix); in add_drivers()305 for (i = ARRAY_SIZE(mlx4_adev_devices) - 1; i >= 0; i--) { in delete_drivers()[all …]