Lines Matching defs:kstat
53 * The PF's kstat is called 'pfstats' so as not to collide with other system
54 * provided kstats. Thus, for instance 0, usually the first PF, the full kstat
57 * The kstat for each VSI is called vsi_%instance. So for the first PF, which is
59 * the full kstat would be i40e:0:vsi_0:.
61 * The kstat for each queue is trqpair_tx_%queue and trqpair_rx_%queue. Note
65 * the kstat tuple.
87 * For every kstat we have based on this, we have a corresponding uint64_t that
90 * the previously stored value and the current one, and updating the kstat with
103 * i40e_t`i40e_pf_stat structure. Similarly the VSI related kstat is in
110 i40e_stat_get_uint48(i40e_t *i40e, uintptr_t reg, kstat_named_t *kstat,
136 kstat->value.ui64 += delta;
141 i40e_stat_get_uint32(i40e_t *i40e, uintptr_t reg, kstat_named_t *kstat,
166 kstat->value.ui64 += delta;
215 * We follow ixgbe's lead here and that if a kstat update didn't work
433 * We follow ixgbe's lead here and that if a kstat update didn't work
1160 * strategy that we employ and have the kstat creation / deletion be part of the