Searched refs:counter_set_id (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/dev/mlx5/
H A Dvport.h40 u16 *counter_set_id);
42 u16 counter_set_id);
44 u16 counter_set_id,
49 u16 counter_set_id,
H A Dmlx5_ifc.h1807 u8 counter_set_id[0x8]; member in struct:mlx5_ifc_qpc_bits
2298 u8 counter_set_id[0x8]; member in struct:mlx5_ifc_rqc_bits
2643 u8 counter_set_id[0x8]; member in struct:mlx5_ifc_dctc_bits
4213 u8 counter_set_id[0x8]; member in struct:mlx5_ifc_query_q_counter_in_bits
6462 u8 counter_set_id[0x8]; member in struct:mlx5_ifc_dealloc_q_counter_in_bits
7279 u8 counter_set_id[0x8]; member in struct:mlx5_ifc_alloc_q_counter_out_bits
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vport.c139 int client_id, u16 *counter_set_id)
159 *counter_set_id = MLX5_GET(alloc_q_counter_out, out,
160 counter_set_id);
168 int client_id, u16 counter_set_id)
182 MLX5_SET(dealloc_q_counter_in, in, counter_set_id,
183 counter_set_id);
194 u16 counter_set_id,
205 MLX5_SET(query_q_counter_in, in, counter_set_id, counter_set_id);
212 u16 counter_set_id,
138 mlx5_vport_alloc_q_counter(struct mlx5_core_dev *mdev, int client_id, u16 *counter_set_id) argument
167 mlx5_vport_dealloc_q_counter(struct mlx5_core_dev *mdev, int client_id, u16 counter_set_id) argument
193 mlx5_vport_query_q_counter(struct mlx5_core_dev *mdev, u16 counter_set_id, int reset, void *out, int out_size) argument
211 mlx5_vport_query_out_of_rx_buffer(struct mlx5_core_dev *mdev, u16 counter_set_id, u32 *out_of_rx_buffer) argument
[all...]
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c474 if (mlx5_vport_query_out_of_rx_buffer(mdev, priv->counter_set_id,
805 if (priv->counter_set_id >= 0)
806 MLX5_SET(rqc, rqc, counter_set_id, priv->counter_set_id);
2428 priv->counter_set_id = set_id;
2481 MLX5_INTERFACE_PROTOCOL_ETH, priv->counter_set_id);
2524 MLX5_INTERFACE_PROTOCOL_ETH, priv->counter_set_id);
2932 priv->counter_set_id = -1;
H A Den.h714 int counter_set_id; member in struct:mlx5e_priv

Completed in 98 milliseconds