Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx5/
H A Dcounters.c501 const struct mlx5_ib_op_fc *opfcs; in do_get_op_stat() local
508 opfcs = cnts->opfcs; in do_get_op_stat()
513 if (!opfcs[type].fc) in do_get_op_stat()
516 ret = mlx5_fc_query(dev->mdev, opfcs[type].fc, in do_get_op_stat()
883 bool mlx5r_is_opfc_shared_and_in_use(struct mlx5_ib_op_fc *opfcs, u32 type, in mlx5r_is_opfc_shared_and_in_use() argument
917 *opfc = &opfcs[shared_fc_type]; in mlx5r_is_opfc_shared_and_in_use()
947 if (!dev->port[i].cnts.opfcs[j].fc) in mlx5_ib_dealloc_counters()
951 dev->port[i].cnts.opfcs, j, &in_use_opfc)) in mlx5_ib_dealloc_counters()
955 &dev->port[i].cnts.opfcs[j], j); in mlx5_ib_dealloc_counters()
957 dev->port[i].cnts.opfcs[j].fc); in mlx5_ib_dealloc_counters()
[all …]