Home
last modified time | relevance | path

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

/trueos/sys/ofed/drivers/net/mlx4/
HDmlx4.h964 int __mlx4_counter_alloc(struct mlx4_dev *dev, int slave, int port, u32 *idx);
HDmain.c2304 int __mlx4_counter_alloc(struct mlx4_dev *dev, int slave, int port, u32 *idx) in __mlx4_counter_alloc() function
2418 return __mlx4_counter_alloc(dev, 0, port, idx); in mlx4_counter_alloc()
HDresource_tracker.c1989 err = __mlx4_counter_alloc(dev, slave, port, &index); in counter_alloc_res()