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

/linux-master/drivers/infiniband/hw/mlx4/
H A Dmain.c2709 mutex_init(&ibdev->counters_table[i].mutex);
2710 INIT_LIST_HEAD(&ibdev->counters_table[i].counters_list);
2744 &ibdev->counters_table[i].counters_list);
2745 ibdev->counters_table[i].default_counter = counter_index;
2761 &ibdev->counters_table[i].counters_list);
2762 ibdev->counters_table[i].default_counter =
2893 mlx4_ib_delete_counters_table(ibdev, &ibdev->counters_table[i]);
3007 mlx4_ib_delete_counters_table(ibdev, &ibdev->counters_table[p]);
H A Dmad.c953 mutex_lock(&dev->counters_table[port_num - 1].mutex);
955 &dev->counters_table[port_num - 1].counters_list,
967 mutex_unlock(&dev->counters_table[port_num - 1].mutex);
H A Dqp.c543 mutex_lock(&dev->counters_table[qp->port - 1].mutex);
546 mutex_unlock(&dev->counters_table[qp->port - 1].mutex);
1976 mutex_lock(&dev->counters_table[qp->port - 1].mutex);
1978 &dev->counters_table[qp->port - 1].counters_list);
1979 mutex_unlock(&dev->counters_table[qp->port - 1].mutex);
2253 dev->counters_table[qp->port - 1].default_counter;
H A Dmlx4_ib.h629 struct mlx4_ib_counters counters_table[MLX4_MAX_PORTS]; member in struct:mlx4_ib_dev

Completed in 251 milliseconds