Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dcounters.c659 descs[j].flags |= IB_STAT_FLAG_OPTIONAL; in mlx5_ib_fill_counters()
667 descs[j].flags |= IB_STAT_FLAG_OPTIONAL; in mlx5_ib_fill_counters()
676 descs[j].flags |= IB_STAT_FLAG_OPTIONAL; in mlx5_ib_fill_counters()
994 if (!(cnts->descs[index].flags & IB_STAT_FLAG_OPTIONAL)) in mlx5_ib_modify_stat()
/openbmc/linux/drivers/infiniband/core/
H A Dcounters.c120 !(stats->descs[index].flags & IB_STAT_FLAG_OPTIONAL)) in rdma_counter_modify()
H A Dsysfs.c963 if (data->stats->descs[i].flags & IB_STAT_FLAG_OPTIONAL) { in ib_setup_device_attrs()
1060 if (data->stats->descs[i].flags & IB_STAT_FLAG_OPTIONAL) { in setup_hw_port_stats()
H A Dnldev.c1994 !(stats->descs[index].flags & IB_STAT_FLAG_OPTIONAL)) { in nldev_stat_set_counter_dynamic_doit()
2003 if (!(stats->descs[i].flags & IB_STAT_FLAG_OPTIONAL)) in nldev_stat_set_counter_dynamic_doit()
2445 if ((stats->descs[i].flags & IB_STAT_FLAG_OPTIONAL) && in nldev_stat_get_counter_status_doit()
/openbmc/linux/include/rdma/
H A Dib_verbs.h568 IB_STAT_FLAG_OPTIONAL = 1 << 0, enumerator