Lines Matching full:counters
265 /*! Read the counters for the specified SC, and unpack them into the
266 * fields of counters.
267 * counters - [OUT] The raw table row data will be unpacked here.
271 struct aq_mss_egress_sc_counters *counters,
274 /*! Read the counters for the specified SA, and unpack them into the
275 * fields of counters.
276 * counters - [OUT] The raw table row data will be unpacked here.
280 struct aq_mss_egress_sa_counters *counters,
283 /*! Read the counters for the common egress counters, and unpack them
284 * into the fields of counters.
285 * counters - [OUT] The raw table row data will be unpacked here.
288 struct aq_mss_egress_common_counters *counters);
290 /*! Clear all Egress counters to 0.*/
293 /*! Read the counters for the specified SA, and unpack them into the
294 * fields of counters.
295 * counters - [OUT] The raw table row data will be unpacked here.
299 struct aq_mss_ingress_sa_counters *counters,
302 /*! Read the counters for the common ingress counters, and unpack them
303 * into the fields of counters.
304 * counters - [OUT] The raw table row data will be unpacked here.
307 struct aq_mss_ingress_common_counters *counters);
309 /*! Clear all Ingress counters to 0. */