Searched refs:counter_index (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/sys/ofed/drivers/net/mlx4/
H A Den_resources.c66 context->pri_path.counter_index = (u8)(priv->counter_index);
69 context->pri_path.counter_index != 0xFF) {
H A Dmain.c2141 struct counter_index *new_counter_index;
2164 new_counter_index = kmalloc(sizeof(struct counter_index), GFP_KERNEL);
2184 new_counter_index = kmalloc(sizeof(struct counter_index), GFP_KERNEL);
2197 new_counter_index = kmalloc(sizeof(struct counter_index), GFP_KERNEL);
2233 struct counter_index *port, *tmp_port;
2234 struct counter_index *vf, *tmp_vf;
2272 struct counter_index *vf, *tmp_vf;
2310 struct counter_index *new_counter_index;
2337 struct counter_index,
2341 struct counter_index,
2548 __mlx4_clear_if_stat(struct mlx4_dev *dev, u8 counter_index) argument
[all...]
H A Den_netdev.c1277 priv->counter_index = mdev->dev->caps.def_counter_index[priv->port - 1];
1280 __func__, priv->counter_index, priv->port);
1429 if (priv->counter_index != 0xff) {
1430 mlx4_counter_free(mdev->dev, priv->port, priv->counter_index);
1431 priv->counter_index = 0xff;
1992 priv->counter_index = 0xff;
H A Dmlx4.h797 struct counter_index { struct
969 u8 counter_index);
H A Den_port.c143 priv->counter_index == 0xff)
H A Dmlx4_en.h621 u32 counter_index; member in struct:mlx4_en_priv
H A Dresource_tracker.c640 struct counter_index *counter, *tmp_counter;
677 qpc->pri_path.counter_index != MLX4_SINK_COUNTER_INDEX) {
679 qpc->pri_path.counter_index))
683 mlx4_dbg(dev, "%s: QP counter_index %d for slave %d port %d\n",
684 __func__, qpc->pri_path.counter_index, slave, port);
690 qpc->pri_path.counter_index != 0xFF) {
/freebsd-10.1-release/sys/ofed/include/linux/mlx4/
H A Dqp.h144 u8 counter_index; member in struct:mlx4_qp_path
/freebsd-10.1-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmad.c936 int mlx4_ib_query_if_stat(struct mlx4_ib_dev *dev, u32 counter_index, argument
941 u32 inmod = counter_index | ((clear & 1) << 31);
964 u32 counter_index = dev->counters[port_num - 1] & 0xffff; local
973 if (mlx4_ib_query_if_stat(dev, counter_index, counter, 0)) {
H A Dmlx4_ib.h721 int mlx4_ib_query_if_stat(struct mlx4_ib_dev *dev, u32 counter_index,
H A Dqp.c1838 context->pri_path.counter_index =
1842 context->pri_path.counter_index = 0xff;

Completed in 112 milliseconds