Home
last modified time | relevance | path

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

/drivers/infiniband/hw/mlx4/
A Dmain.c2711 mutex_init(&ibdev->counters_table[i].mutex); in mlx4_ib_probe()
2712 INIT_LIST_HEAD(&ibdev->counters_table[i].counters_list); in mlx4_ib_probe()
2746 &ibdev->counters_table[i].counters_list); in mlx4_ib_probe()
2747 ibdev->counters_table[i].default_counter = counter_index; in mlx4_ib_probe()
2763 &ibdev->counters_table[i].counters_list); in mlx4_ib_probe()
2764 ibdev->counters_table[i].default_counter = in mlx4_ib_probe()
2895 mlx4_ib_delete_counters_table(ibdev, &ibdev->counters_table[i]); in mlx4_ib_probe()
3009 mlx4_ib_delete_counters_table(ibdev, &ibdev->counters_table[p]); in mlx4_ib_remove()
A Dqp.c543 mutex_lock(&dev->counters_table[qp->port - 1].mutex); in mlx4_ib_free_qp_counter()
546 mutex_unlock(&dev->counters_table[qp->port - 1].mutex); in mlx4_ib_free_qp_counter()
1984 mutex_lock(&dev->counters_table[qp->port - 1].mutex); in create_qp_lb_counter()
1986 &dev->counters_table[qp->port - 1].counters_list); in create_qp_lb_counter()
1987 mutex_unlock(&dev->counters_table[qp->port - 1].mutex); in create_qp_lb_counter()
2261 dev->counters_table[qp->port - 1].default_counter; in __mlx4_ib_modify_qp()
A Dmad.c953 mutex_lock(&dev->counters_table[port_num - 1].mutex); in iboe_process_mad()
955 &dev->counters_table[port_num - 1].counters_list, in iboe_process_mad()
967 mutex_unlock(&dev->counters_table[port_num - 1].mutex); in iboe_process_mad()
A Dmlx4_ib.h629 struct mlx4_ib_counters counters_table[MLX4_MAX_PORTS]; member

Completed in 25 milliseconds